PSQL Errors/Corrupt DB After Restarting
Previously after updating HAF and Hived both to the latest versions of develop
(~10 hrs ago) I was receiving this error:
2022-09-21T22:47:52.135510 data_processor.cpp:194 join ] Caught unhandled exception Dynamic exception type: pqxx::unique_violation
std::exception::what: ERROR: duplicate key value violates unique constraint "pk_hive_operations"
DETAIL: Key (id)=(4100145090) already exists.
CONTEXT: SQL statement "INSERT INTO hive.operations
SELECT
hor.id
, hor.block_num
, hor.trx_in_block
, hor.op_pos
, hor.op_type_id
, hor.timestamp
, hor.body
FROM
hive.operations_reversible hor
JOIN (
SELECT
DISTINCT ON ( hbr.num ) hbr.num
, hbr.fork_id
FROM hive.blocks_reversible hbr
WHERE
hbr.num <= _new_irreversible_block
AND hbr.num > _head_block_of_irreversible_blocks
ORDER BY hbr.num ASC, hbr.fork_id DESC
) as num_and_forks ON hor.block_num = num_and_forks.num AND hor.fork_id = num_and_forks.fork_id"
PL/pgSQL function hive.copy_operations_to_irreversible(integer,integer) line 3 at SQL statement
SQL statement "SELECT hive.copy_operations_to_irreversible( __irreversible_head_block, _block_num )"
PL/pgSQL function hive.set_irreversible(integer) line 18 at PERFORM
which would immediately kill the container. After waiting for about 10 hours for new blocks, restarting now made it sync close to 15k blocks and started recreating the indexes, however, the following error happened.
2022-09-22T10:46:09.969644 data_processor.cpp:119 ~data_processor ] ~data_processor: Query processor: `SELECT hive.restore_indexes( 'hive.blocks' );'
2022-09-22T10:46:09.969651 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.969727 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );'
2022-09-22T10:46:09.969768 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );' data processor is connecting ...
2022-09-22T10:46:09.969799 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );' data processor connected successfully ...
2022-09-22T10:46:09.969837 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.970557 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions' );'
2022-09-22T10:46:09.970653 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions' );' data processor is connecting ...
2022-09-22T10:46:09.970695 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions' );' data processor connected successfully ...
2022-09-22T10:46:09.970732 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.985486 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions_multisig' );'
2022-09-22T10:46:09.985541 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions_multisig' );' data processor is connecting ...
2022-09-22T10:46:09.985553 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.transactions_multisig' );' data processor connected successfully ...
2022-09-22T10:46:09.985595 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.985679 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.operations' );'
2022-09-22T10:46:09.985729 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.operations' );' data processor is connecting ...
2022-09-22T10:46:09.985760 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.operations' );' data processor connected successfully ...
2022-09-22T10:46:09.985809 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.985901 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );'
2022-09-22T10:46:09.985919 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );' data processor is connecting ...
2022-09-22T10:46:09.985925 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );' data processor connected successfully ...
2022-09-22T10:46:09.986060 indexes_controler.cpp:95 start_commit_sql ] Creating enable indexes...
2022-09-22T10:46:09.986115 data_processor.cpp:56 operator() ] Entering data processor thread: Query processor: `SELECT hive.restore_foreign_keys( 'hive.accounts' );'
2022-09-22T10:46:09.986251 data_processor.cpp:63 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.accounts' );' data processor is connecting ...
2022-09-22T10:46:09.986277 data_processor.cpp:65 operator() ] Query processor: `SELECT hive.restore_foreign_keys( 'hive.accounts' );' data processor connected successfully ...
2022-09-22T10:46:09.986310 data_processor.cpp:185 join ] Trying to resume data processor: Query processor: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );'...
2022-09-22T10:46:09.986334 data_processor.cpp:187 join ] Data processor: Query processor: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );' resumed...
2022-09-22T10:46:09.988309 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.operations' );`...
2022-09-22T10:46:09.988309 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );`...
2022-09-22T10:46:09.991868 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.transactions' );`...
2022-09-22T10:46:09.991892 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.irreversible_data' );`...
2022-09-22T10:46:09.995801 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.accounts' );`...
2022-09-22T10:46:10.000528 indexes_controler.cpp:101 operator() ] Attempting to execute query: `SELECT hive.restore_foreign_keys( 'hive.transactions_multisig' );`...
2022-09-22T10:46:35.256400 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 4
2022-09-22T10:46:35.258747 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 5
2022-09-22T10:46:35.449431 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 6
2022-09-22T10:46:45.256657 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 7
2022-09-22T10:46:45.256755 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 8
2022-09-22T10:46:45.266820 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 9
2022-09-22T10:46:45.272371 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 10
2022-09-22T10:46:45.376155 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 11
2022-09-22T10:46:45.403367 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 12
2022-09-22T10:46:45.403882 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 13
2022-09-22T10:46:45.404222 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 14
2022-09-22T10:46:45.406172 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 15
2022-09-22T10:46:45.410543 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 16
2022-09-22T10:46:45.412481 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 17
2022-09-22T10:46:45.423606 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 18
2022-09-22T10:46:45.833751 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 19
2022-09-22T10:46:55.259743 chain_plugin.cpp:1004 connection_count_cha ] peer_count changed: 20
2022-09-22T11:00:28.902832 data_processor.cpp:212 handle_exception ] Data processor Query processor: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );' detected SQL statement execution failure. Failing statement: `SELECT hive.restore_foreign_keys( 'hive.account_operations' );'.
2022-09-22T11:00:28.902859 data_processor.cpp:16 kill_node ] An error occured and HAF is stopping synchronization...
2022-09-22T11:00:28.902886 application.cpp:93 handle_signal ] _last_signal_code: 2
2022-09-22T11:00:28.902902 application.cpp:84 generate_interrupt_r ] interrupt requested!
2022-09-22T11:00:28.902909 webserver_plugin.cpp:619 plugin_pre_shutdown ] Shutting down webserver_plugin...
2022-09-22T11:00:28.903127 webserver_plugin.cpp:234 operator() ] ws io service exit
2022-09-22T11:00:28.903156 p2p_plugin.cpp:547 plugin_pre_shutdown ] Shutting down P2P Plugin...
2022-09-22T11:00:28.903162 shutdown_mgr.hpp:56 wait ] Processing of 'shutdown-state type: HIVE_P2P_BLOCK_HANDLER' in progress...
2022-09-22T11:00:29.003235 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 1 ...
2022-09-22T11:00:29.103327 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 2 ...
2022-09-22T11:00:29.203422 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 3 ...
2022-09-22T11:00:29.303513 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 4 ...
2022-09-22T11:00:29.403603 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 5 ...
2022-09-22T11:00:29.503694 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 6 ...
2022-09-22T11:00:29.603780 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 7 ...
2022-09-22T11:00:29.703869 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 8 ...
2022-09-22T11:00:29.803959 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 9 ...
2022-09-22T11:00:29.904049 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 10 ...
2022-09-22T11:00:30.004140 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 11 ...
2022-09-22T11:00:30.104276 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 12 ...
2022-09-22T11:00:30.204371 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 13 ...
2022-09-22T11:00:30.304463 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 14 ...
2022-09-22T11:00:30.404550 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 15 ...
2022-09-22T11:00:30.504682 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 16 ...
2022-09-22T11:00:30.604814 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 17 ...
2022-09-22T11:00:30.704948 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 18 ...
2022-09-22T11:00:30.805085 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 19 ...
2022-09-22T11:00:30.905221 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 20 ...
2022-09-22T11:00:31.005360 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 21 ...
2022-09-22T11:00:31.105500 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 22 ...
2022-09-22T11:00:31.205634 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 23 ...
2022-09-22T11:00:31.305774 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 24 ...
2022-09-22T11:00:31.405914 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 25 ...
2022-09-22T11:00:31.506055 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 26 ...
2022-09-22T11:00:31.606188 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 27 ...
2022-09-22T11:00:31.706323 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 28 ...
2022-09-22T11:00:31.806461 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 29 ...
2022-09-22T11:00:31.906598 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 30 ...
2022-09-22T11:00:32.006735 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 31 ...
2022-09-22T11:00:32.106870 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 32 ...
2022-09-22T11:00:32.207013 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 33 ...
2022-09-22T11:00:32.307150 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 34 ...
2022-09-22T11:00:32.407286 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 35 ...
2022-09-22T11:00:32.507422 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 36 ...
2022-09-22T11:00:32.607555 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 37 ...
2022-09-22T11:00:32.707704 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 38 ...
2022-09-22T11:00:32.807843 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 39 ...
2022-09-22T11:00:32.907987 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 40 ...
2022-09-22T11:00:33.008125 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 41 ...
2022-09-22T11:00:33.108268 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 42 ...
2022-09-22T11:00:33.208372 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 43 ...
2022-09-22T11:00:33.308490 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 44 ...
2022-09-22T11:00:33.408598 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 45 ...
2022-09-22T11:00:33.508761 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 46 ...
2022-09-22T11:00:33.608918 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 47 ...
2022-09-22T11:00:33.709076 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 48 ...
2022-09-22T11:00:33.809238 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 49 ...
2022-09-22T11:00:33.909402 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 50 ...
2022-09-22T11:00:34.009483 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 51 ...
2022-09-22T11:00:34.109649 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 52 ...
2022-09-22T11:00:34.209814 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 53 ...
2022-09-22T11:00:34.309922 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 54 ...
2022-09-22T11:00:34.410088 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 55 ...
2022-09-22T11:00:34.510253 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 56 ...
2022-09-22T11:00:34.610410 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 57 ...
2022-09-22T11:00:34.710541 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 58 ...
2022-09-22T11:00:34.810707 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 59 ...
2022-09-22T11:00:34.910875 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 60 ...
2022-09-22T11:00:35.011041 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 61 ...
2022-09-22T11:00:35.111184 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 62 ...
2022-09-22T11:00:35.211353 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 63 ...
2022-09-22T11:00:35.311530 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 64 ...
2022-09-22T11:00:35.411692 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 65 ...
2022-09-22T11:00:35.511853 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 66 ...
2022-09-22T11:00:35.612019 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 67 ...
2022-09-22T11:00:35.712183 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 68 ...
2022-09-22T11:00:35.812345 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 69 ...
2022-09-22T11:00:35.912512 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 70 ...
2022-09-22T11:00:36.012675 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 71 ...
2022-09-22T11:00:36.112848 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 72 ...
2022-09-22T11:00:36.213012 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 73 ...
2022-09-22T11:00:36.313186 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 74 ...
2022-09-22T11:00:36.413294 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 75 ...
2022-09-22T11:00:36.513438 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 76 ...
2022-09-22T11:00:36.613511 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 77 ...
2022-09-22T11:00:36.713651 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 78 ...
2022-09-22T11:00:36.813795 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 79 ...
2022-09-22T11:00:36.913903 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 80 ...
2022-09-22T11:00:37.014052 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 81 ...
2022-09-22T11:00:37.114201 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 82 ...
2022-09-22T11:00:37.214347 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 83 ...
2022-09-22T11:00:37.314455 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 84 ...
2022-09-22T11:00:37.414559 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 85 ...
2022-09-22T11:00:37.514699 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 86 ...
2022-09-22T11:00:37.614841 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 87 ...
2022-09-22T11:00:37.714986 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 88 ...
2022-09-22T11:00:37.815129 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 89 ...
2022-09-22T11:00:37.915271 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 90 ...
2022-09-22T11:00:38.015412 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 91 ...
2022-09-22T11:00:38.115549 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 92 ...
2022-09-22T11:00:38.215686 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 93 ...
2022-09-22T11:00:38.315794 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 94 ...
2022-09-22T11:00:38.415937 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 95 ...
2022-09-22T11:00:38.516086 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 96 ...
2022-09-22T11:00:38.616227 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 97 ...
2022-09-22T11:00:38.716334 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 98 ...
2022-09-22T11:00:38.816440 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 99 ...
2022-09-22T11:00:38.916549 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 100 ...
2022-09-22T11:00:39.016653 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 101 ...
2022-09-22T11:00:39.116793 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 102 ...
2022-09-22T11:00:39.216938 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 103 ...
2022-09-22T11:00:39.317076 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 104 ...
2022-09-22T11:00:39.417218 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 105 ...
2022-09-22T11:00:39.517360 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 106 ...
2022-09-22T11:00:39.617498 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 107 ...
2022-09-22T11:00:39.717644 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 108 ...
2022-09-22T11:00:39.817784 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 109 ...
2022-09-22T11:00:39.917929 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 110 ...
2022-09-22T11:00:40.018078 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 111 ...
2022-09-22T11:00:40.118186 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 112 ...
2022-09-22T11:00:40.218324 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 113 ...
2022-09-22T11:00:40.318460 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 114 ...
2022-09-22T11:00:40.418608 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 115 ...
2022-09-22T11:00:40.518751 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 116 ...
2022-09-22T11:00:40.618895 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 117 ...
2022-09-22T11:00:40.719031 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 118 ...
2022-09-22T11:00:40.819175 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 119 ...
2022-09-22T11:00:40.919316 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 120 ...
2022-09-22T11:00:41.019454 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 121 ...
2022-09-22T11:00:41.119561 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 122 ...
2022-09-22T11:00:41.219662 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 123 ...
2022-09-22T11:00:41.319761 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 124 ...
2022-09-22T11:00:41.419862 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 125 ...
2022-09-22T11:00:41.519954 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 126 ...
2022-09-22T11:00:41.620043 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 127 ...
2022-09-22T11:00:41.720132 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 128 ...
2022-09-22T11:00:41.820227 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 129 ...
2022-09-22T11:00:41.920334 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 130 ...
2022-09-22T11:00:42.020439 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 131 ...
2022-09-22T11:00:42.120548 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 132 ...
2022-09-22T11:00:42.220650 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 133 ...
2022-09-22T11:00:42.320748 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 134 ...
2022-09-22T11:00:42.420853 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 135 ...
2022-09-22T11:00:42.520953 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 136 ...
2022-09-22T11:00:42.621058 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 137 ...
2022-09-22T11:00:42.721163 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 138 ...
2022-09-22T11:00:42.821267 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 139 ...
2022-09-22T11:00:42.921408 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 140 ...
2022-09-22T11:00:43.021557 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 141 ...
2022-09-22T11:00:43.121702 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 142 ...
2022-09-22T11:00:43.221845 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 143 ...
2022-09-22T11:00:43.321982 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 144 ...
2022-09-22T11:00:43.422124 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 145 ...
2022-09-22T11:00:43.522267 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 146 ...
2022-09-22T11:00:43.622411 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 147 ...
2022-09-22T11:00:43.722550 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 148 ...
2022-09-22T11:00:43.822696 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 149 ...
2022-09-22T11:00:43.922834 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 150 ...
2022-09-22T11:00:44.022976 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 151 ...
2022-09-22T11:00:44.123122 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 152 ...
2022-09-22T11:00:44.223268 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 153 ...
2022-09-22T11:00:44.323405 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 154 ...
2022-09-22T11:00:44.423548 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 155 ...
2022-09-22T11:00:44.523687 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 156 ...
2022-09-22T11:00:44.623830 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 157 ...
2022-09-22T11:00:44.723975 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 158 ...
2022-09-22T11:00:44.824115 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 159 ...
2022-09-22T11:00:44.924257 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 160 ...
2022-09-22T11:00:45.024401 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 161 ...
2022-09-22T11:00:45.124543 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 162 ...
2022-09-22T11:00:45.224683 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 163 ...
2022-09-22T11:00:45.324824 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 164 ...
2022-09-22T11:00:45.424966 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 165 ...
2022-09-22T11:00:45.525110 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 166 ...
2022-09-22T11:00:45.625249 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 167 ...
2022-09-22T11:00:45.725394 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 168 ...
2022-09-22T11:00:45.825539 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 169 ...
2022-09-22T11:00:45.925685 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 170 ...
2022-09-22T11:00:46.025829 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 171 ...
2022-09-22T11:00:46.125969 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 172 ...
2022-09-22T11:00:46.226114 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 173 ...
2022-09-22T11:00:46.326253 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 174 ...
2022-09-22T11:00:46.426391 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 175 ...
2022-09-22T11:00:46.526533 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 176 ...
2022-09-22T11:00:46.626670 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 177 ...
2022-09-22T11:00:46.726813 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 178 ...
2022-09-22T11:00:46.826954 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 179 ...
2022-09-22T11:00:46.927098 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 180 ...
2022-09-22T11:00:47.027242 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 181 ...
2022-09-22T11:00:47.127379 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 182 ...
2022-09-22T11:00:47.227518 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 183 ...
2022-09-22T11:00:47.327655 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 184 ...
2022-09-22T11:00:47.427802 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 185 ...
2022-09-22T11:00:47.527949 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 186 ...
2022-09-22T11:00:47.628085 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 187 ...
2022-09-22T11:00:47.728229 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 188 ...
2022-09-22T11:00:47.828368 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 189 ...
2022-09-22T11:00:47.928511 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 190 ...
2022-09-22T11:00:48.028652 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 191 ...
2022-09-22T11:00:48.128797 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 192 ...
2022-09-22T11:00:48.228937 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 193 ...
2022-09-22T11:00:48.329073 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 194 ...
2022-09-22T11:00:48.429218 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 195 ...
2022-09-22T11:00:48.529362 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 196 ...
2022-09-22T11:00:48.629465 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 197 ...
2022-09-22T11:00:48.729562 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 198 ...
2022-09-22T11:00:48.829659 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 199 ...
2022-09-22T11:00:48.929761 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 200 ...
2022-09-22T11:00:49.029851 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 201 ...
2022-09-22T11:00:49.129939 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 202 ...
2022-09-22T11:00:49.230028 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 203 ...
2022-09-22T11:00:49.330119 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 204 ...
2022-09-22T11:00:49.430217 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 205 ...
2022-09-22T11:00:49.530310 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 206 ...
2022-09-22T11:00:49.630395 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 207 ...
2022-09-22T11:00:49.730478 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 208 ...
2022-09-22T11:00:49.830573 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 209 ...
2022-09-22T11:00:49.930673 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 210 ...
2022-09-22T11:00:50.030772 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 211 ...
2022-09-22T11:00:50.130879 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 212 ...
2022-09-22T11:00:50.230983 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 213 ...
2022-09-22T11:00:50.331088 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 214 ...
2022-09-22T11:00:50.431193 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 215 ...
2022-09-22T11:00:50.531298 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 216 ...
2022-09-22T11:00:50.631396 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 217 ...
2022-09-22T11:00:50.731493 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 218 ...
2022-09-22T11:00:50.831593 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 219 ...
2022-09-22T11:00:50.931730 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 220 ...
2022-09-22T11:00:51.031837 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 221 ...
2022-09-22T11:00:51.131939 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 222 ...
2022-09-22T11:00:51.232033 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 223 ...
2022-09-22T11:00:51.332129 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 224 ...
2022-09-22T11:00:51.432237 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 225 ...
2022-09-22T11:00:51.532344 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 226 ...
2022-09-22T11:00:51.632446 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 227 ...
2022-09-22T11:00:51.732551 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 228 ...
2022-09-22T11:00:51.832654 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 229 ...
2022-09-22T11:00:51.932755 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 230 ...
2022-09-22T11:00:52.032855 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 231 ...
2022-09-22T11:00:52.132994 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 232 ...
2022-09-22T11:00:52.233138 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 233 ...
2022-09-22T11:00:52.333280 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 234 ...
2022-09-22T11:00:52.433422 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 235 ...
2022-09-22T11:00:52.533581 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 236 ...
2022-09-22T11:00:52.633720 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 237 ...
2022-09-22T11:00:52.733826 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 238 ...
2022-09-22T11:00:52.833972 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 239 ...
2022-09-22T11:00:52.934113 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 240 ...
2022-09-22T11:00:53.034253 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 241 ...
2022-09-22T11:00:53.134401 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 242 ...
2022-09-22T11:00:53.234545 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 243 ...
2022-09-22T11:00:53.334686 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 244 ...
2022-09-22T11:00:53.434838 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 245 ...
2022-09-22T11:00:53.534985 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 246 ...
2022-09-22T11:00:53.635131 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 247 ...
2022-09-22T11:00:53.735275 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 248 ...
2022-09-22T11:00:53.835383 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 249 ...
2022-09-22T11:00:53.935526 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 250 ...
2022-09-22T11:00:54.035663 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 251 ...
2022-09-22T11:00:54.135810 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 252 ...
2022-09-22T11:00:54.235958 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 253 ...
2022-09-22T11:00:54.336101 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 254 ...
2022-09-22T11:00:54.436240 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 255 ...
2022-09-22T11:00:54.536381 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 256 ...
2022-09-22T11:00:54.636523 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 257 ...
2022-09-22T11:00:54.736668 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 258 ...
2022-09-22T11:00:54.836777 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 259 ...
2022-09-22T11:00:54.936885 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 260 ...
2022-09-22T11:00:55.036995 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 261 ...
2022-09-22T11:00:55.137102 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 262 ...
2022-09-22T11:00:55.237215 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 263 ...
2022-09-22T11:00:55.337320 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 264 ...
2022-09-22T11:00:55.437425 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 265 ...
2022-09-22T11:00:55.537535 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 266 ...
2022-09-22T11:00:55.637673 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 267 ...
2022-09-22T11:00:55.737815 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 268 ...
2022-09-22T11:00:55.837923 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 269 ...
2022-09-22T11:00:55.938028 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 270 ...
2022-09-22T11:00:56.038133 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 271 ...
2022-09-22T11:00:56.138238 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 272 ...
2022-09-22T11:00:56.238344 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 273 ...
2022-09-22T11:00:56.338448 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 274 ...
2022-09-22T11:00:56.438553 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 275 ...
2022-09-22T11:00:56.538658 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 276 ...
2022-09-22T11:00:56.638763 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 277 ...
2022-09-22T11:00:56.738867 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 278 ...
2022-09-22T11:00:56.838970 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 279 ...
2022-09-22T11:00:56.939076 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 280 ...
2022-09-22T11:00:57.039181 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 281 ...
2022-09-22T11:00:57.139282 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 282 ...
2022-09-22T11:00:57.239380 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 283 ...
2022-09-22T11:00:57.339488 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 284 ...
2022-09-22T11:00:57.439596 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 285 ...
2022-09-22T11:00:57.539705 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 286 ...
2022-09-22T11:00:57.639810 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 287 ...
2022-09-22T11:00:57.739917 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 288 ...
2022-09-22T11:00:57.840028 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 289 ...
2022-09-22T11:00:57.940163 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 290 ...
2022-09-22T11:00:58.040306 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 291 ...
2022-09-22T11:00:58.140449 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 292 ...
2022-09-22T11:00:58.240597 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 293 ...
2022-09-22T11:00:58.340741 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 294 ...
2022-09-22T11:00:58.440891 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 295 ...
2022-09-22T11:00:58.541042 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 296 ...
2022-09-22T11:00:58.641187 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 297 ...
2022-09-22T11:00:58.741328 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 298 ...
2022-09-22T11:00:58.841469 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 299 ...
2022-09-22T11:00:58.941577 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 300 ...
2022-09-22T11:00:59.041717 shutdown_mgr.hpp:65 wait ] finishing: timeout, future status: 1, attempt: 301 ...
Before shutting down...
application shutdown: unknown error exception.
Leaving application main loop...
terminate called without an active exception
0 Hived process finished execution.
0 Attempting to stop Postgresql...
* Stopping PostgreSQL 12 database server
...done.
Waiting for postgres process: 38 finish...
Postgres process: 38 finished.
Exiting docker entrypoint...
Edited by Deathwing