[==========] Running 24 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 22 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260608 12:37:44.894469   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34873,127.0.107.253:46295,127.0.107.252:45209
I20260608 12:37:44.896327   431 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260608 12:37:44.897372   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:44.918318   437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:44.918371   438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:44.919766   431 server_base.cc:1061] running on GCE node
W20260608 12:37:44.918697   440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:46.148471   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:46.148700   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:46.148957   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922266148906 us; error 0 us; skew 500 ppm
I20260608 12:37:46.149910   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:46.155733   431 webserver.cc:533] Webserver started at http://127.0.107.254:42427/ using document root <none> and password file <none>
I20260608 12:37:46.156711   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:46.156947   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:46.157433   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:46.163219   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "095fd327976c442eb6e7b45cedcb1b9a"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.171588   431 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
I20260608 12:37:46.177469   446 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:46.178836   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:37:46.179201   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "095fd327976c442eb6e7b45cedcb1b9a"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.179546   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:46.239312   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:46.241463   431 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260608 12:37:46.242070   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:46.323900   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34873
I20260608 12:37:46.324301   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34873 every 8 connection(s)
I20260608 12:37:46.331212   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:46.333861   498 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:37:46.338769   500 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:46.340965   501 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:46.344115   503 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:46.345435   431 server_base.cc:1061] running on GCE node
I20260608 12:37:46.346154   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:46.346398   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:46.346587   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922266346565 us; error 0 us; skew 500 ppm
I20260608 12:37:46.347216   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:46.350796   431 webserver.cc:533] Webserver started at http://127.0.107.253:34015/ using document root <none> and password file <none>
I20260608 12:37:46.351409   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:46.351650   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:46.352001   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:46.353111   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root/instance:
uuid: "0734bdff68ed492d930e0e1827315f55"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.359028   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:37:46.358346   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.364356   508 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:46.365463   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:37:46.365865   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
uuid: "0734bdff68ed492d930e0e1827315f55"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.366362   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:46.393702   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:46.394088   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.395498   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:37:46.397204   447 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46295: connect: Connection refused (error 111)
W20260608 12:37:46.412874   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:46295: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46295: connect: Connection refused (error 111)
I20260608 12:37:46.462688   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } attempt: 1
W20260608 12:37:46.468766   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:46295: Network error: Client connection negotiation failed: client connection to 127.0.107.253:46295: connect: Connection refused (error 111)
I20260608 12:37:46.477236   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:46295
I20260608 12:37:46.477443   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:46295 every 8 connection(s)
I20260608 12:37:46.482493   563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:46.483404   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:46.488152   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:37:46.493446   565 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:46.496270   566 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:46.501331   569 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:46.502151   431 server_base.cc:1061] running on GCE node
I20260608 12:37:46.502938   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:46.503153   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:46.503348   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922266503310 us; error 0 us; skew 500 ppm
I20260608 12:37:46.504187   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:46.507843   431 webserver.cc:533] Webserver started at http://127.0.107.252:33579/ using document root <none> and password file <none>
I20260608 12:37:46.508540   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:46.508795   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:46.509132   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:46.510939   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.511073   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root/instance:
uuid: "29bc0b33b53f47f69b73917f8795d8fa"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.518159   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.003s
I20260608 12:37:46.523765   575 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:46.524868   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:37:46.525162   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
uuid: "29bc0b33b53f47f69b73917f8795d8fa"
format_stamp: "Formatted at 2026-06-08 12:37:46 on dist-test-slave-mnll"
I20260608 12:37:46.525566   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:46.527451   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:37:46.537262   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45209: connect: Connection refused (error 111)
I20260608 12:37:46.537264   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } attempt: 2
I20260608 12:37:46.548645   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:46.548540   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.550017   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:37:46.555226   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45209: connect: Connection refused (error 111)
I20260608 12:37:46.580730   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } attempt: 1
W20260608 12:37:46.587447   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45209: connect: Connection refused (error 111)
I20260608 12:37:46.587344   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } attempt: 1
W20260608 12:37:46.593792   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:45209: Network error: Client connection negotiation failed: client connection to 127.0.107.252:45209: connect: Connection refused (error 111)
I20260608 12:37:46.630780   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:45209
I20260608 12:37:46.630926   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:45209 every 8 connection(s)
I20260608 12:37:46.635321   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:37:46.636345   628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:46.642329   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.656051   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.661350   498 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } attempt: 2
I20260608 12:37:46.662900   563 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } attempt: 2
I20260608 12:37:46.669792   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:37:46.689299   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: Bootstrap starting.
I20260608 12:37:46.689299   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55: Bootstrap starting.
I20260608 12:37:46.690084   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: Bootstrap starting.
I20260608 12:37:46.697453   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:46.697995   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:46.698381   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:46.700229   628 log.cc:826] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: Log is configured to *not* fsync() on all Append() calls
I20260608 12:37:46.707403   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: No bootstrap required, opened a new log
I20260608 12:37:46.708504   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55: No bootstrap required, opened a new log
I20260608 12:37:46.708491   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: No bootstrap required, opened a new log
I20260608 12:37:46.726854   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.726840   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.726977   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.727629   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:46.727885   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:46.727988   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:46.728048   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 29bc0b33b53f47f69b73917f8795d8fa, State: Initialized, Role: FOLLOWER
I20260608 12:37:46.728273   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0734bdff68ed492d930e0e1827315f55, State: Initialized, Role: FOLLOWER
I20260608 12:37:46.728334   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 095fd327976c442eb6e7b45cedcb1b9a, State: Initialized, Role: FOLLOWER
I20260608 12:37:46.729542   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.729682   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.729720   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.734745   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.736037   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:46.737372   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.737867   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:46.738209   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:46.740209   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:46.741387   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.742295   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:46.743146   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: configured and running, proceeding with master startup.
W20260608 12:37:46.748483   452 tablet.cc:2404] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:37:46.755367   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:46.756240   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.762615   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0734bdff68ed492d930e0e1827315f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "095fd327976c442eb6e7b45cedcb1b9a" is_pre_election: true
I20260608 12:37:46.763698   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0734bdff68ed492d930e0e1827315f55 in term 0.
I20260608 12:37:46.765997   511 leader_election.cc:304] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0734bdff68ed492d930e0e1827315f55, 095fd327976c442eb6e7b45cedcb1b9a; no voters: 
I20260608 12:37:46.773721   602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0734bdff68ed492d930e0e1827315f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "29bc0b33b53f47f69b73917f8795d8fa" is_pre_election: true
I20260608 12:37:46.774892   602 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0734bdff68ed492d930e0e1827315f55 in term 0.
I20260608 12:37:46.774273   638 leader_election.cc:290] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 095fd327976c442eb6e7b45cedcb1b9a (127.0.107.254:34873), 29bc0b33b53f47f69b73917f8795d8fa (127.0.107.252:45209)
I20260608 12:37:46.778074   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:46.778633   638 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:46.779172   638 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:46.794124   638 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.797309   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0734bdff68ed492d930e0e1827315f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "095fd327976c442eb6e7b45cedcb1b9a"
I20260608 12:37:46.798053   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:46.801549   638 leader_election.cc:290] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [CANDIDATE]: Term 1 election: Requested vote from peers 095fd327976c442eb6e7b45cedcb1b9a (127.0.107.254:34873), 29bc0b33b53f47f69b73917f8795d8fa (127.0.107.252:45209)
I20260608 12:37:46.802874   602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0734bdff68ed492d930e0e1827315f55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "29bc0b33b53f47f69b73917f8795d8fa"
I20260608 12:37:46.803681   602 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:46.820135   602 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0734bdff68ed492d930e0e1827315f55 in term 1.
I20260608 12:37:46.823145   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0734bdff68ed492d930e0e1827315f55 in term 1.
I20260608 12:37:46.825248   511 leader_election.cc:304] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0734bdff68ed492d930e0e1827315f55, 095fd327976c442eb6e7b45cedcb1b9a; no voters: 
I20260608 12:37:46.826421   638 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:46.827101   638 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 1 LEADER]: Becoming Leader. State: Replica: 0734bdff68ed492d930e0e1827315f55, State: Running, Role: LEADER
I20260608 12:37:46.828477   638 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } }
I20260608 12:37:46.849421   653 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0734bdff68ed492d930e0e1827315f55. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.850698   653 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:46.857152   665 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:37:46.877774   665 catalog_manager.cc:1519] Initializing Kudu cluster ID...
W20260608 12:37:46.892485   674 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:37:46.892851   674 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:37:46.904466   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:37:46.904764   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:37:46.906387   602 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 1 FOLLOWER]: Refusing update from remote peer 0734bdff68ed492d930e0e1827315f55: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:37:46.906749   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:46.908228   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 1 FOLLOWER]: Refusing update from remote peer 0734bdff68ed492d930e0e1827315f55: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:37:46.910956   638 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:46.912815   638 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:37:46.922190   677 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:37:46.922639   677 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:37:46.931239   678 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:46.935940   680 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:46.944576   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0734bdff68ed492d930e0e1827315f55. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.945647   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: This master's current role is: FOLLOWER
W20260608 12:37:46.955623   685 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:46.957772   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0734bdff68ed492d930e0e1827315f55. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.959360   679 mvcc.cc:204] Tried to move back new op lower bound from 7294657605224673280 to 7294657604950851584. Current Snapshot: MvccSnapshot[applied={T|T < 7294657605224673280}]
I20260608 12:37:46.959219   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:46.963130   431 server_base.cc:1061] running on GCE node
I20260608 12:37:46.964542   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:46.964906   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:46.965185   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922266965164 us; error 0 us; skew 500 ppm
I20260608 12:37:46.968547   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:46.974790   639 sys_catalog.cc:455] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.975548   639 sys_catalog.cc:458] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:46.977774   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.982110   665 catalog_manager.cc:1382] Generated new cluster ID: 9c8e3859623f41dbad5e6198f636bc94
I20260608 12:37:46.984041   665 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:37:46.983987   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:46.993726   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:46.994735   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:37:47.006254   431 webserver.cc:533] Webserver started at http://127.0.107.193:40221/ using document root <none> and password file <none>
I20260608 12:37:47.007078   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:47.007401   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:47.007143   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0734bdff68ed492d930e0e1827315f55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "095fd327976c442eb6e7b45cedcb1b9a" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34873 } } peers { permanent_uuid: "0734bdff68ed492d930e0e1827315f55" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 46295 } } peers { permanent_uuid: "29bc0b33b53f47f69b73917f8795d8fa" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 45209 } } }
I20260608 12:37:47.007791   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:47.007912   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:47.009384   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "e0af588779714a6bafaeffbfaf270e3d"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.029281   665 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:37:47.031715   665 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:37:47.032876   431 fs_manager.cc:696] Time spent creating directory manager: real 0.023s	user 0.011s	sys 0.010s
I20260608 12:37:47.039222   695 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.040264   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:37:47.040654   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "e0af588779714a6bafaeffbfaf270e3d"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.041065   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:47.066772   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:47.070350   665 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55: Generated new TSK 0
I20260608 12:37:47.072098   665 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:37:47.073261   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:47.076603   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:47.082224   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:47.082475   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.082783   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:47.082942   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.190982   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46053
I20260608 12:37:47.191146   757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46053 every 8 connection(s)
I20260608 12:37:47.245436   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:47.264106   760 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34873
I20260608 12:37:47.264675   760 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.265053   758 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45209
I20260608 12:37:47.266114   758 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.266693   760 heartbeater.cc:507] Master 127.0.107.254:34873 requested a full tablet report, sending...
I20260608 12:37:47.267311   758 heartbeater.cc:507] Master 127.0.107.252:45209 requested a full tablet report, sending...
I20260608 12:37:47.271407   759 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46295
I20260608 12:37:47.271842   759 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.271915   593 ts_manager.cc:194] Registered new tserver with Master: e0af588779714a6bafaeffbfaf270e3d (127.0.107.193:46053)
I20260608 12:37:47.272928   463 ts_manager.cc:194] Registered new tserver with Master: e0af588779714a6bafaeffbfaf270e3d (127.0.107.193:46053)
I20260608 12:37:47.272994   759 heartbeater.cc:507] Master 127.0.107.253:46295 requested a full tablet report, sending...
I20260608 12:37:47.277254   528 ts_manager.cc:194] Registered new tserver with Master: e0af588779714a6bafaeffbfaf270e3d (127.0.107.193:46053)
W20260608 12:37:47.277173   768 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:47.281376   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48786
W20260608 12:37:47.281930   769 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:47.284685   771 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:47.286697   431 server_base.cc:1061] running on GCE node
I20260608 12:37:47.287784   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:47.288074   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:47.288276   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922267288240 us; error 0 us; skew 500 ppm
I20260608 12:37:47.288906   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:47.291601   431 webserver.cc:533] Webserver started at http://127.0.107.194:43137/ using document root <none> and password file <none>
I20260608 12:37:47.292186   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:47.292402   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:47.292695   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:47.294350   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "c152d1c5aa924fc6b8edd8528b9c79d7"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.299302   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:47.303123   776 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.304104   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:37:47.304416   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "c152d1c5aa924fc6b8edd8528b9c79d7"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.304694   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:47.319685   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:47.320978   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:47.324118   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:47.327109   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:47.327376   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.327682   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:47.327883   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.435534   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42073
I20260608 12:37:47.435654   838 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42073 every 8 connection(s)
I20260608 12:37:47.470050   840 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46295
I20260608 12:37:47.470525   840 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.471580   840 heartbeater.cc:507] Master 127.0.107.253:46295 requested a full tablet report, sending...
I20260608 12:37:47.474412   528 ts_manager.cc:194] Registered new tserver with Master: c152d1c5aa924fc6b8edd8528b9c79d7 (127.0.107.194:42073)
I20260608 12:37:47.474802   839 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45209
I20260608 12:37:47.475359   839 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.476740   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48794
I20260608 12:37:47.476704   839 heartbeater.cc:507] Master 127.0.107.252:45209 requested a full tablet report, sending...
I20260608 12:37:47.481535   593 ts_manager.cc:194] Registered new tserver with Master: c152d1c5aa924fc6b8edd8528b9c79d7 (127.0.107.194:42073)
I20260608 12:37:47.485884   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:37:47.490767   841 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34873
I20260608 12:37:47.491206   841 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.492024   841 heartbeater.cc:507] Master 127.0.107.254:34873 requested a full tablet report, sending...
I20260608 12:37:47.495556   463 ts_manager.cc:194] Registered new tserver with Master: c152d1c5aa924fc6b8edd8528b9c79d7 (127.0.107.194:42073)
W20260608 12:37:47.496865   845 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:47.497097   846 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:47.501089   848 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:47.502276   431 server_base.cc:1061] running on GCE node
I20260608 12:37:47.503398   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:47.503589   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:47.503829   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922267503807 us; error 0 us; skew 500 ppm
I20260608 12:37:47.504511   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:47.507551   431 webserver.cc:533] Webserver started at http://127.0.107.195:36501/ using document root <none> and password file <none>
I20260608 12:37:47.508155   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:47.508368   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:47.508661   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:47.509757   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "6019b44b20174c1e984533cceeafc86d"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.514798   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:47.518628   853 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.519555   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:37:47.519930   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "6019b44b20174c1e984533cceeafc86d"
format_stamp: "Formatted at 2026-06-08 12:37:47 on dist-test-slave-mnll"
I20260608 12:37:47.520255   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:47.568243   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:47.570909   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:47.572660   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:47.575789   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:47.576081   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:37:47.576367   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:47.576603   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:47.666235   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45313
I20260608 12:37:47.666764   915 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45313 every 8 connection(s)
I20260608 12:37:47.713519   917 heartbeater.cc:344] Connected to a master server at 127.0.107.253:46295
I20260608 12:37:47.714026   917 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.715044   917 heartbeater.cc:507] Master 127.0.107.253:46295 requested a full tablet report, sending...
I20260608 12:37:47.717666   528 ts_manager.cc:194] Registered new tserver with Master: 6019b44b20174c1e984533cceeafc86d (127.0.107.195:45313)
I20260608 12:37:47.719446   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48806
I20260608 12:37:47.721340   916 heartbeater.cc:344] Connected to a master server at 127.0.107.252:45209
I20260608 12:37:47.721789   916 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.722550   916 heartbeater.cc:507] Master 127.0.107.252:45209 requested a full tablet report, sending...
I20260608 12:37:47.725878   593 ts_manager.cc:194] Registered new tserver with Master: 6019b44b20174c1e984533cceeafc86d (127.0.107.195:45313)
I20260608 12:37:47.726881   918 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34873
I20260608 12:37:47.727265   918 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:47.728050   918 heartbeater.cc:507] Master 127.0.107.254:34873 requested a full tablet report, sending...
I20260608 12:37:47.730907   463 ts_manager.cc:194] Registered new tserver with Master: 6019b44b20174c1e984533cceeafc86d (127.0.107.195:45313)
I20260608 12:37:47.731254   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.021099619s
I20260608 12:37:47.899056   674 catalog_manager.cc:1294] Loaded cluster ID: 9c8e3859623f41dbad5e6198f636bc94
I20260608 12:37:47.899444   674 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: loading cluster ID for follower catalog manager: success
I20260608 12:37:47.906900   674 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: acquiring CA information for follower catalog manager: success
I20260608 12:37:47.910851   674 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:37:47.927209   677 catalog_manager.cc:1294] Loaded cluster ID: 9c8e3859623f41dbad5e6198f636bc94
I20260608 12:37:47.927517   677 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: loading cluster ID for follower catalog manager: success
I20260608 12:37:47.932548   677 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: acquiring CA information for follower catalog manager: success
I20260608 12:37:47.936558   677 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:37:48.287973   759 heartbeater.cc:499] Master 127.0.107.253:46295 was elected leader, sending a full tablet report...
I20260608 12:37:48.480229   840 heartbeater.cc:499] Master 127.0.107.253:46295 was elected leader, sending a full tablet report...
I20260608 12:37:48.722602   917 heartbeater.cc:499] Master 127.0.107.253:46295 was elected leader, sending a full tablet report...
I20260608 12:37:48.857342   664 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:37:49.914594   528 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48808:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:37:50.001046   881 tablet_service.cc:1511] Processing CreateTablet for tablet 62b4a55d19fd4606a266f59058055816 (DEFAULT_TABLE table=test-workload [id=1a9db4aff9904fba831a60093633ad9f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:37:50.003156   881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 62b4a55d19fd4606a266f59058055816. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:50.009684   804 tablet_service.cc:1511] Processing CreateTablet for tablet 5bd13814dbf24fa9b57b29651dfbd2d0 (DEFAULT_TABLE table=test-workload [id=1a9db4aff9904fba831a60093633ad9f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:37:50.011407   804 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5bd13814dbf24fa9b57b29651dfbd2d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:50.010528   723 tablet_service.cc:1511] Processing CreateTablet for tablet d5efdef4b3224cc5a55318f2294c92fb (DEFAULT_TABLE table=test-workload [id=1a9db4aff9904fba831a60093633ad9f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:37:50.011032   722 tablet_service.cc:1511] Processing CreateTablet for tablet 39bce1358b904c449c7199bb95064c40 (DEFAULT_TABLE table=test-workload [id=1a9db4aff9904fba831a60093633ad9f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:37:50.013677   723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5efdef4b3224cc5a55318f2294c92fb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:50.016284   722 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39bce1358b904c449c7199bb95064c40. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:50.034605   953 tablet_bootstrap.cc:492] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: Bootstrap starting.
I20260608 12:37:50.034600   951 tablet_bootstrap.cc:492] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: Bootstrap starting.
I20260608 12:37:50.041064   952 tablet_bootstrap.cc:492] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: Bootstrap starting.
I20260608 12:37:50.045143   953 tablet_bootstrap.cc:654] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:50.047420   951 tablet_bootstrap.cc:654] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:50.049741   952 tablet_bootstrap.cc:654] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:50.053767   953 tablet_bootstrap.cc:492] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: No bootstrap required, opened a new log
I20260608 12:37:50.054387   953 ts_tablet_manager.cc:1403] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: Time spent bootstrapping tablet: real 0.021s	user 0.004s	sys 0.015s
I20260608 12:37:50.056272   951 tablet_bootstrap.cc:492] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: No bootstrap required, opened a new log
I20260608 12:37:50.056748   951 ts_tablet_manager.cc:1403] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.000s
I20260608 12:37:50.058137   953 raft_consensus.cc:359] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42073 } }
I20260608 12:37:50.058733   953 raft_consensus.cc:385] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:50.059053   953 raft_consensus.cc:740] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c152d1c5aa924fc6b8edd8528b9c79d7, State: Initialized, Role: FOLLOWER
I20260608 12:37:50.060037   953 consensus_queue.cc:260] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42073 } }
I20260608 12:37:50.060065   951 raft_consensus.cc:359] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6019b44b20174c1e984533cceeafc86d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45313 } }
I20260608 12:37:50.060770   953 raft_consensus.cc:399] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:50.061121   951 raft_consensus.cc:385] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:50.061228   953 raft_consensus.cc:493] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:50.061553   951 raft_consensus.cc:740] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6019b44b20174c1e984533cceeafc86d, State: Initialized, Role: FOLLOWER
I20260608 12:37:50.061712   953 raft_consensus.cc:3060] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:50.062381   951 consensus_queue.cc:260] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6019b44b20174c1e984533cceeafc86d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45313 } }
I20260608 12:37:50.062856   952 tablet_bootstrap.cc:492] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: No bootstrap required, opened a new log
I20260608 12:37:50.063097   951 raft_consensus.cc:399] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:50.063374   952 ts_tablet_manager.cc:1403] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.010s
I20260608 12:37:50.063519   951 raft_consensus.cc:493] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:50.063984   951 raft_consensus.cc:3060] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:50.067572   952 raft_consensus.cc:359] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.068145   952 raft_consensus.cc:385] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:50.068413   952 raft_consensus.cc:740] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e0af588779714a6bafaeffbfaf270e3d, State: Initialized, Role: FOLLOWER
I20260608 12:37:50.069133   952 consensus_queue.cc:260] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.069701   952 raft_consensus.cc:399] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:50.070007   953 raft_consensus.cc:515] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42073 } }
I20260608 12:37:50.070259   952 raft_consensus.cc:493] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:50.070775   952 raft_consensus.cc:3060] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:50.070864   953 leader_election.cc:304] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: c152d1c5aa924fc6b8edd8528b9c79d7; no voters: 
I20260608 12:37:50.076941   951 raft_consensus.cc:515] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6019b44b20174c1e984533cceeafc86d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45313 } }
I20260608 12:37:50.077950   952 raft_consensus.cc:515] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.078248   951 leader_election.cc:304] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 6019b44b20174c1e984533cceeafc86d; no voters: 
I20260608 12:37:50.078789   952 leader_election.cc:304] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: e0af588779714a6bafaeffbfaf270e3d; no voters: 
I20260608 12:37:50.080365   957 raft_consensus.cc:2804] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:50.081259   953 leader_election.cc:290] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:50.083478   952 leader_election.cc:290] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:50.087682   953 ts_tablet_manager.cc:1434] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: Time spent starting tablet: real 0.033s	user 0.015s	sys 0.012s
I20260608 12:37:50.087594   958 raft_consensus.cc:2804] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:50.092690   951 leader_election.cc:290] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:50.093631   959 raft_consensus.cc:2804] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:50.098361   952 ts_tablet_manager.cc:1434] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: Time spent starting tablet: real 0.035s	user 0.019s	sys 0.012s
I20260608 12:37:50.098299   957 raft_consensus.cc:697] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 1 LEADER]: Becoming Leader. State: Replica: c152d1c5aa924fc6b8edd8528b9c79d7, State: Running, Role: LEADER
I20260608 12:37:50.100910   952 tablet_bootstrap.cc:492] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: Bootstrap starting.
I20260608 12:37:50.101676   957 consensus_queue.cc:237] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42073 } }
I20260608 12:37:50.104736   951 ts_tablet_manager.cc:1434] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: Time spent starting tablet: real 0.048s	user 0.025s	sys 0.012s
I20260608 12:37:50.107973   959 raft_consensus.cc:697] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 1 LEADER]: Becoming Leader. State: Replica: 6019b44b20174c1e984533cceeafc86d, State: Running, Role: LEADER
I20260608 12:37:50.109135   959 consensus_queue.cc:237] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6019b44b20174c1e984533cceeafc86d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45313 } }
I20260608 12:37:50.122064   952 tablet_bootstrap.cc:654] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:50.123497   958 raft_consensus.cc:697] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 1 LEADER]: Becoming Leader. State: Replica: e0af588779714a6bafaeffbfaf270e3d, State: Running, Role: LEADER
I20260608 12:37:50.124426   958 consensus_queue.cc:237] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.128149   528 catalog_manager.cc:5696] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 reported cstate change: term changed from 0 to 1, leader changed from <none> to c152d1c5aa924fc6b8edd8528b9c79d7 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c152d1c5aa924fc6b8edd8528b9c79d7" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42073 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:50.140765   952 tablet_bootstrap.cc:492] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: No bootstrap required, opened a new log
I20260608 12:37:50.142490   952 ts_tablet_manager.cc:1403] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: Time spent bootstrapping tablet: real 0.042s	user 0.016s	sys 0.009s
I20260608 12:37:50.191479   527 catalog_manager.cc:5696] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d reported cstate change: term changed from 0 to 1, leader changed from <none> to e0af588779714a6bafaeffbfaf270e3d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e0af588779714a6bafaeffbfaf270e3d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:50.219666   952 raft_consensus.cc:359] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.226512   952 raft_consensus.cc:385] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:50.228483   952 raft_consensus.cc:740] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e0af588779714a6bafaeffbfaf270e3d, State: Initialized, Role: FOLLOWER
I20260608 12:37:50.233219   952 consensus_queue.cc:260] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.237215   952 raft_consensus.cc:399] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:50.239090   952 raft_consensus.cc:493] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:50.240590   952 raft_consensus.cc:3060] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:50.288004   528 catalog_manager.cc:5696] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d reported cstate change: term changed from 0 to 1, leader changed from <none> to 6019b44b20174c1e984533cceeafc86d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "6019b44b20174c1e984533cceeafc86d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6019b44b20174c1e984533cceeafc86d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45313 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:50.295117   952 raft_consensus.cc:515] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.295902   952 leader_election.cc:304] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: e0af588779714a6bafaeffbfaf270e3d; no voters: 
I20260608 12:37:50.296537   952 leader_election.cc:290] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:50.296880   965 raft_consensus.cc:2804] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:50.297492   965 raft_consensus.cc:697] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 1 LEADER]: Becoming Leader. State: Replica: e0af588779714a6bafaeffbfaf270e3d, State: Running, Role: LEADER
I20260608 12:37:50.298153   952 ts_tablet_manager.cc:1434] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: Time spent starting tablet: real 0.155s	user 0.020s	sys 0.007s
I20260608 12:37:50.298354   965 consensus_queue.cc:237] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } }
I20260608 12:37:50.322161   527 catalog_manager.cc:5696] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d reported cstate change: term changed from 0 to 1, leader changed from <none> to e0af588779714a6bafaeffbfaf270e3d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e0af588779714a6bafaeffbfaf270e3d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e0af588779714a6bafaeffbfaf270e3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46053 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:50.386078   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:37:50.407542   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:50.408502   431 tablet_replica.cc:333] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d: stopping tablet replica
I20260608 12:37:50.409209   431 raft_consensus.cc:2243] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:50.409706   431 raft_consensus.cc:2272] T 39bce1358b904c449c7199bb95064c40 P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.412539   431 tablet_replica.cc:333] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d: stopping tablet replica
I20260608 12:37:50.413019   431 raft_consensus.cc:2243] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:50.413429   431 raft_consensus.cc:2272] T d5efdef4b3224cc5a55318f2294c92fb P e0af588779714a6bafaeffbfaf270e3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.567760   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:37:50.577772   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:37:50.595156   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:50.595795   431 tablet_replica.cc:333] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7: stopping tablet replica
I20260608 12:37:50.596379   431 raft_consensus.cc:2243] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:50.596822   431 raft_consensus.cc:2272] T 5bd13814dbf24fa9b57b29651dfbd2d0 P c152d1c5aa924fc6b8edd8528b9c79d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.615489   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:37:50.623593   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:37:50.639453   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:37:50.640134   431 tablet_replica.cc:333] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d: stopping tablet replica
I20260608 12:37:50.640641   431 raft_consensus.cc:2243] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:50.641131   431 raft_consensus.cc:2272] T 62b4a55d19fd4606a266f59058055816 P 6019b44b20174c1e984533cceeafc86d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.649313   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:37:50.657217   431 master.cc:562] Master@127.0.107.254:34873 shutting down...
I20260608 12:37:50.753764   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:37:50.754312   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.754673   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 095fd327976c442eb6e7b45cedcb1b9a: stopping tablet replica
I20260608 12:37:50.782254   431 master.cc:584] Master@127.0.107.254:34873 shutdown complete.
I20260608 12:37:50.793731   431 master.cc:562] Master@127.0.107.253:46295 shutting down...
I20260608 12:37:50.814625   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:37:50.815908   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.816395   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0734bdff68ed492d930e0e1827315f55: stopping tablet replica
I20260608 12:37:50.871560   431 master.cc:584] Master@127.0.107.253:46295 shutdown complete.
I20260608 12:37:50.883001   431 master.cc:562] Master@127.0.107.252:45209 shutting down...
I20260608 12:37:50.896579   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:37:50.897048   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:37:50.897306   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 29bc0b33b53f47f69b73917f8795d8fa: stopping tablet replica
I20260608 12:37:50.915252   431 master.cc:584] Master@127.0.107.252:45209 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6050 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:37:50.941864   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37103
I20260608 12:37:50.942981   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:50.947989   975 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:50.948765   976 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:50.949568   978 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:50.951195   431 server_base.cc:1061] running on GCE node
I20260608 12:37:50.952239   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:50.952456   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:50.952637   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922270952621 us; error 0 us; skew 500 ppm
I20260608 12:37:50.953238   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:50.955813   431 webserver.cc:533] Webserver started at http://127.0.107.254:39429/ using document root <none> and password file <none>
I20260608 12:37:50.956403   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:50.956614   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:50.956902   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:50.958019   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "e2973586fe4147cc97e2c6273a7e8e9f"
format_stamp: "Formatted at 2026-06-08 12:37:50 on dist-test-slave-mnll"
I20260608 12:37:50.962478   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:50.965971   983 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:50.966894   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:37:50.967446   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "e2973586fe4147cc97e2c6273a7e8e9f"
format_stamp: "Formatted at 2026-06-08 12:37:50 on dist-test-slave-mnll"
I20260608 12:37:50.967742   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:50.987072   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:50.988191   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:51.024008   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37103
I20260608 12:37:51.024111  1034 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37103 every 8 connection(s)
I20260608 12:37:51.028244  1035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:51.038214  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f: Bootstrap starting.
I20260608 12:37:51.042990  1035 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:51.047071  1035 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f: No bootstrap required, opened a new log
I20260608 12:37:51.049213  1035 raft_consensus.cc:359] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER }
I20260608 12:37:51.049609  1035 raft_consensus.cc:385] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:51.049889  1035 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2973586fe4147cc97e2c6273a7e8e9f, State: Initialized, Role: FOLLOWER
I20260608 12:37:51.050644  1035 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER }
I20260608 12:37:51.051164  1035 raft_consensus.cc:399] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:37:51.051424  1035 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:37:51.051740  1035 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:51.056157  1035 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER }
I20260608 12:37:51.056731  1035 leader_election.cc:304] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: e2973586fe4147cc97e2c6273a7e8e9f; no voters: 
I20260608 12:37:51.058033  1035 leader_election.cc:290] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:37:51.058411  1038 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:51.059798  1038 raft_consensus.cc:697] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 1 LEADER]: Becoming Leader. State: Replica: e2973586fe4147cc97e2c6273a7e8e9f, State: Running, Role: LEADER
I20260608 12:37:51.060496  1038 consensus_queue.cc:237] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER }
I20260608 12:37:51.061342  1035 sys_catalog.cc:565] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:37:51.064628  1040 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2973586fe4147cc97e2c6273a7e8e9f. Latest consensus state: current_term: 1 leader_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER } }
I20260608 12:37:51.064618  1039 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e2973586fe4147cc97e2c6273a7e8e9f" member_type: VOTER } }
I20260608 12:37:51.065349  1040 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:51.065413  1039 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [sys.catalog]: This master's current role is: LEADER
I20260608 12:37:51.068187  1044 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:37:51.073736  1044 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:37:51.079169   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:37:51.083801  1044 catalog_manager.cc:1382] Generated new cluster ID: cee2191a8b2f44ac870cf2c0d3c6e25c
I20260608 12:37:51.084152  1044 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:37:51.103084  1044 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:37:51.104363  1044 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:37:51.116003  1044 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f: Generated new TSK 0
I20260608 12:37:51.116616  1044 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:37:51.147050   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:51.153031  1056 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.154232  1057 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.156857  1059 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:51.156970   431 server_base.cc:1061] running on GCE node
I20260608 12:37:51.157936   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:51.158174   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:51.158344   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922271158326 us; error 0 us; skew 500 ppm
I20260608 12:37:51.158952   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:51.161331   431 webserver.cc:533] Webserver started at http://127.0.107.193:44783/ using document root <none> and password file <none>
I20260608 12:37:51.161859   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:51.162101   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:51.162377   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:51.163563   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.168100   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:37:51.171557  1064 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.172374   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:51.172672   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.172984   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:51.203342   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:51.204710   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:51.206285   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:51.208644   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:51.208902   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.209156   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:51.209337   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.250900   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42267
I20260608 12:37:51.251232  1126 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42267 every 8 connection(s)
I20260608 12:37:51.256244   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:51.263326  1131 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.265137  1132 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:51.266633   431 server_base.cc:1061] running on GCE node
W20260608 12:37:51.267841  1134 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:51.268769   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:51.269089   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:51.269212  1127 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37103
I20260608 12:37:51.269358   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922271269332 us; error 0 us; skew 500 ppm
I20260608 12:37:51.269687  1127 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:51.270241   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:51.270505  1127 heartbeater.cc:507] Master 127.0.107.254:37103 requested a full tablet report, sending...
I20260608 12:37:51.273065   431 webserver.cc:533] Webserver started at http://127.0.107.194:38177/ using document root <none> and password file <none>
I20260608 12:37:51.273125  1000 ts_manager.cc:194] Registered new tserver with Master: 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267)
I20260608 12:37:51.273710   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:51.273964   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:51.274196   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:51.275311   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "056a522ed1514521a8d606ac28c5d973"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.275698  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36350
I20260608 12:37:51.280135   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:37:51.283618  1139 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.284556   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:51.284819   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "056a522ed1514521a8d606ac28c5d973"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.285059   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:51.310591   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:51.311666   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:51.313122   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:51.315403   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:51.315656   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.315984   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:51.316172   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.358161   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40699
I20260608 12:37:51.358268  1201 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40699 every 8 connection(s)
I20260608 12:37:51.363358   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:51.370299  1205 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.372114  1206 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:51.373720  1208 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:51.375918  1202 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37103
I20260608 12:37:51.376012   431 server_base.cc:1061] running on GCE node
I20260608 12:37:51.376490  1202 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:51.377105   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:51.377389   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:51.377501  1202 heartbeater.cc:507] Master 127.0.107.254:37103 requested a full tablet report, sending...
I20260608 12:37:51.377631   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922271377611 us; error 0 us; skew 500 ppm
I20260608 12:37:51.378544   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:51.379979  1000 ts_manager.cc:194] Registered new tserver with Master: 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:37:51.381220   431 webserver.cc:533] Webserver started at http://127.0.107.195:42891/ using document root <none> and password file <none>
I20260608 12:37:51.381289  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36356
I20260608 12:37:51.381816   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:51.382053   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:51.382340   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:51.383749   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "1735f4ae3756416ba531c8c2ea01bd27"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.388434   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:37:51.392684  1213 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.393462   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:37:51.393765   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "1735f4ae3756416ba531c8c2ea01bd27"
format_stamp: "Formatted at 2026-06-08 12:37:51 on dist-test-slave-mnll"
I20260608 12:37:51.394027   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:51.420020   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:51.421098   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:51.422948   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:51.425295   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:51.425537   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.425797   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:51.425990   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:51.464924   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44741
I20260608 12:37:51.465111  1275 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44741 every 8 connection(s)
I20260608 12:37:51.482980  1276 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37103
I20260608 12:37:51.483390  1276 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:51.484227  1276 heartbeater.cc:507] Master 127.0.107.254:37103 requested a full tablet report, sending...
I20260608 12:37:51.486249  1000 ts_manager.cc:194] Registered new tserver with Master: 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:51.486637   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018111624s
I20260608 12:37:51.487787  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36364
I20260608 12:37:52.278494  1127 heartbeater.cc:499] Master 127.0.107.254:37103 was elected leader, sending a full tablet report...
I20260608 12:37:52.384229  1202 heartbeater.cc:499] Master 127.0.107.254:37103 was elected leader, sending a full tablet report...
I20260608 12:37:52.490520  1276 heartbeater.cc:499] Master 127.0.107.254:37103 was elected leader, sending a full tablet report...
I20260608 12:37:52.543833  1000 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36376:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:37:52.546496  1000 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:37:52.619515  1092 tablet_service.cc:1511] Processing CreateTablet for tablet 874e8c2c72f14c19a5a9790e8e17f67e (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:52.621084  1092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874e8c2c72f14c19a5a9790e8e17f67e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.627810  1091 tablet_service.cc:1511] Processing CreateTablet for tablet 6070e495c7e34b17b4db4490e7a56384 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:52.629395  1091 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6070e495c7e34b17b4db4490e7a56384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.637787  1090 tablet_service.cc:1511] Processing CreateTablet for tablet 44a150eb9fa548bbb620bebc21ecc945 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:52.640105  1090 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44a150eb9fa548bbb620bebc21ecc945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.646063  1241 tablet_service.cc:1511] Processing CreateTablet for tablet 874e8c2c72f14c19a5a9790e8e17f67e (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:52.647516  1241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874e8c2c72f14c19a5a9790e8e17f67e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.649132  1240 tablet_service.cc:1511] Processing CreateTablet for tablet 6070e495c7e34b17b4db4490e7a56384 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:52.650540  1240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6070e495c7e34b17b4db4490e7a56384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.651068  1235 tablet_service.cc:1511] Processing CreateTablet for tablet 42dab80412c447109f27589b0c796c04 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:52.652640  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42dab80412c447109f27589b0c796c04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.652678  1164 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9552200a7644f9a643558a4472e7cb (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:52.653095  1162 tablet_service.cc:1511] Processing CreateTablet for tablet b641a68bfad7464db16246f65fa7cde3 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:52.654422  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9552200a7644f9a643558a4472e7cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.655133  1161 tablet_service.cc:1511] Processing CreateTablet for tablet 42dab80412c447109f27589b0c796c04 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:52.655279  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9552200a7644f9a643558a4472e7cb (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:52.656957  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9552200a7644f9a643558a4472e7cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.657205  1085 tablet_service.cc:1511] Processing CreateTablet for tablet 8cbb6390722c4903a54ec824646299b8 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:52.658684  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8cbb6390722c4903a54ec824646299b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.661167  1088 tablet_service.cc:1511] Processing CreateTablet for tablet ec30964202f14568af3da12448d45892 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:52.662590  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec30964202f14568af3da12448d45892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.662184  1167 tablet_service.cc:1511] Processing CreateTablet for tablet 874e8c2c72f14c19a5a9790e8e17f67e (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:37:52.657205  1160 tablet_service.cc:1511] Processing CreateTablet for tablet 8cbb6390722c4903a54ec824646299b8 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:52.664520  1166 tablet_service.cc:1511] Processing CreateTablet for tablet 6070e495c7e34b17b4db4490e7a56384 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:37:52.665742  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 8cbb6390722c4903a54ec824646299b8 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:37:52.666821  1165 tablet_service.cc:1511] Processing CreateTablet for tablet 44a150eb9fa548bbb620bebc21ecc945 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:52.667388  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8cbb6390722c4903a54ec824646299b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.669227  1236 tablet_service.cc:1511] Processing CreateTablet for tablet b641a68bfad7464db16246f65fa7cde3 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:52.669260  1089 tablet_service.cc:1511] Processing CreateTablet for tablet 6b9552200a7644f9a643558a4472e7cb (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:37:52.671064  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641a68bfad7464db16246f65fa7cde3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.671458  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9552200a7644f9a643558a4472e7cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.672384  1237 tablet_service.cc:1511] Processing CreateTablet for tablet ec30964202f14568af3da12448d45892 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:52.674027  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec30964202f14568af3da12448d45892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.675832  1239 tablet_service.cc:1511] Processing CreateTablet for tablet 44a150eb9fa548bbb620bebc21ecc945 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:37:52.677654  1239 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44a150eb9fa548bbb620bebc21ecc945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.680409  1087 tablet_service.cc:1511] Processing CreateTablet for tablet b641a68bfad7464db16246f65fa7cde3 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:37:52.658694  1086 tablet_service.cc:1511] Processing CreateTablet for tablet 42dab80412c447109f27589b0c796c04 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:37:52.673346  1163 tablet_service.cc:1511] Processing CreateTablet for tablet ec30964202f14568af3da12448d45892 (DEFAULT_TABLE table=test-workload [id=362aa142f07f4e5596d6f25f09b21179]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:37:52.699471  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641a68bfad7464db16246f65fa7cde3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.704216  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42dab80412c447109f27589b0c796c04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.699481  1296 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:52.710438  1295 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.717164  1295 tablet_bootstrap.cc:654] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.720635  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641a68bfad7464db16246f65fa7cde3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.721848  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec30964202f14568af3da12448d45892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.726243  1296 tablet_bootstrap.cc:654] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.726513  1160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8cbb6390722c4903a54ec824646299b8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.735343  1167 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874e8c2c72f14c19a5a9790e8e17f67e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.737679  1166 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6070e495c7e34b17b4db4490e7a56384. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.739682  1165 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44a150eb9fa548bbb620bebc21ecc945. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.748739  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42dab80412c447109f27589b0c796c04. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:37:52.782637  1298 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:52.788347  1296 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:52.788966  1296 ts_tablet_manager.cc:1403] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.090s	user 0.019s	sys 0.000s
I20260608 12:37:52.794063  1295 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:52.794561  1295 ts_tablet_manager.cc:1403] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.084s	user 0.008s	sys 0.031s
I20260608 12:37:52.797375  1295 raft_consensus.cc:359] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.798153  1295 raft_consensus.cc:385] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.798442  1295 raft_consensus.cc:740] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.799398  1295 consensus_queue.cc:260] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.800225  1298 tablet_bootstrap.cc:654] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.806690  1296 raft_consensus.cc:359] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.807472  1296 raft_consensus.cc:385] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.807786  1296 raft_consensus.cc:740] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.808136  1298 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:52.808650  1298 ts_tablet_manager.cc:1403] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.026s	user 0.000s	sys 0.011s
I20260608 12:37:52.809211  1295 ts_tablet_manager.cc:1434] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.003s
I20260608 12:37:52.808825  1296 consensus_queue.cc:260] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.810335  1295 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.812352  1298 raft_consensus.cc:359] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.813416  1298 raft_consensus.cc:385] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.813868  1298 raft_consensus.cc:740] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.815066  1298 consensus_queue.cc:260] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.817989  1295 tablet_bootstrap.cc:654] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.819744  1298 ts_tablet_manager.cc:1434] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.006s
I20260608 12:37:52.821049  1298 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:52.819634  1296 ts_tablet_manager.cc:1434] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.030s	user 0.010s	sys 0.004s
I20260608 12:37:52.824576  1296 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:52.827311  1298 tablet_bootstrap.cc:654] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.829844  1295 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:52.830399  1295 ts_tablet_manager.cc:1403] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.004s
I20260608 12:37:52.834144  1295 raft_consensus.cc:359] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.834864  1295 raft_consensus.cc:385] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.835130  1295 raft_consensus.cc:740] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.836014  1295 consensus_queue.cc:260] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.838049  1296 tablet_bootstrap.cc:654] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.840399  1295 ts_tablet_manager.cc:1434] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:37:52.841799  1295 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.844072  1300 raft_consensus.cc:493] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:52.845054  1298 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:52.844753  1300 raft_consensus.cc:515] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.845568  1298 ts_tablet_manager.cc:1403] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.007s
I20260608 12:37:52.848567  1298 raft_consensus.cc:359] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.849291  1298 raft_consensus.cc:385] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.849599  1298 raft_consensus.cc:740] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.850426  1298 consensus_queue.cc:260] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.853111  1300 leader_election.cc:290] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:52.855139  1296 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:52.855677  1298 ts_tablet_manager.cc:1434] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:37:52.856180  1296 ts_tablet_manager.cc:1403] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.006s
I20260608 12:37:52.857301  1298 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:52.859299  1296 raft_consensus.cc:359] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.860133  1296 raft_consensus.cc:385] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.860466  1296 raft_consensus.cc:740] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.861395  1296 consensus_queue.cc:260] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.864480  1298 tablet_bootstrap.cc:654] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.869443  1295 tablet_bootstrap.cc:654] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.873019  1296 ts_tablet_manager.cc:1434] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.001s
I20260608 12:37:52.877760  1296 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:52.886097  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:52.887535  1296 tablet_bootstrap.cc:654] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
W20260608 12:37:52.888147  1065 leader_election.cc:343] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:52.893216  1295 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:52.893951  1295 ts_tablet_manager.cc:1403] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.052s	user 0.017s	sys 0.006s
I20260608 12:37:52.893994  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:52.894754  1298 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
W20260608 12:37:52.895763  1065 leader_election.cc:343] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:52.896230  1065 leader_election.cc:304] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 056a522ed1514521a8d606ac28c5d973, 1735f4ae3756416ba531c8c2ea01bd27
I20260608 12:37:52.896950  1300 raft_consensus.cc:2749] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:37:52.897244  1298 ts_tablet_manager.cc:1403] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.038s	user 0.009s	sys 0.015s
I20260608 12:37:52.898615  1295 raft_consensus.cc:359] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.899597  1295 raft_consensus.cc:385] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.899996  1295 raft_consensus.cc:740] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.900651  1298 raft_consensus.cc:359] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.900914  1295 consensus_queue.cc:260] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.901669  1298 raft_consensus.cc:385] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.901983  1298 raft_consensus.cc:740] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.902830  1298 consensus_queue.cc:260] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.903378  1296 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:52.903643  1295 ts_tablet_manager.cc:1434] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 12:37:52.903904  1296 ts_tablet_manager.cc:1403] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.026s	user 0.018s	sys 0.006s
I20260608 12:37:52.904709  1295 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.906733  1296 raft_consensus.cc:359] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.907435  1296 raft_consensus.cc:385] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.907723  1296 raft_consensus.cc:740] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.908619  1296 consensus_queue.cc:260] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.910576  1300 raft_consensus.cc:493] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:52.911262  1295 tablet_bootstrap.cc:654] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.911090  1300 raft_consensus.cc:515] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.915166  1300 leader_election.cc:290] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:52.915351  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:52.916169  1177 raft_consensus.cc:2468] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:52.917284  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:52.918458  1298 ts_tablet_manager.cc:1434] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.001s
W20260608 12:37:52.919739  1065 leader_election.cc:343] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:52.920568  1065 leader_election.cc:304] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 1735f4ae3756416ba531c8c2ea01bd27
I20260608 12:37:52.921907  1300 raft_consensus.cc:2804] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:52.922318  1300 raft_consensus.cc:493] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:52.922711  1300 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:52.923204  1295 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:52.923735  1295 ts_tablet_manager.cc:1403] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260608 12:37:52.924751  1296 ts_tablet_manager.cc:1434] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260608 12:37:52.927084  1295 raft_consensus.cc:359] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.927836  1295 raft_consensus.cc:385] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.928156  1295 raft_consensus.cc:740] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.929556  1298 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:52.929543  1295 consensus_queue.cc:260] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.932266  1296 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:52.932309  1300 raft_consensus.cc:515] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.936758  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:52.937417  1177 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:52.939395  1298 tablet_bootstrap.cc:654] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.939046  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:52.941636  1296 tablet_bootstrap.cc:654] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.941711  1295 ts_tablet_manager.cc:1434] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.018s	user 0.012s	sys 0.002s
I20260608 12:37:52.938869  1300 leader_election.cc:290] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Requested vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
W20260608 12:37:52.942808  1065 leader_election.cc:343] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:37:52.944590  1295 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.952365  1295 tablet_bootstrap.cc:654] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.954396  1177 raft_consensus.cc:2468] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:52.956504  1065 leader_election.cc:304] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 1735f4ae3756416ba531c8c2ea01bd27
I20260608 12:37:52.958114  1300 raft_consensus.cc:2804] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:52.958782  1300 raft_consensus.cc:697] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Leader. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:52.960321  1300 consensus_queue.cc:237] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.966010  1298 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:52.966382  1295 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:52.966544  1298 ts_tablet_manager.cc:1403] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.037s	user 0.021s	sys 0.008s
I20260608 12:37:52.967088  1295 ts_tablet_manager.cc:1403] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.004s
I20260608 12:37:52.967480  1296 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:52.968499  1296 ts_tablet_manager.cc:1403] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.037s	user 0.011s	sys 0.006s
I20260608 12:37:52.970502  1298 raft_consensus.cc:359] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.971273  1298 raft_consensus.cc:385] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.971732  1298 raft_consensus.cc:740] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.971325  1296 raft_consensus.cc:359] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.972234  1296 raft_consensus.cc:385] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.972678  1296 raft_consensus.cc:740] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.972577  1298 consensus_queue.cc:260] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.973320  1295 raft_consensus.cc:359] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.974368  1295 raft_consensus.cc:385] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:52.973628  1296 consensus_queue.cc:260] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.974889  1295 raft_consensus.cc:740] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:52.975872  1295 consensus_queue.cc:260] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.978602  1295 ts_tablet_manager.cc:1434] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.001s
I20260608 12:37:52.979561  1295 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:52.981880  1298 ts_tablet_manager.cc:1434] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.004s
I20260608 12:37:52.982930  1298 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:52.982271   998 catalog_manager.cc:5696] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:52.984359  1313 raft_consensus.cc:493] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:52.984901  1313 raft_consensus.cc:515] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:52.987612  1295 tablet_bootstrap.cc:654] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.988593  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641a68bfad7464db16246f65fa7cde3" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:52.989245  1177 raft_consensus.cc:2468] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:52.990046  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641a68bfad7464db16246f65fa7cde3" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:52.991763  1296 ts_tablet_manager.cc:1434] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.023s	user 0.005s	sys 0.002s
I20260608 12:37:52.992303  1065 leader_election.cc:304] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:52.991539  1251 raft_consensus.cc:2468] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:52.993494  1298 tablet_bootstrap.cc:654] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:52.995028  1313 leader_election.cc:290] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:52.996927  1313 raft_consensus.cc:2804] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.003062  1313 raft_consensus.cc:493] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.003491  1313 raft_consensus.cc:3060] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.001780  1296 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:53.002462  1298 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:53.004280  1298 ts_tablet_manager.cc:1403] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.004s
I20260608 12:37:53.006460  1295 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:53.007135  1295 ts_tablet_manager.cc:1403] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.013s
I20260608 12:37:53.009158  1298 raft_consensus.cc:359] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.010594  1298 raft_consensus.cc:385] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.010715  1295 raft_consensus.cc:359] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.011880  1295 raft_consensus.cc:385] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.012413  1295 raft_consensus.cc:740] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.012566  1298 raft_consensus.cc:740] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.013438  1295 consensus_queue.cc:260] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.013602  1298 consensus_queue.cc:260] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.016098  1298 ts_tablet_manager.cc:1434] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.004s
I20260608 12:37:53.016458  1295 ts_tablet_manager.cc:1434] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260608 12:37:53.017132  1298 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:53.017570  1295 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:53.026218  1298 tablet_bootstrap.cc:654] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
W20260608 12:37:53.031796  1317 log.cc:927] Time spent T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: Append to log took a long time: real 0.055s	user 0.001s	sys 0.000s
I20260608 12:37:53.034516  1296 tablet_bootstrap.cc:654] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.035140  1295 tablet_bootstrap.cc:654] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
W20260608 12:37:53.036549  1065 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:40699, user_credentials={real_user=slave}} blocked reactor thread for 44314.7us
I20260608 12:37:53.038352  1313 raft_consensus.cc:515] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.041687  1313 leader_election.cc:290] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Requested vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.042326  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641a68bfad7464db16246f65fa7cde3" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.042979  1177 raft_consensus.cc:3060] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.043124  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641a68bfad7464db16246f65fa7cde3" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:53.043680  1251 raft_consensus.cc:3060] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.050767  1251 raft_consensus.cc:2468] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.051064  1177 raft_consensus.cc:2468] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.052239  1065 leader_election.cc:304] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.053072  1313 raft_consensus.cc:2804] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.053745  1313 raft_consensus.cc:697] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Leader. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:53.055066  1313 consensus_queue.cc:237] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.062824  1296 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:53.063391  1296 ts_tablet_manager.cc:1403] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.062s	user 0.007s	sys 0.011s
I20260608 12:37:53.063992  1295 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:53.064639  1295 ts_tablet_manager.cc:1403] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.047s	user 0.018s	sys 0.009s
I20260608 12:37:53.065155  1298 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:53.065761  1298 ts_tablet_manager.cc:1403] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.049s	user 0.009s	sys 0.026s
I20260608 12:37:53.067236  1296 raft_consensus.cc:359] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.068032  1296 raft_consensus.cc:385] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.068578  1296 raft_consensus.cc:740] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.069090  1298 raft_consensus.cc:359] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.069536  1295 raft_consensus.cc:359] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.069537  1296 consensus_queue.cc:260] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.070464  1295 raft_consensus.cc:385] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.070856  1295 raft_consensus.cc:740] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.070916  1298 raft_consensus.cc:385] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.071592  1298 raft_consensus.cc:740] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.071789  1295 consensus_queue.cc:260] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.071677   998 catalog_manager.cc:5696] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.072613  1298 consensus_queue.cc:260] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.074899  1295 ts_tablet_manager.cc:1434] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260608 12:37:53.075503  1296 ts_tablet_manager.cc:1434] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260608 12:37:53.075986  1295 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: Bootstrap starting.
I20260608 12:37:53.076546  1296 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:53.075515  1298 ts_tablet_manager.cc:1434] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260608 12:37:53.079272  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:37:53.080427  1053 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:37:53.082908  1298 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
W20260608 12:37:53.085659  1048 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:37:53.087726  1295 tablet_bootstrap.cc:654] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.094002  1296 tablet_bootstrap.cc:654] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.100356  1298 tablet_bootstrap.cc:654] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.107214  1295 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: No bootstrap required, opened a new log
I20260608 12:37:53.107609  1298 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:53.107713  1295 ts_tablet_manager.cc:1403] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.011s
I20260608 12:37:53.107790  1296 tablet_bootstrap.cc:492] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:53.108165  1298 ts_tablet_manager.cc:1403] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.003s
I20260608 12:37:53.108466  1296 ts_tablet_manager.cc:1403] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.008s
I20260608 12:37:53.111559  1296 raft_consensus.cc:359] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.111521  1295 raft_consensus.cc:359] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.111976  1298 raft_consensus.cc:359] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.112407  1296 raft_consensus.cc:385] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.112476  1295 raft_consensus.cc:385] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.112788  1296 raft_consensus.cc:740] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.112643  1298 raft_consensus.cc:385] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.113281  1295 raft_consensus.cc:740] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.113471  1298 raft_consensus.cc:740] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.113873  1296 consensus_queue.cc:260] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.114076  1295 consensus_queue.cc:260] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.114223  1298 consensus_queue.cc:260] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.118875  1295 ts_tablet_manager.cc:1434] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:37:53.119817  1298 ts_tablet_manager.cc:1434] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:37:53.120826  1298 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: Bootstrap starting.
I20260608 12:37:53.122852  1296 ts_tablet_manager.cc:1434] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:37:53.124887  1296 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:53.126560  1298 tablet_bootstrap.cc:654] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.132325  1296 tablet_bootstrap.cc:654] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.138542  1298 tablet_bootstrap.cc:492] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: No bootstrap required, opened a new log
I20260608 12:37:53.139015  1298 ts_tablet_manager.cc:1403] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260608 12:37:53.139309  1296 tablet_bootstrap.cc:492] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:53.139776  1296 ts_tablet_manager.cc:1403] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:37:53.141546  1298 raft_consensus.cc:359] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.142232  1298 raft_consensus.cc:385] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.142517  1298 raft_consensus.cc:740] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.142835  1302 raft_consensus.cc:493] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.143126  1313 raft_consensus.cc:493] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.142457  1296 raft_consensus.cc:359] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.143428  1302 raft_consensus.cc:515] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.143991  1296 raft_consensus.cc:385] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.143600  1313 raft_consensus.cc:515] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.144523  1296 raft_consensus.cc:740] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.145352  1296 consensus_queue.cc:260] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.146493  1313 leader_election.cc:290] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.146741  1302 leader_election.cc:290] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:37:53.146991  1313 raft_consensus.cc:493] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.143499  1298 consensus_queue.cc:260] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.147550  1313 raft_consensus.cc:515] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.148541  1303 raft_consensus.cc:493] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.149324  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:53.149807  1303 raft_consensus.cc:515] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.150175  1251 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.153486  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:53.156486  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6070e495c7e34b17b4db4490e7a56384" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:53.157388  1176 raft_consensus.cc:2468] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.158963  1177 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.155305  1313 leader_election.cc:290] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.172897  1296 ts_tablet_manager.cc:1434] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.033s	user 0.017s	sys 0.012s
I20260608 12:37:53.165942  1065 leader_election.cc:304] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.173705  1303 leader_election.cc:290] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.176049  1298 ts_tablet_manager.cc:1434] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: Time spent starting tablet: real 0.037s	user 0.009s	sys 0.007s
I20260608 12:37:53.178143  1296 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: Bootstrap starting.
I20260608 12:37:53.178367  1313 raft_consensus.cc:2804] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.178943  1313 raft_consensus.cc:493] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.179312  1313 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.179252  1065 leader_election.cc:304] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.192682  1318 raft_consensus.cc:2804] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.193670  1318 raft_consensus.cc:493] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.194211  1318 raft_consensus.cc:3060] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.197647  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6070e495c7e34b17b4db4490e7a56384" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:53.198529  1251 raft_consensus.cc:2468] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.212859  1300 raft_consensus.cc:493] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.213357  1300 raft_consensus.cc:515] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.215338  1313 raft_consensus.cc:515] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.215834  1300 leader_election.cc:290] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.217680  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec30964202f14568af3da12448d45892" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:53.218044  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec30964202f14568af3da12448d45892" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:53.218313  1177 raft_consensus.cc:2468] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.218637  1251 raft_consensus.cc:2468] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 0.
I20260608 12:37:53.219568  1065 leader_election.cc:304] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.220748  1300 raft_consensus.cc:2804] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.221129  1300 raft_consensus.cc:493] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.221485  1300 raft_consensus.cc:3060] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.231462  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" is_pre_election: true
I20260608 12:37:53.232476  1318 raft_consensus.cc:515] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.232724  1102 raft_consensus.cc:2468] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 0.
I20260608 12:37:53.236106  1214 leader_election.cc:304] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.243480  1176 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6070e495c7e34b17b4db4490e7a56384" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.243639  1251 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:53.244614  1251 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.244415  1176 raft_consensus.cc:3060] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.242092  1177 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.245908  1318 leader_election.cc:290] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Requested vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.248960  1177 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.243000  1313 leader_election.cc:290] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Requested vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.252427  1330 raft_consensus.cc:2804] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.253279  1330 raft_consensus.cc:493] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.249786  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6070e495c7e34b17b4db4490e7a56384" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:53.253649  1330 raft_consensus.cc:3060] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.254010  1250 raft_consensus.cc:3060] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.253981  1300 raft_consensus.cc:515] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.259017  1300 leader_election.cc:290] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Requested vote from peers 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.263127  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec30964202f14568af3da12448d45892" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:53.263782  1249 raft_consensus.cc:3060] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.266176  1302 raft_consensus.cc:493] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.267127  1302 raft_consensus.cc:515] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.267468  1251 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.269294  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ec30964202f14568af3da12448d45892" candidate_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.270578  1175 raft_consensus.cc:3060] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.273833  1065 leader_election.cc:304] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.277707  1300 raft_consensus.cc:2804] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.278223  1302 leader_election.cc:290] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:37:53.279253  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42dab80412c447109f27589b0c796c04" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" is_pre_election: true
I20260608 12:37:53.279953  1102 raft_consensus.cc:2468] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 0.
I20260608 12:37:53.279165  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:53.280202  1330 raft_consensus.cc:515] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.281170  1174 raft_consensus.cc:2468] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 0.
I20260608 12:37:53.284150  1296 tablet_bootstrap.cc:654] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: Neither blocks nor log segments found. Creating new log.
I20260608 12:37:53.284665  1330 leader_election.cc:290] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 election: Requested vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:37:53.278718  1300 raft_consensus.cc:697] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Leader. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:53.287065  1300 consensus_queue.cc:237] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.289041  1249 raft_consensus.cc:2468] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.287983  1175 raft_consensus.cc:2468] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.281519  1214 leader_election.cc:304] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.290102  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42dab80412c447109f27589b0c796c04" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973" is_pre_election: true
I20260608 12:37:53.290503  1065 leader_election.cc:304] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.291203  1174 raft_consensus.cc:2468] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 0.
I20260608 12:37:53.291646  1176 raft_consensus.cc:2468] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.291759  1177 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.292107  1313 raft_consensus.cc:2804] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.294296  1065 leader_election.cc:304] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.294907  1330 raft_consensus.cc:2804] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.295061  1318 raft_consensus.cc:2804] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.295499  1330 raft_consensus.cc:493] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.296007  1330 raft_consensus.cc:3060] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.294919  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
I20260608 12:37:53.292621  1313 raft_consensus.cc:697] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Leader. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:53.297333  1102 raft_consensus.cc:3060] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.298444  1318 raft_consensus.cc:697] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Leader. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:53.298693  1101 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" is_pre_election: true
I20260608 12:37:53.299389  1318 consensus_queue.cc:237] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.304864  1250 raft_consensus.cc:2468] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5d22b71b0209447ebf6b2d6fc27ee498 in term 1.
I20260608 12:37:53.311597  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.312554  1175 raft_consensus.cc:3060] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.310262  1313 consensus_queue.cc:237] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.319121  1102 raft_consensus.cc:2468] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 1.
I20260608 12:37:53.319371  1175 raft_consensus.cc:2468] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 1.
I20260608 12:37:53.316924  1000 catalog_manager.cc:5696] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.321916  1214 leader_election.cc:304] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.323931  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b9552200a7644f9a643558a4472e7cb" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:53.325119  1250 raft_consensus.cc:2393] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 056a522ed1514521a8d606ac28c5d973 in current term 1: Already voted for candidate 1735f4ae3756416ba531c8c2ea01bd27 in this term.
I20260608 12:37:53.326076  1302 raft_consensus.cc:2804] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.338110  1140 leader_election.cc:304] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973; no voters: 1735f4ae3756416ba531c8c2ea01bd27, 5d22b71b0209447ebf6b2d6fc27ee498
I20260608 12:37:53.339679  1302 raft_consensus.cc:697] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 LEADER]: Becoming Leader. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Running, Role: LEADER
I20260608 12:37:53.339775  1330 raft_consensus.cc:515] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.341521  1333 raft_consensus.cc:2749] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:37:53.340765  1302 consensus_queue.cc:237] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.346130  1330 leader_election.cc:290] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 election: Requested vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:37:53.346061  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42dab80412c447109f27589b0c796c04" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
I20260608 12:37:53.346765  1175 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42dab80412c447109f27589b0c796c04" candidate_uuid: "1735f4ae3756416ba531c8c2ea01bd27" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "056a522ed1514521a8d606ac28c5d973"
I20260608 12:37:53.347254  1175 raft_consensus.cc:3060] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.347069  1102 raft_consensus.cc:3060] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.349529  1296 tablet_bootstrap.cc:492] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: No bootstrap required, opened a new log
I20260608 12:37:53.350149  1296 ts_tablet_manager.cc:1403] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent bootstrapping tablet: real 0.176s	user 0.010s	sys 0.012s
I20260608 12:37:53.355628  1175 raft_consensus.cc:2468] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 1.
I20260608 12:37:53.357285  1296 raft_consensus.cc:359] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.357517  1214 leader_election.cc:304] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 1735f4ae3756416ba531c8c2ea01bd27; no voters: 
I20260608 12:37:53.358419  1296 raft_consensus.cc:385] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:37:53.358896  1296 raft_consensus.cc:740] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Initialized, Role: FOLLOWER
I20260608 12:37:53.358929  1330 raft_consensus.cc:2804] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.362560  1330 raft_consensus.cc:697] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 LEADER]: Becoming Leader. State: Replica: 1735f4ae3756416ba531c8c2ea01bd27, State: Running, Role: LEADER
I20260608 12:37:53.362474  1296 consensus_queue.cc:260] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.364008  1330 consensus_queue.cc:237] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.368947  1296 ts_tablet_manager.cc:1434] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: Time spent starting tablet: real 0.018s	user 0.008s	sys 0.001s
I20260608 12:37:53.361285  1102 raft_consensus.cc:2468] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1735f4ae3756416ba531c8c2ea01bd27 in term 1.
I20260608 12:37:53.371253  1000 catalog_manager.cc:5696] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.373149  1000 catalog_manager.cc:5696] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.374359   997 catalog_manager.cc:5696] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1735f4ae3756416ba531c8c2ea01bd27" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:53.384721  1313 consensus_queue.cc:1048] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.395792   997 catalog_manager.cc:5696] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "1735f4ae3756416ba531c8c2ea01bd27" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: HEALTHY } } }
I20260608 12:37:53.403452  1250 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.406910  1333 raft_consensus.cc:493] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:37:53.407444  1333 raft_consensus.cc:515] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.409650  1333 leader_election.cc:290] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.412096  1249 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27" is_pre_election: true
I20260608 12:37:53.412094  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" is_pre_election: true
I20260608 12:37:53.420109  1102 raft_consensus.cc:2468] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 0.
I20260608 12:37:53.421314  1140 leader_election.cc:304] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.422116  1303 raft_consensus.cc:2804] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:37:53.422248  1249 raft_consensus.cc:2468] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 0.
I20260608 12:37:53.422519  1303 raft_consensus.cc:493] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:37:53.422881  1303 raft_consensus.cc:3060] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.423452  1313 consensus_queue.cc:1048] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.431047  1303 raft_consensus.cc:515] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.434423  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
I20260608 12:37:53.434031  1303 leader_election.cc:290] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 election: Requested vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:53.434942  1102 raft_consensus.cc:3060] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.435125  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "874e8c2c72f14c19a5a9790e8e17f67e" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:53.436244  1250 raft_consensus.cc:3060] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:37:53.441382  1102 raft_consensus.cc:2468] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 1.
I20260608 12:37:53.442808  1140 leader_election.cc:304] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:53.443372  1250 raft_consensus.cc:2468] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 1.
I20260608 12:37:53.443711  1303 raft_consensus.cc:2804] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:37:53.445149  1303 raft_consensus.cc:697] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 LEADER]: Becoming Leader. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Running, Role: LEADER
I20260608 12:37:53.446467  1303 consensus_queue.cc:237] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:53.587364  1313 consensus_queue.cc:1048] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.600198  1300 consensus_queue.cc:1048] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.882536  1300 consensus_queue.cc:1048] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.907107  1300 consensus_queue.cc:1048] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.907802  1318 consensus_queue.cc:1048] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.914831  1302 consensus_queue.cc:1048] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:37:53.916450   997 catalog_manager.cc:5696] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 reported cstate change: term changed from 0 to 1, leader changed from <none> to 056a522ed1514521a8d606ac28c5d973 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "056a522ed1514521a8d606ac28c5d973" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:53.940368  1318 consensus_queue.cc:1048] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.941999  1318 consensus_queue.cc:1048] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.943698  1318 consensus_queue.cc:1048] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.946594  1330 consensus_queue.cc:1048] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:37:53.977048  1302 consensus_queue.cc:1048] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.978111  1333 consensus_queue.cc:1048] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:37:53.979106  1302 consensus_queue.cc:1048] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:53.998792  1333 consensus_queue.cc:1048] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:37:54.117596   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:37:54.125155  1370 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:54.126284  1371 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:37:54.127311  1373 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:37:54.127597   431 server_base.cc:1061] running on GCE node
I20260608 12:37:54.129333   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:37:54.129586   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:37:54.129801   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922274129785 us; error 0 us; skew 500 ppm
I20260608 12:37:54.130448   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:37:54.132961   431 webserver.cc:533] Webserver started at http://127.0.107.196:33667/ using document root <none> and password file <none>
I20260608 12:37:54.133519   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:37:54.133728   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:37:54.134011   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:37:54.135104   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "5924bd7832404b3b80db7c6331845496"
format_stamp: "Formatted at 2026-06-08 12:37:54 on dist-test-slave-mnll"
I20260608 12:37:54.139704   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:37:54.143154  1378 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:54.144151   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:37:54.144461   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "5924bd7832404b3b80db7c6331845496"
format_stamp: "Formatted at 2026-06-08 12:37:54 on dist-test-slave-mnll"
I20260608 12:37:54.144764   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:37:54.164884   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:37:54.165968   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:37:54.167439   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:37:54.169855   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:37:54.170094   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:54.170351   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:37:54.170531   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:37:54.217849   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:37391
I20260608 12:37:54.217993  1440 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:37391 every 8 connection(s)
I20260608 12:37:54.236665  1441 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37103
I20260608 12:37:54.237196  1441 heartbeater.cc:461] Registering TS with master...
I20260608 12:37:54.238070  1441 heartbeater.cc:507] Master 127.0.107.254:37103 requested a full tablet report, sending...
I20260608 12:37:54.240284  1000 ts_manager.cc:194] Registered new tserver with Master: 5924bd7832404b3b80db7c6331845496 (127.0.107.196:37391)
I20260608 12:37:54.241494  1000 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36388
W20260608 12:37:54.763674  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08000dfca0 after lost signal to thread 434
W20260608 12:37:54.765316  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001b9700 after lost signal to thread 1126
W20260608 12:37:54.766139  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001b9f40 after lost signal to thread 1201
W20260608 12:37:54.766930  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001fae00 after lost signal to thread 1275
W20260608 12:37:54.767302  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001fad00 after lost signal to thread 1298
W20260608 12:37:54.767638  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001f5060 after lost signal to thread 1332
I20260608 12:37:55.082255  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:55.105870  1100 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945"
dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
mode: GRACEFUL
new_leader_uuid: "056a522ed1514521a8d606ac28c5d973"
 from {username='slave'} at 127.0.0.1:39864
I20260608 12:37:55.107059  1100 raft_consensus.cc:606] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Received request to transfer leadership to TS 056a522ed1514521a8d606ac28c5d973
I20260608 12:37:55.110888  1102 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8"
dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
mode: GRACEFUL
new_leader_uuid: "056a522ed1514521a8d606ac28c5d973"
 from {username='slave'} at 127.0.0.1:39864
I20260608 12:37:55.111377  1102 raft_consensus.cc:606] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Received request to transfer leadership to TS 056a522ed1514521a8d606ac28c5d973
I20260608 12:37:55.112629  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260608 12:37:55.113158  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:37:55.245329  1441 heartbeater.cc:499] Master 127.0.107.254:37103 was elected leader, sending a full tablet report...
I20260608 12:37:55.303911  1318 raft_consensus.cc:993] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: : Instructing follower 056a522ed1514521a8d606ac28c5d973 to start an election
I20260608 12:37:55.304636  1449 raft_consensus.cc:1081] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Signalling peer 056a522ed1514521a8d606ac28c5d973 to start an election
I20260608 12:37:55.306990  1174 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945"
dest_uuid: "056a522ed1514521a8d606ac28c5d973"
 from {username='slave'} at 127.0.0.1:45578
I20260608 12:37:55.307583  1174 raft_consensus.cc:493] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:37:55.307988  1174 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.313344  1174 raft_consensus.cc:515] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.315341  1174 leader_election.cc:290] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 2 election: Requested vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:55.316493  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
I20260608 12:37:55.317288  1102 raft_consensus.cc:3055] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:37:55.317205  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44a150eb9fa548bbb620bebc21ecc945" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:55.317731  1102 raft_consensus.cc:740] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:55.318037  1250 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.318689  1102 consensus_queue.cc:260] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.319703  1102 raft_consensus.cc:3060] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.324694  1102 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 2.
I20260608 12:37:55.326040  1140 leader_election.cc:304] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 5d22b71b0209447ebf6b2d6fc27ee498; no voters: 
I20260608 12:37:55.326885  1445 raft_consensus.cc:2804] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:37:55.327389  1250 raft_consensus.cc:2468] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 2.
I20260608 12:37:55.328140  1445 raft_consensus.cc:697] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 2 LEADER]: Becoming Leader. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Running, Role: LEADER
I20260608 12:37:55.329406  1445 consensus_queue.cc:237] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.341990  1000 catalog_manager.cc:5696] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 reported cstate change: term changed from 1 to 2, leader changed from 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193) to 056a522ed1514521a8d606ac28c5d973 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "056a522ed1514521a8d606ac28c5d973" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:55.606352  1318 raft_consensus.cc:993] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: : Instructing follower 056a522ed1514521a8d606ac28c5d973 to start an election
I20260608 12:37:55.607082  1449 raft_consensus.cc:1081] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Signalling peer 056a522ed1514521a8d606ac28c5d973 to start an election
I20260608 12:37:55.609926  1174 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8"
dest_uuid: "056a522ed1514521a8d606ac28c5d973"
 from {username='slave'} at 127.0.0.1:45578
I20260608 12:37:55.610776  1174 raft_consensus.cc:493] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:37:55.611168  1174 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.616036  1174 raft_consensus.cc:515] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.618057  1174 leader_election.cc:290] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 2 election: Requested vote from peers 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267), 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:37:55.619031  1102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "5d22b71b0209447ebf6b2d6fc27ee498"
I20260608 12:37:55.619185  1250 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8cbb6390722c4903a54ec824646299b8" candidate_uuid: "056a522ed1514521a8d606ac28c5d973" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1735f4ae3756416ba531c8c2ea01bd27"
I20260608 12:37:55.619724  1102 raft_consensus.cc:3055] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:37:55.619817  1250 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.620174  1102 raft_consensus.cc:740] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 5d22b71b0209447ebf6b2d6fc27ee498, State: Running, Role: LEADER
I20260608 12:37:55.621140  1102 consensus_queue.cc:260] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.622556  1102 raft_consensus.cc:3060] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:37:55.625113  1250 raft_consensus.cc:2468] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 2.
I20260608 12:37:55.626343  1140 leader_election.cc:304] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 056a522ed1514521a8d606ac28c5d973, 1735f4ae3756416ba531c8c2ea01bd27; no voters: 
I20260608 12:37:55.627163  1445 raft_consensus.cc:2804] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:37:55.627635  1445 raft_consensus.cc:697] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 2 LEADER]: Becoming Leader. State: Replica: 056a522ed1514521a8d606ac28c5d973, State: Running, Role: LEADER
I20260608 12:37:55.628559  1445 consensus_queue.cc:237] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } }
I20260608 12:37:55.630429  1102 raft_consensus.cc:2468] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 056a522ed1514521a8d606ac28c5d973 in term 2.
I20260608 12:37:55.640305  1000 catalog_manager.cc:5696] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 reported cstate change: term changed from 1 to 2, leader changed from 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193) to 056a522ed1514521a8d606ac28c5d973 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "056a522ed1514521a8d606ac28c5d973" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: UNKNOWN } } }
I20260608 12:37:55.843022  1102 raft_consensus.cc:1275] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:55.844326  1250 raft_consensus.cc:1275] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:55.844647  1445 consensus_queue.cc:1048] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:37:55.845975  1450 consensus_queue.cc:1048] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:37:56.049535  1250 raft_consensus.cc:1275] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.051141  1450 consensus_queue.cc:1048] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:56.068575  1100 raft_consensus.cc:1275] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:37:56.070600  1450 consensus_queue.cc:1048] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:37:57.114197  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:57.123534  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:37:57.124110  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:37:59.125136  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:37:59.130973  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:37:59.131353  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:37:59.919811  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001faaa0 after lost signal to thread 434
W20260608 12:37:59.920631  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001b75a0 after lost signal to thread 1034
W20260608 12:37:59.921517  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08000dc160 after lost signal to thread 1126
W20260608 12:37:59.922255  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001f53e0 after lost signal to thread 1201
W20260608 12:37:59.923010  1031 debug-util.cc:398] Leaking SignalData structure 0x7b080011a360 after lost signal to thread 1275
W20260608 12:37:59.923761  1031 debug-util.cc:398] Leaking SignalData structure 0x7b080018bd20 after lost signal to thread 1440
I20260608 12:38:00.463807  1100 consensus_queue.cc:237] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:00.550072  1251 raft_consensus.cc:1275] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Refusing update from remote peer 5d22b71b0209447ebf6b2d6fc27ee498: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.556756  1471 consensus_queue.cc:1048] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:00.557451  1177 raft_consensus.cc:1275] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Refusing update from remote peer 5d22b71b0209447ebf6b2d6fc27ee498: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.560555  1471 consensus_queue.cc:1048] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:00.568320  1469 raft_consensus.cc:2955] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
W20260608 12:38:00.570215  1065 consensus_peers.cc:597] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 -> Peer 5924bd7832404b3b80db7c6331845496 (127.0.107.196:37391): Couldn't send request to peer 5924bd7832404b3b80db7c6331845496. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ec30964202f14568af3da12448d45892. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.569994  1250 raft_consensus.cc:2955] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.574996  1177 raft_consensus.cc:2955] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.590644  1000 catalog_manager.cc:5696] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 reported cstate change: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.615600  1177 consensus_queue.cc:237] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:00.631202  1250 raft_consensus.cc:1275] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.632020  1100 raft_consensus.cc:1275] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Refusing update from remote peer 056a522ed1514521a8d606ac28c5d973: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.633376  1472 consensus_queue.cc:1048] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:00.634860  1468 consensus_queue.cc:1048] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:38:00.639734  1140 consensus_peers.cc:597] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 -> Peer 5924bd7832404b3b80db7c6331845496 (127.0.107.196:37391): Couldn't send request to peer 5924bd7832404b3b80db7c6331845496. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 874e8c2c72f14c19a5a9790e8e17f67e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.645505  1472 raft_consensus.cc:2955] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.646911  1250 raft_consensus.cc:2955] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.648937  1100 raft_consensus.cc:2955] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.658761  1102 consensus_queue.cc:237] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:00.661645   999 catalog_manager.cc:5696] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 reported cstate change: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "056a522ed1514521a8d606ac28c5d973" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:38:00.668423  1065 consensus_peers.cc:597] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 -> Peer 5924bd7832404b3b80db7c6331845496 (127.0.107.196:37391): Couldn't send request to peer 5924bd7832404b3b80db7c6331845496. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b641a68bfad7464db16246f65fa7cde3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.668630  1250 raft_consensus.cc:1275] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Refusing update from remote peer 5d22b71b0209447ebf6b2d6fc27ee498: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.669143  1177 raft_consensus.cc:1275] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Refusing update from remote peer 5d22b71b0209447ebf6b2d6fc27ee498: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.670259  1481 consensus_queue.cc:1048] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:00.671177  1471 consensus_queue.cc:1048] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:00.683494  1481 raft_consensus.cc:2955] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.685618  1250 raft_consensus.cc:2955] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.690407  1177 raft_consensus.cc:2955] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.697365   999 catalog_manager.cc:5696] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 reported cstate change: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.720801  1250 consensus_queue.cc:237] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:00.730161  1102 raft_consensus.cc:1275] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Refusing update from remote peer 1735f4ae3756416ba531c8c2ea01bd27: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.731827  1177 raft_consensus.cc:1275] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Refusing update from remote peer 1735f4ae3756416ba531c8c2ea01bd27: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:00.732292  1474 consensus_queue.cc:1048] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:38:00.734193  1464 consensus_queue.cc:1048] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [LEADER]: Connected to new peer: Peer: permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:38:00.746459  1214 consensus_peers.cc:597] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 -> Peer 5924bd7832404b3b80db7c6331845496 (127.0.107.196:37391): Couldn't send request to peer 5924bd7832404b3b80db7c6331845496. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6b9552200a7644f9a643558a4472e7cb. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:00.748099  1464 raft_consensus.cc:2955] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.750399  1102 raft_consensus.cc:2955] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.753926  1174 raft_consensus.cc:2955] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } } }
I20260608 12:38:00.764794   997 catalog_manager.cc:5696] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 reported cstate change: config changed from index -1 to 2, NON_VOTER 5924bd7832404b3b80db7c6331845496 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1735f4ae3756416ba531c8c2ea01bd27" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:00.985658  1501 ts_tablet_manager.cc:933] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Initiating tablet copy from peer 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267)
I20260608 12:38:00.987964  1501 tablet_copy_client.cc:323] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42267
I20260608 12:38:01.001309  1112 tablet_copy_service.cc:140] P 5d22b71b0209447ebf6b2d6fc27ee498: Received BeginTabletCopySession request for tablet ec30964202f14568af3da12448d45892 from peer 5924bd7832404b3b80db7c6331845496 ({username='slave'} at 127.0.0.1:39876)
I20260608 12:38:01.001834  1112 tablet_copy_service.cc:161] P 5d22b71b0209447ebf6b2d6fc27ee498: Beginning new tablet copy session on tablet ec30964202f14568af3da12448d45892 from peer 5924bd7832404b3b80db7c6331845496 at {username='slave'} at 127.0.0.1:39876: session id = 5924bd7832404b3b80db7c6331845496-ec30964202f14568af3da12448d45892
I20260608 12:38:01.008178  1112 tablet_copy_source_session.cc:215] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:01.012710  1501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec30964202f14568af3da12448d45892. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:01.025789  1501 tablet_copy_client.cc:806] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:01.026492  1501 tablet_copy_client.cc:670] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:01.031140  1501 tablet_copy_client.cc:538] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:01.039522  1501 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Bootstrap starting.
I20260608 12:38:01.050969  1505 ts_tablet_manager.cc:933] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Initiating tablet copy from peer 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267)
I20260608 12:38:01.058845  1505 tablet_copy_client.cc:323] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42267
I20260608 12:38:01.061065  1112 tablet_copy_service.cc:140] P 5d22b71b0209447ebf6b2d6fc27ee498: Received BeginTabletCopySession request for tablet b641a68bfad7464db16246f65fa7cde3 from peer 5924bd7832404b3b80db7c6331845496 ({username='slave'} at 127.0.0.1:39876)
I20260608 12:38:01.061640  1112 tablet_copy_service.cc:161] P 5d22b71b0209447ebf6b2d6fc27ee498: Beginning new tablet copy session on tablet b641a68bfad7464db16246f65fa7cde3 from peer 5924bd7832404b3b80db7c6331845496 at {username='slave'} at 127.0.0.1:39876: session id = 5924bd7832404b3b80db7c6331845496-b641a68bfad7464db16246f65fa7cde3
I20260608 12:38:01.066139  1501 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:38:01.067282  1501 tablet_bootstrap.cc:492] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Bootstrap complete.
I20260608 12:38:01.068017  1501 ts_tablet_manager.cc:1403] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Time spent bootstrapping tablet: real 0.029s	user 0.030s	sys 0.000s
I20260608 12:38:01.068041  1112 tablet_copy_source_session.cc:215] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:01.071448  1505 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641a68bfad7464db16246f65fa7cde3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:01.072584  1501 raft_consensus.cc:359] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.073498  1501 raft_consensus.cc:740] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5924bd7832404b3b80db7c6331845496, State: Initialized, Role: LEARNER
I20260608 12:38:01.074219  1501 consensus_queue.cc:260] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } attrs { replace: true } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.079285  1501 ts_tablet_manager.cc:1434] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:38:01.081379  1112 tablet_copy_service.cc:342] P 5d22b71b0209447ebf6b2d6fc27ee498: Request end of tablet copy session 5924bd7832404b3b80db7c6331845496-ec30964202f14568af3da12448d45892 received from {username='slave'} at 127.0.0.1:39876
I20260608 12:38:01.081858  1112 tablet_copy_service.cc:434] P 5d22b71b0209447ebf6b2d6fc27ee498: ending tablet copy session 5924bd7832404b3b80db7c6331845496-ec30964202f14568af3da12448d45892 on tablet ec30964202f14568af3da12448d45892 with peer 5924bd7832404b3b80db7c6331845496
W20260608 12:38:01.087733  1031 debug-util.cc:398] Leaking SignalData structure 0x7b0800196880 after lost signal to thread 434
I20260608 12:38:01.088641  1505 tablet_copy_client.cc:806] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 0 data blocks...
W20260608 12:38:01.088853  1031 debug-util.cc:398] Leaking SignalData structure 0x7b080012ece0 after lost signal to thread 1034
I20260608 12:38:01.089263  1505 tablet_copy_client.cc:670] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 1 WAL segments...
W20260608 12:38:01.090062  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001b7320 after lost signal to thread 1126
W20260608 12:38:01.090975  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001f5040 after lost signal to thread 1201
W20260608 12:38:01.092175  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08001f5460 after lost signal to thread 1275
W20260608 12:38:01.093449  1031 debug-util.cc:398] Leaking SignalData structure 0x7b08000dc1c0 after lost signal to thread 1440
I20260608 12:38:01.093546  1505 tablet_copy_client.cc:538] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:01.102573  1505 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Bootstrap starting.
I20260608 12:38:01.128638  1505 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:38:01.129541  1505 tablet_bootstrap.cc:492] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Bootstrap complete.
I20260608 12:38:01.130227  1505 ts_tablet_manager.cc:1403] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Time spent bootstrapping tablet: real 0.028s	user 0.027s	sys 0.000s
I20260608 12:38:01.132710  1053 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:01.133343  1505 raft_consensus.cc:359] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.134186  1505 raft_consensus.cc:740] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5924bd7832404b3b80db7c6331845496, State: Initialized, Role: LEARNER
I20260608 12:38:01.134843  1505 consensus_queue.cc:260] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.137284  1505 ts_tablet_manager.cc:1434] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:38:01.141628  1112 tablet_copy_service.cc:342] P 5d22b71b0209447ebf6b2d6fc27ee498: Request end of tablet copy session 5924bd7832404b3b80db7c6331845496-b641a68bfad7464db16246f65fa7cde3 received from {username='slave'} at 127.0.0.1:39876
I20260608 12:38:01.142139  1112 tablet_copy_service.cc:434] P 5d22b71b0209447ebf6b2d6fc27ee498: ending tablet copy session 5924bd7832404b3b80db7c6331845496-b641a68bfad7464db16246f65fa7cde3 on tablet b641a68bfad7464db16246f65fa7cde3 with peer 5924bd7832404b3b80db7c6331845496
I20260608 12:38:01.155638  1053 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:01.156702  1053 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:01.191836  1505 ts_tablet_manager.cc:933] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Initiating tablet copy from peer 056a522ed1514521a8d606ac28c5d973 (127.0.107.194:40699)
I20260608 12:38:01.193691  1505 tablet_copy_client.cc:323] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:40699
I20260608 12:38:01.208128  1187 tablet_copy_service.cc:140] P 056a522ed1514521a8d606ac28c5d973: Received BeginTabletCopySession request for tablet 874e8c2c72f14c19a5a9790e8e17f67e from peer 5924bd7832404b3b80db7c6331845496 ({username='slave'} at 127.0.0.1:44552)
I20260608 12:38:01.208808  1187 tablet_copy_service.cc:161] P 056a522ed1514521a8d606ac28c5d973: Beginning new tablet copy session on tablet 874e8c2c72f14c19a5a9790e8e17f67e from peer 5924bd7832404b3b80db7c6331845496 at {username='slave'} at 127.0.0.1:44552: session id = 5924bd7832404b3b80db7c6331845496-874e8c2c72f14c19a5a9790e8e17f67e
I20260608 12:38:01.217166  1187 tablet_copy_source_session.cc:215] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:01.221616  1505 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 874e8c2c72f14c19a5a9790e8e17f67e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:01.241294  1505 tablet_copy_client.cc:806] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:01.242396  1505 tablet_copy_client.cc:670] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:01.244338  1501 ts_tablet_manager.cc:933] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Initiating tablet copy from peer 1735f4ae3756416ba531c8c2ea01bd27 (127.0.107.195:44741)
I20260608 12:38:01.247741  1505 tablet_copy_client.cc:538] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:01.259670  1505 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Bootstrap starting.
I20260608 12:38:01.258191  1501 tablet_copy_client.cc:323] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:44741
I20260608 12:38:01.290663  1261 tablet_copy_service.cc:140] P 1735f4ae3756416ba531c8c2ea01bd27: Received BeginTabletCopySession request for tablet 6b9552200a7644f9a643558a4472e7cb from peer 5924bd7832404b3b80db7c6331845496 ({username='slave'} at 127.0.0.1:45244)
I20260608 12:38:01.291283  1261 tablet_copy_service.cc:161] P 1735f4ae3756416ba531c8c2ea01bd27: Beginning new tablet copy session on tablet 6b9552200a7644f9a643558a4472e7cb from peer 5924bd7832404b3b80db7c6331845496 at {username='slave'} at 127.0.0.1:45244: session id = 5924bd7832404b3b80db7c6331845496-6b9552200a7644f9a643558a4472e7cb
I20260608 12:38:01.299053  1261 tablet_copy_source_session.cc:215] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:01.303977  1501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b9552200a7644f9a643558a4472e7cb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:01.320751  1505 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:38:01.320873  1501 tablet_copy_client.cc:806] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:01.322045  1501 tablet_copy_client.cc:670] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:01.322249  1505 tablet_bootstrap.cc:492] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Bootstrap complete.
I20260608 12:38:01.323042  1505 ts_tablet_manager.cc:1403] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Time spent bootstrapping tablet: real 0.064s	user 0.044s	sys 0.008s
I20260608 12:38:01.326261  1501 tablet_copy_client.cc:538] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:01.326071  1505 raft_consensus.cc:359] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.326839  1505 raft_consensus.cc:740] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5924bd7832404b3b80db7c6331845496, State: Initialized, Role: LEARNER
I20260608 12:38:01.327391  1505 consensus_queue.cc:260] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } attrs { replace: true } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.329722  1505 ts_tablet_manager.cc:1434] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260608 12:38:01.333473  1187 tablet_copy_service.cc:342] P 056a522ed1514521a8d606ac28c5d973: Request end of tablet copy session 5924bd7832404b3b80db7c6331845496-874e8c2c72f14c19a5a9790e8e17f67e received from {username='slave'} at 127.0.0.1:44552
I20260608 12:38:01.333909  1187 tablet_copy_service.cc:434] P 056a522ed1514521a8d606ac28c5d973: ending tablet copy session 5924bd7832404b3b80db7c6331845496-874e8c2c72f14c19a5a9790e8e17f67e on tablet 874e8c2c72f14c19a5a9790e8e17f67e with peer 5924bd7832404b3b80db7c6331845496
I20260608 12:38:01.335598  1501 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Bootstrap starting.
I20260608 12:38:01.350688   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:01.358781  1501 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:38:01.360013  1501 tablet_bootstrap.cc:492] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Bootstrap complete.
I20260608 12:38:01.360893  1501 ts_tablet_manager.cc:1403] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Time spent bootstrapping tablet: real 0.026s	user 0.023s	sys 0.004s
I20260608 12:38:01.364719  1501 raft_consensus.cc:359] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.365527  1501 raft_consensus.cc:740] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 5924bd7832404b3b80db7c6331845496, State: Initialized, Role: LEARNER
I20260608 12:38:01.366380  1501 consensus_queue.cc:260] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5d22b71b0209447ebf6b2d6fc27ee498" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42267 } } peers { permanent_uuid: "056a522ed1514521a8d606ac28c5d973" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40699 } attrs { replace: true } } peers { permanent_uuid: "1735f4ae3756416ba531c8c2ea01bd27" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44741 } } peers { permanent_uuid: "5924bd7832404b3b80db7c6331845496" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 37391 } attrs { promote: true } }
I20260608 12:38:01.369227  1501 ts_tablet_manager.cc:1434] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:38:01.371172  1261 tablet_copy_service.cc:342] P 1735f4ae3756416ba531c8c2ea01bd27: Request end of tablet copy session 5924bd7832404b3b80db7c6331845496-6b9552200a7644f9a643558a4472e7cb received from {username='slave'} at 127.0.0.1:45244
I20260608 12:38:01.371642  1261 tablet_copy_service.cc:434] P 1735f4ae3756416ba531c8c2ea01bd27: ending tablet copy session 5924bd7832404b3b80db7c6331845496-6b9552200a7644f9a643558a4472e7cb on tablet 6b9552200a7644f9a643558a4472e7cb with peer 5924bd7832404b3b80db7c6331845496
I20260608 12:38:01.396401   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:01.397334   431 tablet_replica.cc:333] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.398167   431 raft_consensus.cc:2243] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.398674   431 raft_consensus.cc:2272] T 6b9552200a7644f9a643558a4472e7cb P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.401221   431 tablet_replica.cc:333] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.401794   431 raft_consensus.cc:2243] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.402235   431 raft_consensus.cc:2272] T 42dab80412c447109f27589b0c796c04 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.404122   431 tablet_replica.cc:333] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.404618   431 raft_consensus.cc:2243] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.405007   431 raft_consensus.cc:2272] T 8cbb6390722c4903a54ec824646299b8 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.406960   431 tablet_replica.cc:333] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.407485   431 raft_consensus.cc:2243] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.407953   431 raft_consensus.cc:2272] T 44a150eb9fa548bbb620bebc21ecc945 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.409613   431 tablet_replica.cc:333] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.410655   431 raft_consensus.cc:2243] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.411773   431 raft_consensus.cc:2272] T b641a68bfad7464db16246f65fa7cde3 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:38:01.412714  1140 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 5 similar messages]
I20260608 12:38:01.414808   431 tablet_replica.cc:333] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.415836   431 raft_consensus.cc:2243] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.417438   431 raft_consensus.cc:2272] T ec30964202f14568af3da12448d45892 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.420773   431 tablet_replica.cc:333] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
W20260608 12:38:01.420941  1140 consensus_peers.cc:597] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 -> Peer 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267): Couldn't send request to peer 5d22b71b0209447ebf6b2d6fc27ee498. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:01.421495   431 raft_consensus.cc:2243] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.422274   431 raft_consensus.cc:2272] T 6070e495c7e34b17b4db4490e7a56384 P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.424124   431 tablet_replica.cc:333] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498: stopping tablet replica
I20260608 12:38:01.424607   431 raft_consensus.cc:2243] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.425060   431 raft_consensus.cc:2272] T 874e8c2c72f14c19a5a9790e8e17f67e P 5d22b71b0209447ebf6b2d6fc27ee498 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.457968   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:01.478826   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:38:01.513516  1214 consensus_peers.cc:597] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 -> Peer 5d22b71b0209447ebf6b2d6fc27ee498 (127.0.107.193:42267): Couldn't send request to peer 5d22b71b0209447ebf6b2d6fc27ee498. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42267: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:01.519590   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:01.520464   431 tablet_replica.cc:333] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.521457   431 raft_consensus.cc:2243] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.521991   431 raft_consensus.cc:2272] T 42dab80412c447109f27589b0c796c04 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.524276   431 tablet_replica.cc:333] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.524886   431 raft_consensus.cc:2243] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.525851   431 raft_consensus.cc:2272] T 874e8c2c72f14c19a5a9790e8e17f67e P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.528378   431 tablet_replica.cc:333] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.528944   431 raft_consensus.cc:2243] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.529706   431 raft_consensus.cc:2272] T 8cbb6390722c4903a54ec824646299b8 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.531703   431 tablet_replica.cc:333] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.532346   431 raft_consensus.cc:2243] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.533069   431 raft_consensus.cc:2272] T 44a150eb9fa548bbb620bebc21ecc945 P 056a522ed1514521a8d606ac28c5d973 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.534958   431 tablet_replica.cc:333] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.535609   431 raft_consensus.cc:2243] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.536118   431 raft_consensus.cc:2272] T b641a68bfad7464db16246f65fa7cde3 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.538972   431 tablet_replica.cc:333] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.539538   431 raft_consensus.cc:2243] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.540103   431 raft_consensus.cc:2272] T ec30964202f14568af3da12448d45892 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.542492   431 tablet_replica.cc:333] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.543279   431 raft_consensus.cc:2243] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.543874   431 raft_consensus.cc:2272] T 6070e495c7e34b17b4db4490e7a56384 P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.545871   431 tablet_replica.cc:333] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973: stopping tablet replica
I20260608 12:38:01.546378   431 raft_consensus.cc:2243] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.546835   431 raft_consensus.cc:2272] T 6b9552200a7644f9a643558a4472e7cb P 056a522ed1514521a8d606ac28c5d973 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.579936   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:01.600701   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:01.626474  1416 raft_consensus.cc:1217] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:38:01.637501   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:01.638353   431 tablet_replica.cc:333] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.639091   431 raft_consensus.cc:2243] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.639495   431 raft_consensus.cc:2272] T 8cbb6390722c4903a54ec824646299b8 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.641459   431 tablet_replica.cc:333] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.642005   431 raft_consensus.cc:2243] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.642414   431 raft_consensus.cc:2272] T 44a150eb9fa548bbb620bebc21ecc945 P 1735f4ae3756416ba531c8c2ea01bd27 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.644246   431 tablet_replica.cc:333] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.644825   431 raft_consensus.cc:2243] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.645253   431 raft_consensus.cc:2272] T 874e8c2c72f14c19a5a9790e8e17f67e P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.647498   431 tablet_replica.cc:333] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.648154   431 raft_consensus.cc:2243] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.649109   431 raft_consensus.cc:2272] T 6b9552200a7644f9a643558a4472e7cb P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.651139   431 tablet_replica.cc:333] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.651657   431 raft_consensus.cc:2243] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.652071   431 raft_consensus.cc:2272] T 6070e495c7e34b17b4db4490e7a56384 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.653909   431 tablet_replica.cc:333] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.654377   431 raft_consensus.cc:2243] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.654803   431 raft_consensus.cc:2272] T ec30964202f14568af3da12448d45892 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.656498   431 tablet_replica.cc:333] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.656986   431 raft_consensus.cc:2243] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.657707   431 raft_consensus.cc:2272] T 42dab80412c447109f27589b0c796c04 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.659381   431 tablet_replica.cc:333] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27: stopping tablet replica
I20260608 12:38:01.659827   431 raft_consensus.cc:2243] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:01.660298   431 raft_consensus.cc:2272] T b641a68bfad7464db16246f65fa7cde3 P 1735f4ae3756416ba531c8c2ea01bd27 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.682296   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:01.708425   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:01.731804   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:01.733551   431 tablet_replica.cc:333] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496: stopping tablet replica
I20260608 12:38:01.734102   431 raft_consensus.cc:2243] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.734452   431 raft_consensus.cc:2272] T 6b9552200a7644f9a643558a4472e7cb P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.736629   431 tablet_replica.cc:333] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496: stopping tablet replica
I20260608 12:38:01.737152   431 raft_consensus.cc:2243] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.737548   431 raft_consensus.cc:2272] T 874e8c2c72f14c19a5a9790e8e17f67e P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.739518   431 tablet_replica.cc:333] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496: stopping tablet replica
I20260608 12:38:01.740186   431 raft_consensus.cc:2243] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.740566   431 raft_consensus.cc:2272] T b641a68bfad7464db16246f65fa7cde3 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.742183   431 tablet_replica.cc:333] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496: stopping tablet replica
I20260608 12:38:01.742650   431 raft_consensus.cc:2243] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:38:01.743010   431 raft_consensus.cc:2272] T ec30964202f14568af3da12448d45892 P 5924bd7832404b3b80db7c6331845496 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:38:01.765666   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:01.780989   431 master.cc:562] Master@127.0.107.254:37103 shutting down...
W20260608 12:38:01.805409  1048 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:38:01.805738  1048 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:38:01.805972  1048 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:38:01.807315   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:01.807772   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:01.808171   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e2973586fe4147cc97e2c6273a7e8e9f: stopping tablet replica
I20260608 12:38:01.862077   431 master.cc:584] Master@127.0.107.254:37103 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (10964 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:38:01.906733   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45433,127.0.107.253:44087,127.0.107.252:41883
I20260608 12:38:01.908588   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:01.914497  1520 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:01.914680  1521 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:01.916934  1523 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:01.918462   431 server_base.cc:1061] running on GCE node
I20260608 12:38:01.919452   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:01.919641   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:01.919828   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922281919813 us; error 0 us; skew 500 ppm
I20260608 12:38:01.920706   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:01.924011   431 webserver.cc:533] Webserver started at http://127.0.107.254:44677/ using document root <none> and password file <none>
I20260608 12:38:01.924672   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:01.924855   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:01.925351   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:01.926693   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "e63dda87b25e4feea29577c5d6259b45"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-mnll"
I20260608 12:38:01.931746   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260608 12:38:01.936136  1528 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:01.937108   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:38:01.937479   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "e63dda87b25e4feea29577c5d6259b45"
format_stamp: "Formatted at 2026-06-08 12:38:01 on dist-test-slave-mnll"
I20260608 12:38:01.937808   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:01.963356   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:01.964895   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.009761   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45433
I20260608 12:38:02.009877  1579 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45433 every 8 connection(s)
I20260608 12:38:02.014875   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:02.014953  1580 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:38:02.021294  1582 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.023823  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:02.024260  1583 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.024736   431 server_base.cc:1061] running on GCE node
W20260608 12:38:02.026304  1585 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.027705   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:02.028021   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:02.028270   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922282028250 us; error 0 us; skew 500 ppm
I20260608 12:38:02.029109   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:02.032573   431 webserver.cc:533] Webserver started at http://127.0.107.253:35487/ using document root <none> and password file <none>
I20260608 12:38:02.033197   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:02.033418   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:02.033772   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:02.035326   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root/instance:
uuid: "4e5c454fd1804441a42713a1ddb1fa22"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.040143  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.041515   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:38:02.046869  1593 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
W20260608 12:38:02.047032  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:44087: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:02.047959   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:02.048237   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
uuid: "4e5c454fd1804441a42713a1ddb1fa22"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.048472   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:02.066110   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.067276   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.111645  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } attempt: 1
W20260608 12:38:02.117830  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:44087: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:02.119827   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:44087
I20260608 12:38:02.120082  1644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:44087 every 8 connection(s)
I20260608 12:38:02.124045  1645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:02.124130   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:02.130079  1647 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:02.130473  1648 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:02.132561  1650 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.132637  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.133641   431 server_base.cc:1061] running on GCE node
I20260608 12:38:02.135089   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:02.135406   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:02.135692   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922282135664 us; error 0 us; skew 500 ppm
I20260608 12:38:02.136580   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:02.139524   431 webserver.cc:533] Webserver started at http://127.0.107.252:38955/ using document root <none> and password file <none>
I20260608 12:38:02.140301   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:02.140559   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:02.140892   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:02.142464   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root/instance:
uuid: "d861de31d5fd4238b367970be8f35ec1"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.146173  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.149590   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.009s	sys 0.000s
I20260608 12:38:02.154498  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } attempt: 2
I20260608 12:38:02.155318  1657 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.157330   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:38:02.157788   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
uuid: "d861de31d5fd4238b367970be8f35ec1"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.158207   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:02.161799  1645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.170136  1580 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:38:02.170327  1645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:41883: Network error: Client connection negotiation failed: client connection to 127.0.107.252:41883: connect: Connection refused (error 111)
W20260608 12:38:02.176071  1580 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:41883: Network error: Client connection negotiation failed: client connection to 127.0.107.252:41883: connect: Connection refused (error 111)
I20260608 12:38:02.181416   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.182583   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.219935  1645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } attempt: 1
W20260608 12:38:02.226367  1645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:41883: Network error: Client connection negotiation failed: client connection to 127.0.107.252:41883: connect: Connection refused (error 111)
I20260608 12:38:02.228152   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:41883
I20260608 12:38:02.228276  1710 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:41883 every 8 connection(s)
I20260608 12:38:02.230654  1580 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } attempt: 1
I20260608 12:38:02.231758   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:02.233959  1711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:02.241258  1711 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.250650  1580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: Bootstrap starting.
I20260608 12:38:02.254813  1711 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.257337  1580 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:02.263103  1580 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: No bootstrap required, opened a new log
I20260608 12:38:02.266573  1580 raft_consensus.cc:359] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.267042  1711 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:38:02.267234  1580 raft_consensus.cc:385] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:02.267630  1580 raft_consensus.cc:740] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e63dda87b25e4feea29577c5d6259b45, State: Initialized, Role: FOLLOWER
I20260608 12:38:02.268442  1580 consensus_queue.cc:260] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.270002  1645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } attempt: 2
I20260608 12:38:02.272149  1716 sys_catalog.cc:455] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.272936  1716 sys_catalog.cc:458] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.274001  1580 sys_catalog.cc:565] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:02.289888  1711 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: Bootstrap starting.
I20260608 12:38:02.292740   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:38:02.296576  1645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: Bootstrap starting.
I20260608 12:38:02.297068  1711 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: Neither blocks nor log segments found. Creating new log.
W20260608 12:38:02.297858  1728 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:02.298223  1728 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:02.302388  1711 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: No bootstrap required, opened a new log
I20260608 12:38:02.302937  1645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:02.304937  1711 raft_consensus.cc:359] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.305572  1711 raft_consensus.cc:385] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:02.305902  1711 raft_consensus.cc:740] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d861de31d5fd4238b367970be8f35ec1, State: Initialized, Role: FOLLOWER
I20260608 12:38:02.307070  1711 consensus_queue.cc:260] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.307967  1645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: No bootstrap required, opened a new log
I20260608 12:38:02.309908  1731 sys_catalog.cc:455] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.310739  1731 sys_catalog.cc:458] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.310994  1645 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.311746  1711 sys_catalog.cc:565] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:02.311762  1645 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:02.312325  1645 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e5c454fd1804441a42713a1ddb1fa22, State: Initialized, Role: FOLLOWER
I20260608 12:38:02.313107  1645 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.315439  1732 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.316370  1732 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.317270  1645 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:02.332804   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260608 12:38:02.333118  1748 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:02.333514  1748 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:38:02.335136   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:02.337354  1754 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:38:02.337721  1754 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:38:02.344063  1756 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:02.343398  1755 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.345664   431 server_base.cc:1061] running on GCE node
W20260608 12:38:02.345801  1758 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.346707   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:02.346952   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:02.347144   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922282347129 us; error 0 us; skew 500 ppm
I20260608 12:38:02.347754   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:02.350600   431 webserver.cc:533] Webserver started at http://127.0.107.193:36461/ using document root <none> and password file <none>
I20260608 12:38:02.351157   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:02.351373   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:02.351653   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:02.352916   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "31d60b873e8448d1a2565e776e699396"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.357775   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:38:02.361569  1763 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.362594   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:38:02.362973   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "31d60b873e8448d1a2565e776e699396"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.363324   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:02.373064   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.374361   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.376183   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:02.378724   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:02.378988   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.379267   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:02.379487   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.425333   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40123
I20260608 12:38:02.425454  1825 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40123 every 8 connection(s)
I20260608 12:38:02.432804  1732 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:02.433583  1732 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.436735  1732 leader_election.cc:290] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e63dda87b25e4feea29577c5d6259b45 (127.0.107.254:45433), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
I20260608 12:38:02.438359  1686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e5c454fd1804441a42713a1ddb1fa22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1" is_pre_election: true
I20260608 12:38:02.438962  1555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e5c454fd1804441a42713a1ddb1fa22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e63dda87b25e4feea29577c5d6259b45" is_pre_election: true
I20260608 12:38:02.439270  1686 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4e5c454fd1804441a42713a1ddb1fa22 in term 0.
I20260608 12:38:02.439874  1555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4e5c454fd1804441a42713a1ddb1fa22 in term 0.
I20260608 12:38:02.441480  1596 leader_election.cc:304] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4e5c454fd1804441a42713a1ddb1fa22, d861de31d5fd4238b367970be8f35ec1; no voters: 
I20260608 12:38:02.447897  1732 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:02.448504  1732 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:02.449033  1732 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:02.461203   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:02.461750  1732 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:02.464440  1732 leader_election.cc:290] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [CANDIDATE]: Term 1 election: Requested vote from peers e63dda87b25e4feea29577c5d6259b45 (127.0.107.254:45433), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
I20260608 12:38:02.466245  1686 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e5c454fd1804441a42713a1ddb1fa22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1"
I20260608 12:38:02.466854  1686 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:02.467676  1826 heartbeater.cc:344] Connected to a master server at 127.0.107.252:41883
I20260608 12:38:02.468129  1826 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.469102  1826 heartbeater.cc:507] Master 127.0.107.252:41883 requested a full tablet report, sending...
I20260608 12:38:02.470335  1555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e5c454fd1804441a42713a1ddb1fa22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e63dda87b25e4feea29577c5d6259b45"
I20260608 12:38:02.470979  1555 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:02.478714  1827 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44087
I20260608 12:38:02.479151  1555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e5c454fd1804441a42713a1ddb1fa22 in term 1.
I20260608 12:38:02.479476  1827 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.480082  1828 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45433
I20260608 12:38:02.480509  1828 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.480633  1595 leader_election.cc:304] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4e5c454fd1804441a42713a1ddb1fa22, e63dda87b25e4feea29577c5d6259b45; no voters: 
I20260608 12:38:02.480846  1827 heartbeater.cc:507] Master 127.0.107.253:44087 requested a full tablet report, sending...
I20260608 12:38:02.481426  1828 heartbeater.cc:507] Master 127.0.107.254:45433 requested a full tablet report, sending...
I20260608 12:38:02.481580  1732 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:02.484634  1686 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e5c454fd1804441a42713a1ddb1fa22 in term 1.
I20260608 12:38:02.485786  1545 ts_manager.cc:194] Registered new tserver with Master: 31d60b873e8448d1a2565e776e699396 (127.0.107.193:40123)
I20260608 12:38:02.487414  1676 ts_manager.cc:194] Registered new tserver with Master: 31d60b873e8448d1a2565e776e699396 (127.0.107.193:40123)
I20260608 12:38:02.489182  1732 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 1 LEADER]: Becoming Leader. State: Replica: 4e5c454fd1804441a42713a1ddb1fa22, State: Running, Role: LEADER
I20260608 12:38:02.490294  1732 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
W20260608 12:38:02.493604  1833 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:02.495410  1835 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:02.497306  1837 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.498373   431 server_base.cc:1061] running on GCE node
I20260608 12:38:02.499513   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:38:02.499253  1834 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e5c454fd1804441a42713a1ddb1fa22. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
W20260608 12:38:02.499799   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:02.500085  1834 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:02.500093  1610 ts_manager.cc:194] Registered new tserver with Master: 31d60b873e8448d1a2565e776e699396 (127.0.107.193:40123)
I20260608 12:38:02.500298   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922282500278 us; error 0 us; skew 500 ppm
I20260608 12:38:02.501343   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:02.502825  1840 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:02.504307   431 webserver.cc:533] Webserver started at http://127.0.107.194:40613/ using document root <none> and password file <none>
I20260608 12:38:02.504875   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:02.505101   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:02.505373   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:02.506400   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "9223c36fde9f47eeb8d6058c8b8b886f"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.508226  1840 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:02.511584   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:02.518360  1555 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Refusing update from remote peer 4e5c454fd1804441a42713a1ddb1fa22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:02.518702  1686 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Refusing update from remote peer 4e5c454fd1804441a42713a1ddb1fa22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:02.518798  1845 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.520005   431 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:38:02.520219  1732 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:02.520460   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "9223c36fde9f47eeb8d6058c8b8b886f"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.520874   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:02.521049  1834 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:02.536377  1716 sys_catalog.cc:455] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e5c454fd1804441a42713a1ddb1fa22. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.536931  1731 sys_catalog.cc:455] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e5c454fd1804441a42713a1ddb1fa22. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.537900  1731 sys_catalog.cc:458] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.537341  1716 sys_catalog.cc:458] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.543268  1732 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.544432  1732 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:02.545200  1840 catalog_manager.cc:1382] Generated new cluster ID: e23ed92c710a4e9cbc2880444e209a6a
I20260608 12:38:02.545578  1840 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:02.552204  1732 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.553237  1732 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:02.558801   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.560405   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.563915  1731 sys_catalog.cc:455] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.564741  1731 sys_catalog.cc:458] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.566514  1716 sys_catalog.cc:455] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e5c454fd1804441a42713a1ddb1fa22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:02.567279  1716 sys_catalog.cc:458] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:02.568171   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:02.571316   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:02.571501   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.571890   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:02.572096   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:02.585884  1840 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:02.587752  1840 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:02.618276  1840 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: Generated new TSK 0
I20260608 12:38:02.619020  1840 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:02.638566   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37259
I20260608 12:38:02.638695  1916 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37259 every 8 connection(s)
I20260608 12:38:02.656000   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:38:02.671109  1917 heartbeater.cc:344] Connected to a master server at 127.0.107.252:41883
I20260608 12:38:02.671625  1917 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.672638  1917 heartbeater.cc:507] Master 127.0.107.252:41883 requested a full tablet report, sending...
W20260608 12:38:02.675239  1924 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.677003  1676 ts_manager.cc:194] Registered new tserver with Master: 9223c36fde9f47eeb8d6058c8b8b886f (127.0.107.194:37259)
W20260608 12:38:02.680577  1925 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.684909  1919 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45433
I20260608 12:38:02.685531  1919 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.686652  1919 heartbeater.cc:507] Master 127.0.107.254:45433 requested a full tablet report, sending...
I20260608 12:38:02.686756  1918 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44087
I20260608 12:38:02.687290  1918 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.687592   431 server_base.cc:1061] running on GCE node
I20260608 12:38:02.688340  1918 heartbeater.cc:507] Master 127.0.107.253:44087 requested a full tablet report, sending...
W20260608 12:38:02.688840  1927 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:02.689873  1545 ts_manager.cc:194] Registered new tserver with Master: 9223c36fde9f47eeb8d6058c8b8b886f (127.0.107.194:37259)
I20260608 12:38:02.689981   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:02.690413   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:02.690712   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922282690692 us; error 0 us; skew 500 ppm
I20260608 12:38:02.690930  1610 ts_manager.cc:194] Registered new tserver with Master: 9223c36fde9f47eeb8d6058c8b8b886f (127.0.107.194:37259)
I20260608 12:38:02.691673   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:02.693645  1610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60108
I20260608 12:38:02.694669   431 webserver.cc:533] Webserver started at http://127.0.107.195:42639/ using document root <none> and password file <none>
I20260608 12:38:02.695361   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:02.695580   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:02.695914   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:02.696991   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.701786   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:38:02.705439  1932 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.706259   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:38:02.706569   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5"
format_stamp: "Formatted at 2026-06-08 12:38:02 on dist-test-slave-mnll"
I20260608 12:38:02.706874   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:02.719738   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:02.721062   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:02.722862   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:02.725749   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:02.726016   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.726320   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:02.726511   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:02.773074   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33475
I20260608 12:38:02.773278  1994 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33475 every 8 connection(s)
I20260608 12:38:02.797394  1995 heartbeater.cc:344] Connected to a master server at 127.0.107.252:41883
I20260608 12:38:02.797941  1995 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.798465  1997 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45433
I20260608 12:38:02.798914  1997 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.798965  1995 heartbeater.cc:507] Master 127.0.107.252:41883 requested a full tablet report, sending...
I20260608 12:38:02.799283  1996 heartbeater.cc:344] Connected to a master server at 127.0.107.253:44087
I20260608 12:38:02.799686  1996 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:02.800019  1997 heartbeater.cc:507] Master 127.0.107.254:45433 requested a full tablet report, sending...
I20260608 12:38:02.800609  1996 heartbeater.cc:507] Master 127.0.107.253:44087 requested a full tablet report, sending...
I20260608 12:38:02.802196  1676 ts_manager.cc:194] Registered new tserver with Master: 41a7a43ef0de40a1aea0fd90aaa6e5f5 (127.0.107.195:33475)
I20260608 12:38:02.803159  1610 ts_manager.cc:194] Registered new tserver with Master: 41a7a43ef0de40a1aea0fd90aaa6e5f5 (127.0.107.195:33475)
I20260608 12:38:02.803475  1545 ts_manager.cc:194] Registered new tserver with Master: 41a7a43ef0de40a1aea0fd90aaa6e5f5 (127.0.107.195:33475)
I20260608 12:38:02.803983   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018674624s
I20260608 12:38:02.805060  1610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60116
I20260608 12:38:03.302131  1728 catalog_manager.cc:1294] Loaded cluster ID: e23ed92c710a4e9cbc2880444e209a6a
I20260608 12:38:03.302392  1728 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: loading cluster ID for follower catalog manager: success
I20260608 12:38:03.307376  1728 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: acquiring CA information for follower catalog manager: success
I20260608 12:38:03.311105  1728 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:03.337235  1748 catalog_manager.cc:1294] Loaded cluster ID: e23ed92c710a4e9cbc2880444e209a6a
I20260608 12:38:03.337585  1748 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: loading cluster ID for follower catalog manager: success
I20260608 12:38:03.342015  1748 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: acquiring CA information for follower catalog manager: success
I20260608 12:38:03.345289  1748 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:38:03.505875  1610 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60104
I20260608 12:38:03.696628  1918 heartbeater.cc:499] Master 127.0.107.253:44087 was elected leader, sending a full tablet report...
I20260608 12:38:03.807735  1996 heartbeater.cc:499] Master 127.0.107.253:44087 was elected leader, sending a full tablet report...
I20260608 12:38:04.332655  1753 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:04.414733  1610 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42752:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:38:04.496562  1881 tablet_service.cc:1511] Processing CreateTablet for tablet 48bed04cd3124b00ab83aa51d01b0e5c (DEFAULT_TABLE table=test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:38:04.501317  1881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 48bed04cd3124b00ab83aa51d01b0e5c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:04.502665  1791 tablet_service.cc:1511] Processing CreateTablet for tablet ff6fcbde6f9a4d7eaeed526fbb206aee (DEFAULT_TABLE table=test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:38:04.504182  1791 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff6fcbde6f9a4d7eaeed526fbb206aee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:04.504066  1960 tablet_service.cc:1511] Processing CreateTablet for tablet 86d560e0305343338e455c4475af4c71 (DEFAULT_TABLE table=test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:38:04.505080  1960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 86d560e0305343338e455c4475af4c71. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:04.508997  1827 heartbeater.cc:499] Master 127.0.107.253:44087 was elected leader, sending a full tablet report...
I20260608 12:38:04.518157  2031 tablet_bootstrap.cc:492] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: Bootstrap starting.
I20260608 12:38:04.521067  2032 tablet_bootstrap.cc:492] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: Bootstrap starting.
I20260608 12:38:04.522337  2033 tablet_bootstrap.cc:492] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: Bootstrap starting.
I20260608 12:38:04.527343  2031 tablet_bootstrap.cc:654] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:04.528697  2033 tablet_bootstrap.cc:654] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:04.529603  2032 tablet_bootstrap.cc:654] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:04.537376  2033 tablet_bootstrap.cc:492] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: No bootstrap required, opened a new log
I20260608 12:38:04.537838  2031 tablet_bootstrap.cc:492] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: No bootstrap required, opened a new log
I20260608 12:38:04.538012  2033 ts_tablet_manager.cc:1403] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:38:04.538136  2032 tablet_bootstrap.cc:492] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: No bootstrap required, opened a new log
I20260608 12:38:04.538290  2031 ts_tablet_manager.cc:1403] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260608 12:38:04.538673  2032 ts_tablet_manager.cc:1403] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.003s
I20260608 12:38:04.541061  2031 raft_consensus.cc:359] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37259 } }
I20260608 12:38:04.541566  2031 raft_consensus.cc:385] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:04.541592  2033 raft_consensus.cc:359] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "31d60b873e8448d1a2565e776e699396" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40123 } }
I20260608 12:38:04.541851  2032 raft_consensus.cc:359] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33475 } }
I20260608 12:38:04.542208  2031 raft_consensus.cc:740] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9223c36fde9f47eeb8d6058c8b8b886f, State: Initialized, Role: FOLLOWER
I20260608 12:38:04.542371  2033 raft_consensus.cc:385] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:04.542536  2032 raft_consensus.cc:385] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:04.543004  2033 raft_consensus.cc:740] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31d60b873e8448d1a2565e776e699396, State: Initialized, Role: FOLLOWER
I20260608 12:38:04.543141  2032 raft_consensus.cc:740] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 41a7a43ef0de40a1aea0fd90aaa6e5f5, State: Initialized, Role: FOLLOWER
I20260608 12:38:04.543210  2031 consensus_queue.cc:260] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37259 } }
I20260608 12:38:04.544034  2033 consensus_queue.cc:260] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "31d60b873e8448d1a2565e776e699396" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40123 } }
I20260608 12:38:04.544114  2031 raft_consensus.cc:399] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:04.544119  2032 consensus_queue.cc:260] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33475 } }
I20260608 12:38:04.544792  2033 raft_consensus.cc:399] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:04.544915  2031 raft_consensus.cc:493] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:04.545012  2032 raft_consensus.cc:399] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:04.545202  2033 raft_consensus.cc:493] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:04.545572  2031 raft_consensus.cc:3060] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:04.545624  2032 raft_consensus.cc:493] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:04.545710  2033 raft_consensus.cc:3060] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:04.546314  2032 raft_consensus.cc:3060] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:04.574342  2032 raft_consensus.cc:515] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33475 } }
I20260608 12:38:04.574364  2031 raft_consensus.cc:515] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37259 } }
I20260608 12:38:04.574342  2033 raft_consensus.cc:515] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "31d60b873e8448d1a2565e776e699396" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40123 } }
I20260608 12:38:04.575536  2032 leader_election.cc:304] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 41a7a43ef0de40a1aea0fd90aaa6e5f5; no voters: 
I20260608 12:38:04.575737  2031 leader_election.cc:304] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 9223c36fde9f47eeb8d6058c8b8b886f; no voters: 
I20260608 12:38:04.575834  2033 leader_election.cc:304] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 31d60b873e8448d1a2565e776e699396; no voters: 
I20260608 12:38:04.582988  2032 leader_election.cc:290] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:04.583473  2037 raft_consensus.cc:2804] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:04.584221  2038 raft_consensus.cc:2804] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:04.584848  2033 leader_election.cc:290] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:04.585650  2031 leader_election.cc:290] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:04.585374  2039 raft_consensus.cc:2804] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:04.589123  2038 raft_consensus.cc:697] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 1 LEADER]: Becoming Leader. State: Replica: 9223c36fde9f47eeb8d6058c8b8b886f, State: Running, Role: LEADER
I20260608 12:38:04.589947  2038 consensus_queue.cc:237] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37259 } }
I20260608 12:38:04.591219  2039 raft_consensus.cc:697] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 1 LEADER]: Becoming Leader. State: Replica: 31d60b873e8448d1a2565e776e699396, State: Running, Role: LEADER
I20260608 12:38:04.592073  2039 consensus_queue.cc:237] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "31d60b873e8448d1a2565e776e699396" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40123 } }
I20260608 12:38:04.594507  2033 ts_tablet_manager.cc:1434] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: Time spent starting tablet: real 0.056s	user 0.018s	sys 0.010s
I20260608 12:38:04.595387  2037 raft_consensus.cc:697] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 1 LEADER]: Becoming Leader. State: Replica: 41a7a43ef0de40a1aea0fd90aaa6e5f5, State: Running, Role: LEADER
I20260608 12:38:04.596303  2032 ts_tablet_manager.cc:1434] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: Time spent starting tablet: real 0.057s	user 0.014s	sys 0.013s
I20260608 12:38:04.596451  2037 consensus_queue.cc:237] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33475 } }
I20260608 12:38:04.597847  2031 ts_tablet_manager.cc:1434] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: Time spent starting tablet: real 0.059s	user 0.007s	sys 0.024s
I20260608 12:38:04.610354  1610 catalog_manager.cc:5696] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f reported cstate change: term changed from 0 to 1, leader changed from <none> to 9223c36fde9f47eeb8d6058c8b8b886f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9223c36fde9f47eeb8d6058c8b8b886f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37259 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:04.615468  1609 catalog_manager.cc:5696] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 reported cstate change: term changed from 0 to 1, leader changed from <none> to 31d60b873e8448d1a2565e776e699396 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "31d60b873e8448d1a2565e776e699396" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "31d60b873e8448d1a2565e776e699396" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40123 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:04.638844  1608 catalog_manager.cc:5696] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 41a7a43ef0de40a1aea0fd90aaa6e5f5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "41a7a43ef0de40a1aea0fd90aaa6e5f5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33475 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:04.698947   431 master.cc:562] Master@127.0.107.253:44087 shutting down...
I20260608 12:38:04.720731   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:04.721621   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:04.721958   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4e5c454fd1804441a42713a1ddb1fa22: stopping tablet replica
I20260608 12:38:04.744509   431 master.cc:584] Master@127.0.107.253:44087 shutdown complete.
W20260608 12:38:05.672108  1827 heartbeater.cc:646] Failed to heartbeat to 127.0.107.253:44087 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:06.176740  2057 raft_consensus.cc:493] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4e5c454fd1804441a42713a1ddb1fa22)
I20260608 12:38:06.176745  2058 raft_consensus.cc:493] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 4e5c454fd1804441a42713a1ddb1fa22)
I20260608 12:38:06.177611  2057 raft_consensus.cc:515] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:06.177676  2058 raft_consensus.cc:515] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:06.179891  2058 leader_election.cc:290] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
I20260608 12:38:06.179955  2057 leader_election.cc:290] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e63dda87b25e4feea29577c5d6259b45 (127.0.107.254:45433), 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087)
I20260608 12:38:06.183008  1555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d861de31d5fd4238b367970be8f35ec1" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "e63dda87b25e4feea29577c5d6259b45" is_pre_election: true
I20260608 12:38:06.183239  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e63dda87b25e4feea29577c5d6259b45" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1" is_pre_election: true
I20260608 12:38:06.184031  1555 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d861de31d5fd4238b367970be8f35ec1 in term 1.
I20260608 12:38:06.184144  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e63dda87b25e4feea29577c5d6259b45 in term 1.
I20260608 12:38:06.187711  1531 leader_election.cc:304] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d861de31d5fd4238b367970be8f35ec1, e63dda87b25e4feea29577c5d6259b45; no voters: 
I20260608 12:38:06.187740  1660 leader_election.cc:304] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d861de31d5fd4238b367970be8f35ec1, e63dda87b25e4feea29577c5d6259b45; no voters: 
I20260608 12:38:06.188834  2058 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:06.188941  2057 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:38:06.189309  2058 raft_consensus.cc:493] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 4e5c454fd1804441a42713a1ddb1fa22)
I20260608 12:38:06.189395  2057 raft_consensus.cc:493] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 4e5c454fd1804441a42713a1ddb1fa22)
I20260608 12:38:06.189823  2058 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:38:06.189930  2057 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:38:06.190510  1661 leader_election.cc:336] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
W20260608 12:38:06.191545  1531 leader_election.cc:336] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:06.196398  2058 raft_consensus.cc:515] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:06.196687  2057 raft_consensus.cc:515] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:06.198367  2058 leader_election.cc:290] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 election: Requested vote from peers 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
I20260608 12:38:06.198623  2057 leader_election.cc:290] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 election: Requested vote from peers e63dda87b25e4feea29577c5d6259b45 (127.0.107.254:45433), 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087)
I20260608 12:38:06.200997  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e63dda87b25e4feea29577c5d6259b45" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1"
I20260608 12:38:06.201383  1555 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d861de31d5fd4238b367970be8f35ec1" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "e63dda87b25e4feea29577c5d6259b45"
I20260608 12:38:06.201923  1685 raft_consensus.cc:2393] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate e63dda87b25e4feea29577c5d6259b45 in current term 2: Already voted for candidate d861de31d5fd4238b367970be8f35ec1 in this term.
I20260608 12:38:06.202308  1555 raft_consensus.cc:2393] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate d861de31d5fd4238b367970be8f35ec1 in current term 2: Already voted for candidate e63dda87b25e4feea29577c5d6259b45 in this term.
W20260608 12:38:06.204125  1531 leader_election.cc:336] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
W20260608 12:38:06.204378  1661 leader_election.cc:336] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:06.204665  1531 leader_election.cc:304] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: e63dda87b25e4feea29577c5d6259b45; no voters: 4e5c454fd1804441a42713a1ddb1fa22, d861de31d5fd4238b367970be8f35ec1
I20260608 12:38:06.204839  1661 leader_election.cc:304] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: d861de31d5fd4238b367970be8f35ec1; no voters: 4e5c454fd1804441a42713a1ddb1fa22, e63dda87b25e4feea29577c5d6259b45
I20260608 12:38:06.205621  2057 raft_consensus.cc:2749] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:38:06.205608  2058 raft_consensus.cc:2749] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:38:07.901873  2069 raft_consensus.cc:493] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:07.902364  2069 raft_consensus.cc:515] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:07.904201  2069 leader_election.cc:290] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
W20260608 12:38:07.906955  1531 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260608 12:38:07.906950  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e63dda87b25e4feea29577c5d6259b45" candidate_term: 3 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1" is_pre_election: true
I20260608 12:38:07.907810  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e63dda87b25e4feea29577c5d6259b45 in term 2.
I20260608 12:38:07.909320  1531 leader_election.cc:304] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d861de31d5fd4238b367970be8f35ec1, e63dda87b25e4feea29577c5d6259b45; no voters: 
I20260608 12:38:07.910239  2069 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:38:07.910799  2069 raft_consensus.cc:493] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:07.911144  2069 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:38:07.911839  1531 leader_election.cc:336] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:07.916646  2069 raft_consensus.cc:515] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:07.918628  2069 leader_election.cc:290] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 election: Requested vote from peers 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087), d861de31d5fd4238b367970be8f35ec1 (127.0.107.252:41883)
I20260608 12:38:07.920316  1685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e63dda87b25e4feea29577c5d6259b45" candidate_term: 3 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "d861de31d5fd4238b367970be8f35ec1"
I20260608 12:38:07.920852  1685 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:38:07.922719  1531 leader_election.cc:336] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111)
I20260608 12:38:07.926180  1685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e63dda87b25e4feea29577c5d6259b45 in term 3.
I20260608 12:38:07.927265  1531 leader_election.cc:304] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: d861de31d5fd4238b367970be8f35ec1, e63dda87b25e4feea29577c5d6259b45; no voters: 4e5c454fd1804441a42713a1ddb1fa22
I20260608 12:38:07.928021  2069 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:38:07.929118  2069 raft_consensus.cc:697] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 3 LEADER]: Becoming Leader. State: Replica: e63dda87b25e4feea29577c5d6259b45, State: Running, Role: LEADER
I20260608 12:38:07.930054  2069 consensus_queue.cc:237] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 10, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } }
I20260608 12:38:07.934226  2072 sys_catalog.cc:455] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e63dda87b25e4feea29577c5d6259b45. Latest consensus state: current_term: 3 leader_uuid: "e63dda87b25e4feea29577c5d6259b45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:07.934932  2072 sys_catalog.cc:458] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:07.936558  2074 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:07.943583  2074 catalog_manager.cc:679] Loaded metadata for table test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d]
I20260608 12:38:07.948335  2074 tablet_loader.cc:96] loaded metadata for tablet 48bed04cd3124b00ab83aa51d01b0e5c (table test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d])
I20260608 12:38:07.949335  2074 tablet_loader.cc:96] loaded metadata for tablet 86d560e0305343338e455c4475af4c71 (table test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d])
I20260608 12:38:07.950278  2074 tablet_loader.cc:96] loaded metadata for tablet ff6fcbde6f9a4d7eaeed526fbb206aee (table test-workload [id=c1cac3182e044e7e8eae84fb58f4b25d])
I20260608 12:38:07.951215  2074 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:07.954304  2074 catalog_manager.cc:1294] Loaded cluster ID: e23ed92c710a4e9cbc2880444e209a6a
I20260608 12:38:07.954557  2074 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:07.958063  2074 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:07.961231  2074 catalog_manager.cc:6080] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: Loaded TSK: 0
I20260608 12:38:07.962154  2074 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:08.294090  1727 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:08.294433  1727 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:08.381229  1685 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 3 FOLLOWER]: Refusing update from remote peer e63dda87b25e4feea29577c5d6259b45: Log matching property violated. Preceding OpId in replica: term: 1 index: 10. Preceding OpId from leader: term: 3 index: 11. (index mismatch)
I20260608 12:38:08.382826  2072 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 11, Last known committed idx: 10, Time since last communication: 0.000s
I20260608 12:38:08.389024  2075 sys_catalog.cc:455] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e63dda87b25e4feea29577c5d6259b45. Latest consensus state: current_term: 3 leader_uuid: "e63dda87b25e4feea29577c5d6259b45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:08.389712  2075 sys_catalog.cc:458] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:38:08.392541  2069 sys_catalog.cc:455] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 3 leader_uuid: "e63dda87b25e4feea29577c5d6259b45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:08.393519  2069 sys_catalog.cc:458] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:08.395434  2075 sys_catalog.cc:455] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 3 leader_uuid: "e63dda87b25e4feea29577c5d6259b45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e63dda87b25e4feea29577c5d6259b45" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 45433 } } peers { permanent_uuid: "4e5c454fd1804441a42713a1ddb1fa22" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 44087 } } peers { permanent_uuid: "d861de31d5fd4238b367970be8f35ec1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 41883 } } }
I20260608 12:38:08.396212  2075 sys_catalog.cc:458] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [sys.catalog]: This master's current role is: FOLLOWER
W20260608 12:38:08.398124  1531 consensus_peers.cc:597] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 -> Peer 4e5c454fd1804441a42713a1ddb1fa22 (127.0.107.253:44087): Couldn't send request to peer 4e5c454fd1804441a42713a1ddb1fa22. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.253:44087: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:08.512624   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:08.540132   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:08.541123   431 tablet_replica.cc:333] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396: stopping tablet replica
I20260608 12:38:08.541857   431 raft_consensus.cc:2243] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:08.542438   431 raft_consensus.cc:2272] T ff6fcbde6f9a4d7eaeed526fbb206aee P 31d60b873e8448d1a2565e776e699396 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:08.562394   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:08.574615   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:08.596963   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:08.597642   431 tablet_replica.cc:333] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f: stopping tablet replica
I20260608 12:38:08.598155   431 raft_consensus.cc:2243] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:08.598606   431 raft_consensus.cc:2272] T 48bed04cd3124b00ab83aa51d01b0e5c P 9223c36fde9f47eeb8d6058c8b8b886f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:08.617832   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:08.628419   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:08.649958   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:08.650768   431 tablet_replica.cc:333] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5: stopping tablet replica
I20260608 12:38:08.651366   431 raft_consensus.cc:2243] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:08.651944   431 raft_consensus.cc:2272] T 86d560e0305343338e455c4475af4c71 P 41a7a43ef0de40a1aea0fd90aaa6e5f5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:08.671491   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:08.682256   431 master.cc:562] Master@127.0.107.254:45433 shutting down...
I20260608 12:38:08.704371   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:38:08.705372   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:08.705857   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e63dda87b25e4feea29577c5d6259b45: stopping tablet replica
I20260608 12:38:08.728417   431 master.cc:584] Master@127.0.107.254:45433 shutdown complete.
I20260608 12:38:08.742442   431 master.cc:562] Master@127.0.107.252:41883 shutting down...
I20260608 12:38:08.761811   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:08.762426   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:08.762773   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P d861de31d5fd4238b367970be8f35ec1: stopping tablet replica
I20260608 12:38:08.784332   431 master.cc:584] Master@127.0.107.252:41883 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6914 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:38:08.821350   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35665
I20260608 12:38:08.822608   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:08.828994  2080 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:08.829509  2081 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:08.830134  2083 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:08.830546   431 server_base.cc:1061] running on GCE node
I20260608 12:38:08.831323   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:08.831501   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:08.831610   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922288831597 us; error 0 us; skew 500 ppm
I20260608 12:38:08.832209   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:08.835047   431 webserver.cc:533] Webserver started at http://127.0.107.254:45819/ using document root <none> and password file <none>
I20260608 12:38:08.835567   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:08.835732   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:08.836046   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:08.837235   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "f34253d4650e457cb824cf3c7f2f93b4"
format_stamp: "Formatted at 2026-06-08 12:38:08 on dist-test-slave-mnll"
I20260608 12:38:08.842249   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:38:08.845892  2088 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:08.846843   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:38:08.847182   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "f34253d4650e457cb824cf3c7f2f93b4"
format_stamp: "Formatted at 2026-06-08 12:38:08 on dist-test-slave-mnll"
I20260608 12:38:08.847474   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:08.866427   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:08.867782   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:08.908663   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35665
I20260608 12:38:08.908816  2139 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35665 every 8 connection(s)
I20260608 12:38:08.912977  2140 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:08.923785  2140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4: Bootstrap starting.
I20260608 12:38:08.928722  2140 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:08.933602  2140 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4: No bootstrap required, opened a new log
I20260608 12:38:08.935880  2140 raft_consensus.cc:359] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER }
I20260608 12:38:08.936286  2140 raft_consensus.cc:385] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:08.936525  2140 raft_consensus.cc:740] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f34253d4650e457cb824cf3c7f2f93b4, State: Initialized, Role: FOLLOWER
I20260608 12:38:08.937176  2140 consensus_queue.cc:260] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER }
I20260608 12:38:08.937637  2140 raft_consensus.cc:399] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:08.937860  2140 raft_consensus.cc:493] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:08.938174  2140 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:08.942492  2140 raft_consensus.cc:515] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER }
I20260608 12:38:08.943282  2140 leader_election.cc:304] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: f34253d4650e457cb824cf3c7f2f93b4; no voters: 
I20260608 12:38:08.944739  2140 leader_election.cc:290] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:08.945196  2143 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:08.946836  2143 raft_consensus.cc:697] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 1 LEADER]: Becoming Leader. State: Replica: f34253d4650e457cb824cf3c7f2f93b4, State: Running, Role: LEADER
I20260608 12:38:08.948096  2140 sys_catalog.cc:565] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:08.947926  2143 consensus_queue.cc:237] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER }
I20260608 12:38:08.951474  2144 sys_catalog.cc:455] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f34253d4650e457cb824cf3c7f2f93b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER } }
I20260608 12:38:08.952036  2145 sys_catalog.cc:455] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f34253d4650e457cb824cf3c7f2f93b4. Latest consensus state: current_term: 1 leader_uuid: "f34253d4650e457cb824cf3c7f2f93b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f34253d4650e457cb824cf3c7f2f93b4" member_type: VOTER } }
I20260608 12:38:08.954015  2145 sys_catalog.cc:458] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:08.952250  2144 sys_catalog.cc:458] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:08.956210  2151 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:08.961194  2151 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:08.964367   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:08.970719  2151 catalog_manager.cc:1382] Generated new cluster ID: 861dd9394559430b9eae5c3be27ddf19
I20260608 12:38:08.971051  2151 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:08.989665  2151 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:08.990945  2151 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:09.012658  2151 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4: Generated new TSK 0
I20260608 12:38:09.013664  2151 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:09.051664   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:09.060040  2161 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:09.063063  2162 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:09.064252  2164 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:09.064376   431 server_base.cc:1061] running on GCE node
I20260608 12:38:09.065593   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:09.065863   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:09.066062   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922289066043 us; error 0 us; skew 500 ppm
I20260608 12:38:09.066804   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:09.070227   431 webserver.cc:533] Webserver started at http://127.0.107.193:46803/ using document root <none> and password file <none>
I20260608 12:38:09.070705   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:09.070863   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:09.071101   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:09.072324   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "270f106971a641fe8760bebd662a856d"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.076978   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:09.080516  2169 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.081590   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:38:09.081976   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "270f106971a641fe8760bebd662a856d"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.082324   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:09.123189   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:09.124611   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:09.126416   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:09.129202   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:09.129480   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.129758   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:09.129972   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.175124   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35533
I20260608 12:38:09.175253  2231 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35533 every 8 connection(s)
I20260608 12:38:09.180392   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:09.188719  2236 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:09.189920  2237 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:09.194880   431 server_base.cc:1061] running on GCE node
W20260608 12:38:09.195410  2240 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:09.196707   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:09.196909   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:09.197125   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922289197109 us; error 0 us; skew 500 ppm
I20260608 12:38:09.197753   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:09.199724  2232 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35665
I20260608 12:38:09.200193  2232 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:09.200671   431 webserver.cc:533] Webserver started at http://127.0.107.194:40693/ using document root <none> and password file <none>
I20260608 12:38:09.201081  2232 heartbeater.cc:507] Master 127.0.107.254:35665 requested a full tablet report, sending...
I20260608 12:38:09.201205   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:09.201514   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:09.201790   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:09.203205   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "c50104e7818c4dca8cc3f57def7f5f07"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.204036  2105 ts_manager.cc:194] Registered new tserver with Master: 270f106971a641fe8760bebd662a856d (127.0.107.193:35533)
I20260608 12:38:09.206646  2105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37328
I20260608 12:38:09.209945   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:38:09.215014  2244 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.216107   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:09.216383   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "c50104e7818c4dca8cc3f57def7f5f07"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.216627   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:09.230049   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:09.231293   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:09.232872   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:09.235764   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:09.236093   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:38:09.236447   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:09.236620   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.282336   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46331
I20260608 12:38:09.282478  2306 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46331 every 8 connection(s)
I20260608 12:38:09.288268   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:09.296641  2310 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:09.299252  2311 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:09.301649   431 server_base.cc:1061] running on GCE node
W20260608 12:38:09.302500  2313 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:09.303201  2307 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35665
I20260608 12:38:09.303661  2307 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:09.303752   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:09.304141   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:09.304371   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922289304353 us; error 0 us; skew 500 ppm
I20260608 12:38:09.304741  2307 heartbeater.cc:507] Master 127.0.107.254:35665 requested a full tablet report, sending...
I20260608 12:38:09.305344   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:09.307451  2105 ts_manager.cc:194] Registered new tserver with Master: c50104e7818c4dca8cc3f57def7f5f07 (127.0.107.194:46331)
I20260608 12:38:09.308516   431 webserver.cc:533] Webserver started at http://127.0.107.195:42745/ using document root <none> and password file <none>
I20260608 12:38:09.309293   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:09.309559   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:09.309523  2105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37344
I20260608 12:38:09.310153   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:09.311858   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "986e51c864a84fe793f6624bd39c006c"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.317790   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:38:09.321837  2318 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.322717   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
I20260608 12:38:09.323040   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "986e51c864a84fe793f6624bd39c006c"
format_stamp: "Formatted at 2026-06-08 12:38:09 on dist-test-slave-mnll"
I20260608 12:38:09.323347   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:09.338990   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:09.340287   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:09.341768   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:09.344121   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:09.344352   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.344599   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:09.344776   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:09.386742   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:45577
I20260608 12:38:09.386860  2380 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:45577 every 8 connection(s)
I20260608 12:38:09.402112  2381 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35665
I20260608 12:38:09.402458  2381 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:09.403213  2381 heartbeater.cc:507] Master 127.0.107.254:35665 requested a full tablet report, sending...
I20260608 12:38:09.405139  2105 ts_manager.cc:194] Registered new tserver with Master: 986e51c864a84fe793f6624bd39c006c (127.0.107.195:45577)
I20260608 12:38:09.405316   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014917761s
I20260608 12:38:09.406561  2105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37358
W20260608 12:38:10.038774  2136 debug-util.cc:398] Leaking SignalData structure 0x7b0800125e40 after lost signal to thread 434
I20260608 12:38:10.210182  2232 heartbeater.cc:499] Master 127.0.107.254:35665 was elected leader, sending a full tablet report...
I20260608 12:38:10.313072  2307 heartbeater.cc:499] Master 127.0.107.254:35665 was elected leader, sending a full tablet report...
I20260608 12:38:10.409220  2381 heartbeater.cc:499] Master 127.0.107.254:35665 was elected leader, sending a full tablet report...
I20260608 12:38:10.467538  2105 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37362:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:38:10.470304  2105 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:38:10.557523  2346 tablet_service.cc:1511] Processing CreateTablet for tablet c7267acff48745e2adf87dbc223d3990 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:10.557768  2345 tablet_service.cc:1511] Processing CreateTablet for tablet 12bd6ceccac24ed79e258aa8d76b1c09 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:10.559275  2346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7267acff48745e2adf87dbc223d3990. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.562570  2272 tablet_service.cc:1511] Processing CreateTablet for tablet c7267acff48745e2adf87dbc223d3990 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:10.563321  2345 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bd6ceccac24ed79e258aa8d76b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.564060  2272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7267acff48745e2adf87dbc223d3990. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.564579  2196 tablet_service.cc:1511] Processing CreateTablet for tablet 12bd6ceccac24ed79e258aa8d76b1c09 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:10.566147  2196 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bd6ceccac24ed79e258aa8d76b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.569003  2271 tablet_service.cc:1511] Processing CreateTablet for tablet 12bd6ceccac24ed79e258aa8d76b1c09 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:38:10.570056  2197 tablet_service.cc:1511] Processing CreateTablet for tablet c7267acff48745e2adf87dbc223d3990 (DEFAULT_TABLE table=test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:38:10.570521  2271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bd6ceccac24ed79e258aa8d76b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.571406  2197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c7267acff48745e2adf87dbc223d3990. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:10.593976  2401 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: Bootstrap starting.
I20260608 12:38:10.613415  2401 tablet_bootstrap.cc:654] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.615449  2402 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Bootstrap starting.
I20260608 12:38:10.617748  2403 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: Bootstrap starting.
I20260608 12:38:10.625052  2402 tablet_bootstrap.cc:654] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.625341  2403 tablet_bootstrap.cc:654] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.633370  2401 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: No bootstrap required, opened a new log
I20260608 12:38:10.634039  2401 ts_tablet_manager.cc:1403] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.015s
I20260608 12:38:10.633481  2402 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: No bootstrap required, opened a new log
I20260608 12:38:10.635550  2402 ts_tablet_manager.cc:1403] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.000s
I20260608 12:38:10.638473  2403 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: No bootstrap required, opened a new log
I20260608 12:38:10.637511  2401 raft_consensus.cc:359] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.638469  2402 raft_consensus.cc:359] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.639189  2401 raft_consensus.cc:385] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.639245  2403 ts_tablet_manager.cc:1403] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.010s
I20260608 12:38:10.639472  2402 raft_consensus.cc:385] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.639712  2401 raft_consensus.cc:740] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 986e51c864a84fe793f6624bd39c006c, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.639984  2402 raft_consensus.cc:740] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 270f106971a641fe8760bebd662a856d, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.640836  2402 consensus_queue.cc:260] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.641029  2401 consensus_queue.cc:260] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.642853  2403 raft_consensus.cc:359] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.643718  2403 raft_consensus.cc:385] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.644146  2403 raft_consensus.cc:740] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50104e7818c4dca8cc3f57def7f5f07, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.645236  2403 consensus_queue.cc:260] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.651710  2403 ts_tablet_manager.cc:1434] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.004s
I20260608 12:38:10.652734  2401 ts_tablet_manager.cc:1434] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: Time spent starting tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 12:38:10.652879  2403 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: Bootstrap starting.
I20260608 12:38:10.653765  2401 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: Bootstrap starting.
I20260608 12:38:10.660508  2402 ts_tablet_manager.cc:1434] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.008s
I20260608 12:38:10.660970  2403 tablet_bootstrap.cc:654] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.663717  2402 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: Bootstrap starting.
I20260608 12:38:10.665688  2401 tablet_bootstrap.cc:654] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.671386  2402 tablet_bootstrap.cc:654] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:10.676980  2408 raft_consensus.cc:493] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:10.683334  2408 raft_consensus.cc:515] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.694161  2408 leader_election.cc:290] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 270f106971a641fe8760bebd662a856d (127.0.107.193:35533), c50104e7818c4dca8cc3f57def7f5f07 (127.0.107.194:46331)
I20260608 12:38:10.698702  2403 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: No bootstrap required, opened a new log
I20260608 12:38:10.699548  2403 ts_tablet_manager.cc:1403] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: Time spent bootstrapping tablet: real 0.047s	user 0.008s	sys 0.025s
I20260608 12:38:10.703790  2403 raft_consensus.cc:359] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.709229  2403 raft_consensus.cc:385] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.710156  2403 raft_consensus.cc:740] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c50104e7818c4dca8cc3f57def7f5f07, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.712072  2403 consensus_queue.cc:260] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.715473  2403 ts_tablet_manager.cc:1434] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.003s
I20260608 12:38:10.717316  2402 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: No bootstrap required, opened a new log
I20260608 12:38:10.718242  2402 ts_tablet_manager.cc:1403] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: Time spent bootstrapping tablet: real 0.055s	user 0.007s	sys 0.009s
I20260608 12:38:10.720865  2207 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bd6ceccac24ed79e258aa8d76b1c09" candidate_uuid: "986e51c864a84fe793f6624bd39c006c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "270f106971a641fe8760bebd662a856d" is_pre_election: true
I20260608 12:38:10.721592  2207 raft_consensus.cc:2468] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 986e51c864a84fe793f6624bd39c006c in term 0.
I20260608 12:38:10.721489  2402 raft_consensus.cc:359] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.722326  2402 raft_consensus.cc:385] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.722643  2402 raft_consensus.cc:740] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 270f106971a641fe8760bebd662a856d, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.723654  2320 leader_election.cc:304] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 270f106971a641fe8760bebd662a856d, 986e51c864a84fe793f6624bd39c006c; no voters: 
I20260608 12:38:10.725010  2408 raft_consensus.cc:2804] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:10.725513  2408 raft_consensus.cc:493] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:10.725994  2408 raft_consensus.cc:3060] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.736801  2282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bd6ceccac24ed79e258aa8d76b1c09" candidate_uuid: "986e51c864a84fe793f6624bd39c006c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50104e7818c4dca8cc3f57def7f5f07" is_pre_election: true
I20260608 12:38:10.737561  2282 raft_consensus.cc:2468] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 986e51c864a84fe793f6624bd39c006c in term 0.
I20260608 12:38:10.739251  2401 tablet_bootstrap.cc:492] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: No bootstrap required, opened a new log
I20260608 12:38:10.739835  2401 ts_tablet_manager.cc:1403] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: Time spent bootstrapping tablet: real 0.086s	user 0.012s	sys 0.035s
I20260608 12:38:10.737999  2402 consensus_queue.cc:260] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.740756  2407 raft_consensus.cc:493] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:38:10.741379  2407 raft_consensus.cc:515] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.744166  2401 raft_consensus.cc:359] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.745214  2401 raft_consensus.cc:385] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:10.745604  2401 raft_consensus.cc:740] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 986e51c864a84fe793f6624bd39c006c, State: Initialized, Role: FOLLOWER
I20260608 12:38:10.746755  2401 consensus_queue.cc:260] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.751086  2402 ts_tablet_manager.cc:1434] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: Time spent starting tablet: real 0.032s	user 0.006s	sys 0.009s
I20260608 12:38:10.755087  2401 ts_tablet_manager.cc:1434] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: Time spent starting tablet: real 0.015s	user 0.010s	sys 0.002s
I20260608 12:38:10.758708  2407 leader_election.cc:290] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c50104e7818c4dca8cc3f57def7f5f07 (127.0.107.194:46331), 986e51c864a84fe793f6624bd39c006c (127.0.107.195:45577)
I20260608 12:38:10.770571  2282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7267acff48745e2adf87dbc223d3990" candidate_uuid: "270f106971a641fe8760bebd662a856d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50104e7818c4dca8cc3f57def7f5f07" is_pre_election: true
I20260608 12:38:10.772287  2282 raft_consensus.cc:2468] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 270f106971a641fe8760bebd662a856d in term 0.
I20260608 12:38:10.773865  2170 leader_election.cc:304] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 270f106971a641fe8760bebd662a856d, c50104e7818c4dca8cc3f57def7f5f07; no voters: 
I20260608 12:38:10.774801  2407 raft_consensus.cc:2804] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:38:10.775252  2407 raft_consensus.cc:493] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:38:10.775707  2407 raft_consensus.cc:3060] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.778405  2356 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7267acff48745e2adf87dbc223d3990" candidate_uuid: "270f106971a641fe8760bebd662a856d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "986e51c864a84fe793f6624bd39c006c" is_pre_election: true
I20260608 12:38:10.779134  2356 raft_consensus.cc:2468] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 270f106971a641fe8760bebd662a856d in term 0.
I20260608 12:38:10.793054  2407 raft_consensus.cc:515] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.793054  2408 raft_consensus.cc:515] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.795408  2408 leader_election.cc:290] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [CANDIDATE]: Term 1 election: Requested vote from peers 270f106971a641fe8760bebd662a856d (127.0.107.193:35533), c50104e7818c4dca8cc3f57def7f5f07 (127.0.107.194:46331)
I20260608 12:38:10.796442  2207 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bd6ceccac24ed79e258aa8d76b1c09" candidate_uuid: "986e51c864a84fe793f6624bd39c006c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "270f106971a641fe8760bebd662a856d"
I20260608 12:38:10.797052  2207 raft_consensus.cc:3060] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.797894  2282 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "12bd6ceccac24ed79e258aa8d76b1c09" candidate_uuid: "986e51c864a84fe793f6624bd39c006c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50104e7818c4dca8cc3f57def7f5f07"
I20260608 12:38:10.798523  2282 raft_consensus.cc:3060] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.799928  2407 leader_election.cc:290] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [CANDIDATE]: Term 1 election: Requested vote from peers c50104e7818c4dca8cc3f57def7f5f07 (127.0.107.194:46331), 986e51c864a84fe793f6624bd39c006c (127.0.107.195:45577)
I20260608 12:38:10.800881  2356 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7267acff48745e2adf87dbc223d3990" candidate_uuid: "270f106971a641fe8760bebd662a856d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "986e51c864a84fe793f6624bd39c006c"
I20260608 12:38:10.801451  2356 raft_consensus.cc:3060] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.805445  2281 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c7267acff48745e2adf87dbc223d3990" candidate_uuid: "270f106971a641fe8760bebd662a856d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c50104e7818c4dca8cc3f57def7f5f07"
I20260608 12:38:10.806069  2281 raft_consensus.cc:3060] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:10.893172  2207 raft_consensus.cc:2468] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 986e51c864a84fe793f6624bd39c006c in term 1.
I20260608 12:38:10.894325  2356 raft_consensus.cc:2468] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 270f106971a641fe8760bebd662a856d in term 1.
I20260608 12:38:10.894754  2320 leader_election.cc:304] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 270f106971a641fe8760bebd662a856d, 986e51c864a84fe793f6624bd39c006c; no voters: 
I20260608 12:38:10.895064  2281 raft_consensus.cc:2468] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 270f106971a641fe8760bebd662a856d in term 1.
I20260608 12:38:10.895821  2408 raft_consensus.cc:2804] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:10.896349  2408 raft_consensus.cc:697] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 LEADER]: Becoming Leader. State: Replica: 986e51c864a84fe793f6624bd39c006c, State: Running, Role: LEADER
I20260608 12:38:10.897115  2172 leader_election.cc:304] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 270f106971a641fe8760bebd662a856d, 986e51c864a84fe793f6624bd39c006c; no voters: 
I20260608 12:38:10.897194  2408 consensus_queue.cc:237] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.898779  2407 raft_consensus.cc:2804] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:10.899070  2282 raft_consensus.cc:2468] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 986e51c864a84fe793f6624bd39c006c in term 1.
I20260608 12:38:10.899555  2407 raft_consensus.cc:697] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 1 LEADER]: Becoming Leader. State: Replica: 270f106971a641fe8760bebd662a856d, State: Running, Role: LEADER
I20260608 12:38:10.900885  2407 consensus_queue.cc:237] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } }
I20260608 12:38:10.911710  2105 catalog_manager.cc:5696] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c reported cstate change: term changed from 0 to 1, leader changed from <none> to 986e51c864a84fe793f6624bd39c006c (127.0.107.195). New cstate: current_term: 1 leader_uuid: "986e51c864a84fe793f6624bd39c006c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } health_report { overall_health: HEALTHY } } }
I20260608 12:38:10.914563  2104 catalog_manager.cc:5696] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d reported cstate change: term changed from 0 to 1, leader changed from <none> to 270f106971a641fe8760bebd662a856d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "270f106971a641fe8760bebd662a856d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } health_report { overall_health: UNKNOWN } } }
I20260608 12:38:10.964188  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:10.967109  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:10.967515  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:11.310030  2408 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:11.324468  2408 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:11.463037  2407 consensus_queue.cc:1048] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:38:11.468039  2427 consensus_queue.cc:1048] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [LEADER]: Connected to new peer: Peer: permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:38:12.968693  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:12.970865  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:12.971189  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:14.972237  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:14.975111  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:14.975567  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:38:16.172480  2377 debug-util.cc:398] Leaking SignalData structure 0x7b080018ed80 after lost signal to thread 434
W20260608 12:38:16.173543  2377 debug-util.cc:398] Leaking SignalData structure 0x7b08001cd0c0 after lost signal to thread 2139
W20260608 12:38:16.174705  2377 debug-util.cc:398] Leaking SignalData structure 0x7b0800044580 after lost signal to thread 2231
W20260608 12:38:16.175880  2377 debug-util.cc:398] Leaking SignalData structure 0x7b0800076560 after lost signal to thread 2306
W20260608 12:38:16.176925  2377 debug-util.cc:398] Leaking SignalData structure 0x7b0800118280 after lost signal to thread 2380
I20260608 12:38:16.977048  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:16.980319  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:16.980778  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:18.981765  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:18.983794  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:18.984107  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:20.985095  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:20.987780  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:20.988236  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:21.299104   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:21.306628  2437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:21.308414  2438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:21.308442  2440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:21.309269   431 server_base.cc:1061] running on GCE node
I20260608 12:38:21.310660   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:21.310971   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:21.311175   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922301311157 us; error 0 us; skew 500 ppm
I20260608 12:38:21.311810   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:21.314707   431 webserver.cc:533] Webserver started at http://127.0.107.196:33815/ using document root <none> and password file <none>
I20260608 12:38:21.315290   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:21.315522   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:21.315903   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:21.317332   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0"
format_stamp: "Formatted at 2026-06-08 12:38:21 on dist-test-slave-mnll"
I20260608 12:38:21.322852   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:21.327062  2445 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:21.328434   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:21.328820   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0"
format_stamp: "Formatted at 2026-06-08 12:38:21 on dist-test-slave-mnll"
I20260608 12:38:21.329169   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:21.362246   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:21.363656   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:21.365382   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:21.368106   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:21.368300   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:21.368569   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:21.368783   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:21.418483   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35873
I20260608 12:38:21.418596  2507 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35873 every 8 connection(s)
I20260608 12:38:21.437675  2508 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35665
I20260608 12:38:21.438128  2508 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:21.438948  2508 heartbeater.cc:507] Master 127.0.107.254:35665 requested a full tablet report, sending...
I20260608 12:38:21.441330  2105 ts_manager.cc:194] Registered new tserver with Master: 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196:35873)
I20260608 12:38:21.443018  2105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39438
I20260608 12:38:22.300299  2356 consensus_queue.cc:237] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } }
I20260608 12:38:22.308840  2282 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:22.310330  2207 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:38:22.310863  2516 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:38:22.312052  2433 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:38:22.323164  2320 consensus_peers.cc:597] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c -> Peer 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196:35873): Couldn't send request to peer 2bfbdcfa0b784c90b79bf7d2913fe0c0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 12bd6ceccac24ed79e258aa8d76b1c09. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:38:22.322016  2516 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } } }
I20260608 12:38:22.323837  2282 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } } }
I20260608 12:38:22.326463  2207 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } } }
I20260608 12:38:22.339918  2105 catalog_manager.cc:5696] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 reported cstate change: config changed from index -1 to 2, NON_VOTER 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "986e51c864a84fe793f6624bd39c006c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } } }
I20260608 12:38:22.445612  2508 heartbeater.cc:499] Master 127.0.107.254:35665 was elected leader, sending a full tablet report...
I20260608 12:38:22.861176  2527 ts_tablet_manager.cc:933] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Initiating tablet copy from peer 986e51c864a84fe793f6624bd39c006c (127.0.107.195:45577)
I20260608 12:38:22.863744  2527 tablet_copy_client.cc:323] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:45577
I20260608 12:38:22.874678  2366 tablet_copy_service.cc:140] P 986e51c864a84fe793f6624bd39c006c: Received BeginTabletCopySession request for tablet 12bd6ceccac24ed79e258aa8d76b1c09 from peer 2bfbdcfa0b784c90b79bf7d2913fe0c0 ({username='slave'} at 127.0.0.1:52764)
I20260608 12:38:22.875203  2366 tablet_copy_service.cc:161] P 986e51c864a84fe793f6624bd39c006c: Beginning new tablet copy session on tablet 12bd6ceccac24ed79e258aa8d76b1c09 from peer 2bfbdcfa0b784c90b79bf7d2913fe0c0 at {username='slave'} at 127.0.0.1:52764: session id = 2bfbdcfa0b784c90b79bf7d2913fe0c0-12bd6ceccac24ed79e258aa8d76b1c09
I20260608 12:38:22.880455  2366 tablet_copy_source_session.cc:215] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:38:22.884357  2527 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 12bd6ceccac24ed79e258aa8d76b1c09. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:22.895349  2527 tablet_copy_client.cc:806] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: tablet copy: Starting download of 0 data blocks...
I20260608 12:38:22.896039  2527 tablet_copy_client.cc:670] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: tablet copy: Starting download of 1 WAL segments...
I20260608 12:38:22.899940  2527 tablet_copy_client.cc:538] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:38:22.906220  2527 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Bootstrap starting.
I20260608 12:38:22.923241  2527 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:38:22.924072  2527 tablet_bootstrap.cc:492] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Bootstrap complete.
I20260608 12:38:22.924670  2527 ts_tablet_manager.cc:1403] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.001s
I20260608 12:38:22.927374  2527 raft_consensus.cc:359] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } }
I20260608 12:38:22.928144  2527 raft_consensus.cc:740] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 2bfbdcfa0b784c90b79bf7d2913fe0c0, State: Initialized, Role: LEARNER
I20260608 12:38:22.928750  2527 consensus_queue.cc:260] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: true } }
I20260608 12:38:22.931804  2527 ts_tablet_manager.cc:1434] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:38:22.933701  2366 tablet_copy_service.cc:342] P 986e51c864a84fe793f6624bd39c006c: Request end of tablet copy session 2bfbdcfa0b784c90b79bf7d2913fe0c0-12bd6ceccac24ed79e258aa8d76b1c09 received from {username='slave'} at 127.0.0.1:52764
I20260608 12:38:22.934188  2366 tablet_copy_service.cc:434] P 986e51c864a84fe793f6624bd39c006c: ending tablet copy session 2bfbdcfa0b784c90b79bf7d2913fe0c0-12bd6ceccac24ed79e258aa8d76b1c09 on tablet 12bd6ceccac24ed79e258aa8d76b1c09 with peer 2bfbdcfa0b784c90b79bf7d2913fe0c0
I20260608 12:38:22.989301  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:22.992182  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:22.992640  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:23.401881  2483 raft_consensus.cc:1217] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:38:23.943802  2535 raft_consensus.cc:1064] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: attempting to promote NON_VOTER 2bfbdcfa0b784c90b79bf7d2913fe0c0 to VOTER
I20260608 12:38:23.946130  2535 consensus_queue.cc:237] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } }
I20260608 12:38:23.952930  2483 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 LEARNER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:23.954622  2282 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:23.954658  2535 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:38:23.955276  2207 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:38:23.956534  2433 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:38:23.957404  2535 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:38:23.969784  2433 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:23.973018  2483 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:23.974546  2282 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:23.983830  2207 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:23.988211  2102 catalog_manager.cc:5696] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c reported cstate change: config changed from index 2 to 3, 2bfbdcfa0b784c90b79bf7d2913fe0c0 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "986e51c864a84fe793f6624bd39c006c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "270f106971a641fe8760bebd662a856d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35533 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:38:24.017997  2356 consensus_queue.cc:237] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } }
I20260608 12:38:24.023578  2483 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:38:24.025063  2433 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:38:24.026517  2282 raft_consensus.cc:1275] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Refusing update from remote peer 986e51c864a84fe793f6624bd39c006c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:38:24.028942  2433 consensus_queue.cc:1048] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [LEADER]: Connected to new peer: Peer: permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:38:24.031872  2535 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 270f106971a641fe8760bebd662a856d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:24.033977  2483 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 270f106971a641fe8760bebd662a856d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:24.038194  2281 raft_consensus.cc:2955] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 270f106971a641fe8760bebd662a856d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } } }
I20260608 12:38:24.045439  2091 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 12bd6ceccac24ed79e258aa8d76b1c09 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:38:24.045779  2104 catalog_manager.cc:5696] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c reported cstate change: config changed from index 3 to 4, VOTER 270f106971a641fe8760bebd662a856d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "986e51c864a84fe793f6624bd39c006c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c50104e7818c4dca8cc3f57def7f5f07" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46331 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "986e51c864a84fe793f6624bd39c006c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 45577 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2bfbdcfa0b784c90b79bf7d2913fe0c0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35873 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:38:24.060103  2196 tablet_service.cc:1558] Processing DeleteTablet for tablet 12bd6ceccac24ed79e258aa8d76b1c09 with delete_type TABLET_DATA_TOMBSTONED (TS 270f106971a641fe8760bebd662a856d not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46754
I20260608 12:38:24.065428  2547 tablet_replica.cc:333] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: stopping tablet replica
I20260608 12:38:24.066314  2547 raft_consensus.cc:2243] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:24.066937  2547 raft_consensus.cc:2272] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:24.069547  2547 ts_tablet_manager.cc:1916] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:38:24.084319  2547 ts_tablet_manager.cc:1929] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:38:24.084686  2547 log.cc:1199] T 12bd6ceccac24ed79e258aa8d76b1c09 P 270f106971a641fe8760bebd662a856d: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922264717849-431-0/minicluster-data/ts-0-root/wals/12bd6ceccac24ed79e258aa8d76b1c09
I20260608 12:38:24.086155  2090 catalog_manager.cc:5027] TS 270f106971a641fe8760bebd662a856d (127.0.107.193:35533): tablet 12bd6ceccac24ed79e258aa8d76b1c09 (table test-workload [id=a6cbf2d3f6e94ae88516db5a2fd0a518]) successfully deleted
I20260608 12:38:24.993618  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:24.995790  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:24.996203  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:26.997296  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:26.999706  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:27.000139  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:29.001077  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:29.003189  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:29.003558  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:31.004513  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:31.007031  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:31.007467  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:33.008383  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:33.010398  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:33.010762  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:38:33.716989  2377 debug-util.cc:398] Leaking SignalData structure 0x7b0800140080 after lost signal to thread 434
W20260608 12:38:33.717836  2377 debug-util.cc:398] Leaking SignalData structure 0x7b08001270c0 after lost signal to thread 2139
W20260608 12:38:33.718735  2377 debug-util.cc:398] Leaking SignalData structure 0x7b080018ee40 after lost signal to thread 2231
W20260608 12:38:33.719460  2377 debug-util.cc:398] Leaking SignalData structure 0x7b080013ff00 after lost signal to thread 2306
W20260608 12:38:33.720203  2377 debug-util.cc:398] Leaking SignalData structure 0x7b08001c0860 after lost signal to thread 2380
W20260608 12:38:33.720938  2377 debug-util.cc:398] Leaking SignalData structure 0x7b080022ab40 after lost signal to thread 2507
I20260608 12:38:35.011721  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:35.014379  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:35.014814  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:37.016007  2158 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:38:37.018285  2158 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:38:37.018723  2158 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:37.160992   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:38:37.190320   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:37.191237   431 tablet_replica.cc:333] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d: stopping tablet replica
I20260608 12:38:37.191838   431 raft_consensus.cc:2243] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:37.192945   431 raft_consensus.cc:2272] T c7267acff48745e2adf87dbc223d3990 P 270f106971a641fe8760bebd662a856d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.216128   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:38:37.230891   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:38:37.255936   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:37.256812   431 tablet_replica.cc:333] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07: stopping tablet replica
I20260608 12:38:37.257411   431 raft_consensus.cc:2243] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:37.258002   431 raft_consensus.cc:2272] T 12bd6ceccac24ed79e258aa8d76b1c09 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.260136   431 tablet_replica.cc:333] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07: stopping tablet replica
I20260608 12:38:37.260551   431 raft_consensus.cc:2243] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:37.260948   431 raft_consensus.cc:2272] T c7267acff48745e2adf87dbc223d3990 P c50104e7818c4dca8cc3f57def7f5f07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.284001   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:38:37.297552   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:38:37.323752   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:37.324887   431 tablet_replica.cc:333] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c: stopping tablet replica
I20260608 12:38:37.325469   431 raft_consensus.cc:2243] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:37.325999   431 raft_consensus.cc:2272] T c7267acff48745e2adf87dbc223d3990 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.328121   431 tablet_replica.cc:333] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c: stopping tablet replica
I20260608 12:38:37.328625   431 raft_consensus.cc:2243] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:37.329468   431 raft_consensus.cc:2272] T 12bd6ceccac24ed79e258aa8d76b1c09 P 986e51c864a84fe793f6624bd39c006c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.371286   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:38:37.384538   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:38:37.410673   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:38:37.411476   431 tablet_replica.cc:333] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0: stopping tablet replica
I20260608 12:38:37.412156   431 raft_consensus.cc:2243] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:38:37.412835   431 raft_consensus.cc:2272] T 12bd6ceccac24ed79e258aa8d76b1c09 P 2bfbdcfa0b784c90b79bf7d2913fe0c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.432629   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:38:37.444263   431 master.cc:562] Master@127.0.107.254:35665 shutting down...
I20260608 12:38:37.470304   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:37.470916   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:37.471211   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f34253d4650e457cb824cf3c7f2f93b4: stopping tablet replica
I20260608 12:38:37.506709   431 master.cc:584] Master@127.0.107.254:35665 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (28728 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:38:37.550375   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:39391
I20260608 12:38:37.551663   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:37.558442  2557 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:37.558696  2556 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:37.559643  2559 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:37.561040   431 server_base.cc:1061] running on GCE node
I20260608 12:38:37.562103   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:37.562371   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:37.562556   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922317562539 us; error 0 us; skew 500 ppm
I20260608 12:38:37.563140   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:37.565872   431 webserver.cc:533] Webserver started at http://127.0.107.254:35707/ using document root <none> and password file <none>
I20260608 12:38:37.566401   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:37.566625   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:37.566907   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:37.568301   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "9aee7a2a3bbb4b3e8010348512263a26"
format_stamp: "Formatted at 2026-06-08 12:38:37 on dist-test-slave-mnll"
I20260608 12:38:37.574653   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:37.578814  2564 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:37.579911   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:37.580202   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "9aee7a2a3bbb4b3e8010348512263a26"
format_stamp: "Formatted at 2026-06-08 12:38:37 on dist-test-slave-mnll"
I20260608 12:38:37.580469   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:37.596776   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:37.598106   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:37.642041   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:39391
I20260608 12:38:37.642179  2615 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:39391 every 8 connection(s)
I20260608 12:38:37.646744  2616 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:37.658119  2616 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26: Bootstrap starting.
I20260608 12:38:37.663609  2616 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:37.668284  2616 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26: No bootstrap required, opened a new log
I20260608 12:38:37.670665  2616 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER }
I20260608 12:38:37.671087  2616 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:37.671346  2616 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9aee7a2a3bbb4b3e8010348512263a26, State: Initialized, Role: FOLLOWER
I20260608 12:38:37.672047  2616 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER }
I20260608 12:38:37.672513  2616 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:37.672744  2616 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:37.673051  2616 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:37.677337  2616 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER }
I20260608 12:38:37.677918  2616 leader_election.cc:304] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 9aee7a2a3bbb4b3e8010348512263a26; no voters: 
I20260608 12:38:37.679090  2616 leader_election.cc:290] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:37.679615  2619 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:37.681061  2619 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 1 LEADER]: Becoming Leader. State: Replica: 9aee7a2a3bbb4b3e8010348512263a26, State: Running, Role: LEADER
I20260608 12:38:37.681814  2619 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER }
I20260608 12:38:37.682346  2616 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:37.687074  2620 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9aee7a2a3bbb4b3e8010348512263a26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER } }
I20260608 12:38:37.687956  2620 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:37.687711  2621 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9aee7a2a3bbb4b3e8010348512263a26. Latest consensus state: current_term: 1 leader_uuid: "9aee7a2a3bbb4b3e8010348512263a26" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9aee7a2a3bbb4b3e8010348512263a26" member_type: VOTER } }
I20260608 12:38:37.688647  2621 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:37.692615  2627 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:37.697849  2627 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:37.699597   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:37.708170  2627 catalog_manager.cc:1382] Generated new cluster ID: 9a67fec027d9477e9c5bd22c2b38ce69
I20260608 12:38:37.708487  2627 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:37.732345  2627 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:37.733734  2627 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:37.754179  2627 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26: Generated new TSK 0
I20260608 12:38:37.754873  2627 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:37.765816   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000228253s
I20260608 12:38:49.862511   431 master.cc:562] Master@127.0.107.254:39391 shutting down...
I20260608 12:38:49.891391   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:38:49.892270   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:38:49.892683   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9aee7a2a3bbb4b3e8010348512263a26: stopping tablet replica
I20260608 12:38:49.912959   431 master.cc:584] Master@127.0.107.254:39391 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12396 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:38:49.946228   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44163
I20260608 12:38:49.947485   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:49.953343  2639 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:49.954831  2640 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:49.955422  2642 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:49.955797   431 server_base.cc:1061] running on GCE node
I20260608 12:38:49.956748   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:49.957019   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:49.957242   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922329957222 us; error 0 us; skew 500 ppm
I20260608 12:38:49.957857   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:49.960853   431 webserver.cc:533] Webserver started at http://127.0.107.254:42745/ using document root <none> and password file <none>
I20260608 12:38:49.961378   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:49.961588   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:49.962271   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:49.963675   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "81ed8eaf567d4633879704818bafd768"
format_stamp: "Formatted at 2026-06-08 12:38:49 on dist-test-slave-mnll"
I20260608 12:38:49.968559   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:38:49.972144  2647 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:49.973033   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:49.973286   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "81ed8eaf567d4633879704818bafd768"
format_stamp: "Formatted at 2026-06-08 12:38:49 on dist-test-slave-mnll"
I20260608 12:38:49.973529   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:49.991442   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:49.992769   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:50.040282   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44163
I20260608 12:38:50.040366  2698 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44163 every 8 connection(s)
I20260608 12:38:50.044991  2699 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:38:50.056844  2699 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768: Bootstrap starting.
I20260608 12:38:50.062103  2699 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768: Neither blocks nor log segments found. Creating new log.
I20260608 12:38:50.067356  2699 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768: No bootstrap required, opened a new log
I20260608 12:38:50.070622  2699 raft_consensus.cc:359] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER }
I20260608 12:38:50.071147  2699 raft_consensus.cc:385] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:38:50.071553  2699 raft_consensus.cc:740] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81ed8eaf567d4633879704818bafd768, State: Initialized, Role: FOLLOWER
I20260608 12:38:50.072502  2699 consensus_queue.cc:260] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER }
I20260608 12:38:50.073266  2699 raft_consensus.cc:399] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:38:50.073621  2699 raft_consensus.cc:493] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:38:50.074043  2699 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:38:50.081818  2699 raft_consensus.cc:515] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER }
I20260608 12:38:50.082650  2699 leader_election.cc:304] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 81ed8eaf567d4633879704818bafd768; no voters: 
I20260608 12:38:50.084419  2699 leader_election.cc:290] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:38:50.085199  2702 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:38:50.086977  2702 raft_consensus.cc:697] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 1 LEADER]: Becoming Leader. State: Replica: 81ed8eaf567d4633879704818bafd768, State: Running, Role: LEADER
I20260608 12:38:50.088085  2702 consensus_queue.cc:237] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER }
I20260608 12:38:50.088419  2699 sys_catalog.cc:565] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:38:50.092566  2703 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "81ed8eaf567d4633879704818bafd768" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER } }
I20260608 12:38:50.092571  2704 sys_catalog.cc:455] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 81ed8eaf567d4633879704818bafd768. Latest consensus state: current_term: 1 leader_uuid: "81ed8eaf567d4633879704818bafd768" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "81ed8eaf567d4633879704818bafd768" member_type: VOTER } }
I20260608 12:38:50.093402  2703 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:50.093550  2704 sys_catalog.cc:458] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [sys.catalog]: This master's current role is: LEADER
I20260608 12:38:50.104419  2708 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:38:50.112890  2708 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:38:50.114002   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:38:50.122952  2708 catalog_manager.cc:1382] Generated new cluster ID: d189cc17aabf4734915c771393db5ba6
I20260608 12:38:50.123270  2708 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:38:50.137442  2708 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:38:50.138765  2708 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:38:50.154405  2708 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768: Generated new TSK 0
I20260608 12:38:50.155097  2708 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:38:50.180620   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:50.187381  2720 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:50.188361  2721 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:50.190565   431 server_base.cc:1061] running on GCE node
W20260608 12:38:50.191058  2723 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:50.192059   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:50.192292   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:50.192420   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922330192406 us; error 0 us; skew 500 ppm
I20260608 12:38:50.192996   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:50.195350   431 webserver.cc:533] Webserver started at http://127.0.107.193:44737/ using document root <none> and password file <none>
I20260608 12:38:50.195988   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:50.196161   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:50.196537   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:50.197865   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "6873fc05806a40d38e906f0bf3063af6"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.203377   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:38:50.206967  2728 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.207806   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:38:50.208189   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "6873fc05806a40d38e906f0bf3063af6"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.208439   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:50.241499   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:50.242893   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:50.244486   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:50.247159   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:50.247400   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.247658   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:50.247838   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.295475   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40361
I20260608 12:38:50.295588  2790 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40361 every 8 connection(s)
I20260608 12:38:50.301494   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:50.310372  2795 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:50.311123  2796 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:50.314167  2798 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:50.314522   431 server_base.cc:1061] running on GCE node
I20260608 12:38:50.315824   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:50.316138   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:50.316335   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922330316317 us; error 0 us; skew 500 ppm
I20260608 12:38:50.316396  2791 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44163
I20260608 12:38:50.316861  2791 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:50.317093   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:50.317672  2791 heartbeater.cc:507] Master 127.0.107.254:44163 requested a full tablet report, sending...
I20260608 12:38:50.320036   431 webserver.cc:533] Webserver started at http://127.0.107.194:42051/ using document root <none> and password file <none>
I20260608 12:38:50.320317  2664 ts_manager.cc:194] Registered new tserver with Master: 6873fc05806a40d38e906f0bf3063af6 (127.0.107.193:40361)
I20260608 12:38:50.320781   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:50.321069   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:50.321425   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:50.322924  2664 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49298
I20260608 12:38:50.323065   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "dd438231285747bd99fa17f9786f4342"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.328135   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260608 12:38:50.331735  2803 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.332677   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:38:50.333006   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "dd438231285747bd99fa17f9786f4342"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.333299   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:50.353680   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:50.355124   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:50.357110   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:50.359638   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:50.359869   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.360169   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:50.360358   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.404915   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33357
I20260608 12:38:50.405103  2865 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33357 every 8 connection(s)
I20260608 12:38:50.410190   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:38:50.418687  2869 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:50.420143  2870 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:38:50.422430  2872 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:38:50.423628   431 server_base.cc:1061] running on GCE node
I20260608 12:38:50.424795   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:38:50.425001   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:38:50.425161   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922330425118 us; error 0 us; skew 500 ppm
I20260608 12:38:50.425205  2866 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44163
I20260608 12:38:50.425681  2866 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:50.426087   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:38:50.426652  2866 heartbeater.cc:507] Master 127.0.107.254:44163 requested a full tablet report, sending...
I20260608 12:38:50.428936   431 webserver.cc:533] Webserver started at http://127.0.107.195:39625/ using document root <none> and password file <none>
I20260608 12:38:50.429260  2664 ts_manager.cc:194] Registered new tserver with Master: dd438231285747bd99fa17f9786f4342 (127.0.107.194:33357)
I20260608 12:38:50.429626   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:38:50.429908   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:38:50.430243   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:38:50.431247  2664 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49312
I20260608 12:38:50.432080   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "ec8acc94561d4176aecee00f3f9eafb7"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.438297   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:38:50.442256  2877 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.443090   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:38:50.443401   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "ec8acc94561d4176aecee00f3f9eafb7"
format_stamp: "Formatted at 2026-06-08 12:38:50 on dist-test-slave-mnll"
I20260608 12:38:50.443656   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:38:50.454970   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:38:50.456373   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:38:50.457934   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:38:50.460393   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:38:50.460657   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.460919   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:38:50.461107   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:38:50.507400   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40779
I20260608 12:38:50.507539  2939 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40779 every 8 connection(s)
I20260608 12:38:50.522342  2940 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44163
I20260608 12:38:50.522759  2940 heartbeater.cc:461] Registering TS with master...
I20260608 12:38:50.523548  2940 heartbeater.cc:507] Master 127.0.107.254:44163 requested a full tablet report, sending...
I20260608 12:38:50.525882  2664 ts_manager.cc:194] Registered new tserver with Master: ec8acc94561d4176aecee00f3f9eafb7 (127.0.107.195:40779)
I20260608 12:38:50.526917   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015869497s
I20260608 12:38:50.527341  2664 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49326
I20260608 12:38:51.325941  2791 heartbeater.cc:499] Master 127.0.107.254:44163 was elected leader, sending a full tablet report...
I20260608 12:38:51.434445  2866 heartbeater.cc:499] Master 127.0.107.254:44163 was elected leader, sending a full tablet report...
I20260608 12:38:51.530701  2940 heartbeater.cc:499] Master 127.0.107.254:44163 was elected leader, sending a full tablet report...
W20260608 12:38:52.073988  2862 debug-util.cc:398] Leaking SignalData structure 0x7b0800059320 after lost signal to thread 434
W20260608 12:38:52.075042  2862 debug-util.cc:398] Leaking SignalData structure 0x7b080005ea00 after lost signal to thread 2698
W20260608 12:38:52.076205  2862 debug-util.cc:398] Leaking SignalData structure 0x7b0800120420 after lost signal to thread 2790
W20260608 12:38:52.077131  2862 debug-util.cc:398] Leaking SignalData structure 0x7b0800141880 after lost signal to thread 2865
W20260608 12:38:52.078317  2862 debug-util.cc:398] Leaking SignalData structure 0x7b080019b9e0 after lost signal to thread 2939
I20260608 12:38:52.109457  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:54.110642  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:56.112003  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:38:58.113142  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:00.114199  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:02.115342  2717 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:02.217378   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:02.249933   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.267843   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:02.278069   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:02.298779   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.330866   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:02.340831   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:02.364295   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:02.380929   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:02.390180   431 master.cc:562] Master@127.0.107.254:44163 shutting down...
I20260608 12:39:02.412654   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:02.413511   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:02.413885   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 81ed8eaf567d4633879704818bafd768: stopping tablet replica
I20260608 12:39:02.432348   431 master.cc:584] Master@127.0.107.254:44163 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12518 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:39:02.467092   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34641
I20260608 12:39:02.468421   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:02.474485  2945 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.474560  2946 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.475476  2948 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:02.476756   431 server_base.cc:1061] running on GCE node
I20260608 12:39:02.477666   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:02.477860   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:02.478049   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922342478034 us; error 0 us; skew 500 ppm
I20260608 12:39:02.478713   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:02.481501   431 webserver.cc:533] Webserver started at http://127.0.107.254:38855/ using document root <none> and password file <none>
I20260608 12:39:02.482070   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:02.482291   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:02.482602   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:02.483999   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "74262a2b3f2e4ee09225aa4e8f1869ac"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.489078   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:02.493245  2953 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.494222   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:39:02.494531   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "74262a2b3f2e4ee09225aa4e8f1869ac"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.494822   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:02.518705   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:02.520237   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:02.563050   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34641
I20260608 12:39:02.563163  3004 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34641 every 8 connection(s)
I20260608 12:39:02.567559  3005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:02.578341  3005 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac: Bootstrap starting.
I20260608 12:39:02.583312  3005 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:02.587634  3005 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac: No bootstrap required, opened a new log
I20260608 12:39:02.590065  3005 raft_consensus.cc:359] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER }
I20260608 12:39:02.590499  3005 raft_consensus.cc:385] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:02.590786  3005 raft_consensus.cc:740] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 74262a2b3f2e4ee09225aa4e8f1869ac, State: Initialized, Role: FOLLOWER
I20260608 12:39:02.591526  3005 consensus_queue.cc:260] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER }
I20260608 12:39:02.592023  3005 raft_consensus.cc:399] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:02.592257  3005 raft_consensus.cc:493] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:02.592588  3005 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:02.597368  3005 raft_consensus.cc:515] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER }
I20260608 12:39:02.597939  3005 leader_election.cc:304] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 74262a2b3f2e4ee09225aa4e8f1869ac; no voters: 
I20260608 12:39:02.599225  3005 leader_election.cc:290] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:02.599647  3008 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:02.601506  3008 raft_consensus.cc:697] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 1 LEADER]: Becoming Leader. State: Replica: 74262a2b3f2e4ee09225aa4e8f1869ac, State: Running, Role: LEADER
I20260608 12:39:02.602576  3005 sys_catalog.cc:565] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:02.602638  3008 consensus_queue.cc:237] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER }
I20260608 12:39:02.609288  3009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER } }
I20260608 12:39:02.609287  3010 sys_catalog.cc:455] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [sys.catalog]: SysCatalogTable state changed. Reason: New leader 74262a2b3f2e4ee09225aa4e8f1869ac. Latest consensus state: current_term: 1 leader_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "74262a2b3f2e4ee09225aa4e8f1869ac" member_type: VOTER } }
I20260608 12:39:02.610086  3009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:02.610154  3010 sys_catalog.cc:458] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:02.613868  3016 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:02.622409  3016 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:02.623508   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:02.632813  3016 catalog_manager.cc:1382] Generated new cluster ID: 15ec0a280fc6470aae1871feb68ac87e
I20260608 12:39:02.633124  3016 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:02.663125  3016 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:02.664510  3016 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:02.683833  3016 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac: Generated new TSK 0
I20260608 12:39:02.684603  3016 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:02.690151   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:02.696807  3026 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.697783  3027 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.699400  3029 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:02.700212   431 server_base.cc:1061] running on GCE node
I20260608 12:39:02.701100   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:02.701287   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:02.701408   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922342701397 us; error 0 us; skew 500 ppm
I20260608 12:39:02.701946   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:02.705303   431 webserver.cc:533] Webserver started at http://127.0.107.193:39293/ using document root <none> and password file <none>
I20260608 12:39:02.705812   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:02.705969   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:02.706197   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:02.707247   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "9e9e726e3c794fb4a64c8244425ba611"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.711959   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:02.716310  3034 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.717285   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:39:02.717567   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "9e9e726e3c794fb4a64c8244425ba611"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.717810   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:02.734598   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:02.736045   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:02.737736   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:02.740552   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:02.740829   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.741137   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:02.741341   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.787961   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37153
I20260608 12:39:02.788443  3096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37153 every 8 connection(s)
I20260608 12:39:02.793565   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:02.801141  3101 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.801759  3102 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.806849  3104 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:02.807291   431 server_base.cc:1061] running on GCE node
I20260608 12:39:02.808183  3097 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34641
I20260608 12:39:02.808324   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:02.808593  3097 heartbeater.cc:461] Registering TS with master...
W20260608 12:39:02.808633   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:02.808990   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922342808968 us; error 0 us; skew 500 ppm
I20260608 12:39:02.809561  3097 heartbeater.cc:507] Master 127.0.107.254:34641 requested a full tablet report, sending...
I20260608 12:39:02.809672   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:02.812211  2970 ts_manager.cc:194] Registered new tserver with Master: 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153)
I20260608 12:39:02.812525   431 webserver.cc:533] Webserver started at http://127.0.107.194:34489/ using document root <none> and password file <none>
I20260608 12:39:02.813148   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:02.813365   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:02.813633   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:02.814366  2970 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58666
I20260608 12:39:02.814908   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "a8d2068becd3495cb6a9aa9128055b5f"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.819979   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:39:02.823402  3109 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.824260   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:02.824563   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "a8d2068becd3495cb6a9aa9128055b5f"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.824877   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:02.835456   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:02.836731   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:02.838316   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:02.840603   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:02.840847   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.841094   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:02.841286   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.882611   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40059
I20260608 12:39:02.882725  3171 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40059 every 8 connection(s)
I20260608 12:39:02.887784   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:02.895499  3175 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:02.895633  3176 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:02.899766   431 server_base.cc:1061] running on GCE node
W20260608 12:39:02.900434  3178 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:02.901116  3172 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34641
I20260608 12:39:02.901526  3172 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:02.901538   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:02.901996   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:02.902220   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922342902199 us; error 0 us; skew 500 ppm
I20260608 12:39:02.902655  3172 heartbeater.cc:507] Master 127.0.107.254:34641 requested a full tablet report, sending...
I20260608 12:39:02.903118   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:02.905170  2970 ts_manager.cc:194] Registered new tserver with Master: a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:02.906042   431 webserver.cc:533] Webserver started at http://127.0.107.195:37659/ using document root <none> and password file <none>
I20260608 12:39:02.906541   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:02.906708   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:02.906827  2970 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58682
I20260608 12:39:02.906916   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:02.908599   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "713db6844c054ffbb6ea29443b5bdf1a"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.913262   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:02.916960  3183 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.917858   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260608 12:39:02.918227   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "713db6844c054ffbb6ea29443b5bdf1a"
format_stamp: "Formatted at 2026-06-08 12:39:02 on dist-test-slave-mnll"
I20260608 12:39:02.918500   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:02.934525   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:02.935765   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:02.937335   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:02.939747   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:02.940052   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.940311   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:02.940493   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:02.982887   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41623
I20260608 12:39:02.983000  3245 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41623 every 8 connection(s)
I20260608 12:39:02.998423  3246 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34641
I20260608 12:39:02.998790  3246 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:02.999537  3246 heartbeater.cc:507] Master 127.0.107.254:34641 requested a full tablet report, sending...
I20260608 12:39:03.001590  2970 ts_manager.cc:194] Registered new tserver with Master: 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623)
I20260608 12:39:03.002676   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016169965s
I20260608 12:39:03.003052  2970 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58696
I20260608 12:39:03.817204  3097 heartbeater.cc:499] Master 127.0.107.254:34641 was elected leader, sending a full tablet report...
I20260608 12:39:03.909670  3172 heartbeater.cc:499] Master 127.0.107.254:34641 was elected leader, sending a full tablet report...
I20260608 12:39:04.005928  3246 heartbeater.cc:499] Master 127.0.107.254:34641 was elected leader, sending a full tablet report...
I20260608 12:39:04.058419  2970 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58710:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:04.061026  2970 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:04.135228  3062 tablet_service.cc:1511] Processing CreateTablet for tablet 99270b13baed4ffeaf556711a3e2e661 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.137167  3062 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99270b13baed4ffeaf556711a3e2e661. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.137398  3208 tablet_service.cc:1511] Processing CreateTablet for tablet 5854ffae3ee540cdaa81888b02184c30 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.135418  3061 tablet_service.cc:1511] Processing CreateTablet for tablet d4d860effe96455ea708940d095a4cc6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.138918  3208 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5854ffae3ee540cdaa81888b02184c30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.139644  3061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4d860effe96455ea708940d095a4cc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.141129  3209 tablet_service.cc:1511] Processing CreateTablet for tablet ef2703f904e94d3c9b3031f1027efbff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.142722  3209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef2703f904e94d3c9b3031f1027efbff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.145000  3210 tablet_service.cc:1511] Processing CreateTablet for tablet d4d860effe96455ea708940d095a4cc6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.145267  3059 tablet_service.cc:1511] Processing CreateTablet for tablet 5854ffae3ee540cdaa81888b02184c30 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.146495  3210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4d860effe96455ea708940d095a4cc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.146754  3059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5854ffae3ee540cdaa81888b02184c30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.149206  3060 tablet_service.cc:1511] Processing CreateTablet for tablet ef2703f904e94d3c9b3031f1027efbff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.150919  3060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef2703f904e94d3c9b3031f1027efbff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.153719  3211 tablet_service.cc:1511] Processing CreateTablet for tablet 99270b13baed4ffeaf556711a3e2e661 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.155347  3211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99270b13baed4ffeaf556711a3e2e661. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.168488  3266 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: Bootstrap starting.
I20260608 12:39:04.185741  3137 tablet_service.cc:1511] Processing CreateTablet for tablet 99270b13baed4ffeaf556711a3e2e661 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.189085  3137 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 99270b13baed4ffeaf556711a3e2e661. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.189787  3267 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Bootstrap starting.
I20260608 12:39:04.191717  3136 tablet_service.cc:1511] Processing CreateTablet for tablet d4d860effe96455ea708940d095a4cc6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.193414  3136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4d860effe96455ea708940d095a4cc6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.196827  3267 tablet_bootstrap.cc:654] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.197240  3135 tablet_service.cc:1511] Processing CreateTablet for tablet ef2703f904e94d3c9b3031f1027efbff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:04.198899  3135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef2703f904e94d3c9b3031f1027efbff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.200318  3266 tablet_bootstrap.cc:654] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.203505  3134 tablet_service.cc:1511] Processing CreateTablet for tablet 5854ffae3ee540cdaa81888b02184c30 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=a6cdb1f509354fd09e2e4c241b7693bc]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:04.207626  3134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5854ffae3ee540cdaa81888b02184c30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:04.227981  3266 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: No bootstrap required, opened a new log
I20260608 12:39:04.228754  3266 ts_tablet_manager.cc:1403] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: Time spent bootstrapping tablet: real 0.061s	user 0.017s	sys 0.000s
I20260608 12:39:04.232620  3267 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: No bootstrap required, opened a new log
I20260608 12:39:04.232923  3266 raft_consensus.cc:359] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.234961  3266 raft_consensus.cc:385] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.235311  3269 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: Bootstrap starting.
I20260608 12:39:04.233662  3267 ts_tablet_manager.cc:1403] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent bootstrapping tablet: real 0.044s	user 0.014s	sys 0.019s
I20260608 12:39:04.235368  3266 raft_consensus.cc:740] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.236531  3266 consensus_queue.cc:260] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.238831  3267 raft_consensus.cc:359] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.239603  3267 raft_consensus.cc:385] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.239951  3267 raft_consensus.cc:740] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.240703  3267 consensus_queue.cc:260] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.245086  3269 tablet_bootstrap.cc:654] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.245795  3266 ts_tablet_manager.cc:1434] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.007s
I20260608 12:39:04.247035  3266 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Bootstrap starting.
I20260608 12:39:04.249367  3267 ts_tablet_manager.cc:1434] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.006s
I20260608 12:39:04.250473  3267 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Bootstrap starting.
I20260608 12:39:04.254282  3266 tablet_bootstrap.cc:654] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.257506  3267 tablet_bootstrap.cc:654] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.264856  3269 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: No bootstrap required, opened a new log
I20260608 12:39:04.265635  3269 ts_tablet_manager.cc:1403] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.008s
I20260608 12:39:04.269850  3269 raft_consensus.cc:359] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.271544  3269 raft_consensus.cc:385] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.271934  3269 raft_consensus.cc:740] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8d2068becd3495cb6a9aa9128055b5f, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.272861  3269 consensus_queue.cc:260] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.276568  3266 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: No bootstrap required, opened a new log
I20260608 12:39:04.277370  3266 ts_tablet_manager.cc:1403] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Time spent bootstrapping tablet: real 0.031s	user 0.019s	sys 0.008s
I20260608 12:39:04.279347  3269 ts_tablet_manager.cc:1434] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.005s
I20260608 12:39:04.280107  3267 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: No bootstrap required, opened a new log
I20260608 12:39:04.280541  3269 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: Bootstrap starting.
I20260608 12:39:04.280669  3267 ts_tablet_manager.cc:1403] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.015s
I20260608 12:39:04.281643  3266 raft_consensus.cc:359] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.282522  3266 raft_consensus.cc:385] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.282862  3266 raft_consensus.cc:740] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.283819  3266 consensus_queue.cc:260] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.286389  3266 ts_tablet_manager.cc:1434] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.004s
I20260608 12:39:04.283983  3267 raft_consensus.cc:359] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.287437  3266 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: Bootstrap starting.
I20260608 12:39:04.288347  3269 tablet_bootstrap.cc:654] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.287395  3267 raft_consensus.cc:385] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.289072  3267 raft_consensus.cc:740] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.291086  3267 consensus_queue.cc:260] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
W20260608 12:39:04.294215  3098 tablet.cc:2404] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:04.297472  3267 ts_tablet_manager.cc:1434] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 12:39:04.297802  3266 tablet_bootstrap.cc:654] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.298544  3267 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: Bootstrap starting.
I20260608 12:39:04.306267  3267 tablet_bootstrap.cc:654] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.312476  3266 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: No bootstrap required, opened a new log
I20260608 12:39:04.313360  3266 ts_tablet_manager.cc:1403] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.011s
I20260608 12:39:04.313738  3269 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: No bootstrap required, opened a new log
I20260608 12:39:04.314359  3269 ts_tablet_manager.cc:1403] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.016s
I20260608 12:39:04.317665  3269 raft_consensus.cc:359] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.318243  3269 raft_consensus.cc:385] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.318619  3269 raft_consensus.cc:740] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8d2068becd3495cb6a9aa9128055b5f, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.318459  3266 raft_consensus.cc:359] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.319360  3266 raft_consensus.cc:385] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.319731  3266 raft_consensus.cc:740] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.319602  3269 consensus_queue.cc:260] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.321172  3267 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: No bootstrap required, opened a new log
I20260608 12:39:04.320736  3266 consensus_queue.cc:260] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.321843  3267 ts_tablet_manager.cc:1403] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.010s
I20260608 12:39:04.322198  3269 ts_tablet_manager.cc:1434] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:04.323230  3269 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: Bootstrap starting.
I20260608 12:39:04.325394  3266 ts_tablet_manager.cc:1434] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260608 12:39:04.326632  3266 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Bootstrap starting.
I20260608 12:39:04.328418  3267 raft_consensus.cc:359] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.329319  3267 raft_consensus.cc:385] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.329732  3267 raft_consensus.cc:740] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.330169  3269 tablet_bootstrap.cc:654] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.330888  3267 consensus_queue.cc:260] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.334820  3266 tablet_bootstrap.cc:654] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.337030  3267 ts_tablet_manager.cc:1434] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260608 12:39:04.338526  3267 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: Bootstrap starting.
I20260608 12:39:04.347330  3269 tablet_bootstrap.cc:492] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: No bootstrap required, opened a new log
I20260608 12:39:04.348003  3269 ts_tablet_manager.cc:1403] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.006s
I20260608 12:39:04.348469  3266 tablet_bootstrap.cc:492] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: No bootstrap required, opened a new log
I20260608 12:39:04.349022  3266 ts_tablet_manager.cc:1403] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.007s
I20260608 12:39:04.351434  3269 raft_consensus.cc:359] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.352334  3269 raft_consensus.cc:385] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.352659  3267 tablet_bootstrap.cc:654] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.352305  3266 raft_consensus.cc:359] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.352857  3269 raft_consensus.cc:740] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8d2068becd3495cb6a9aa9128055b5f, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.353263  3266 raft_consensus.cc:385] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.353592  3266 raft_consensus.cc:740] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.353953  3269 consensus_queue.cc:260] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.354393  3266 consensus_queue.cc:260] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.356396  3269 ts_tablet_manager.cc:1434] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:39:04.357031  3266 ts_tablet_manager.cc:1434] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260608 12:39:04.357575  3269 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: Bootstrap starting.
I20260608 12:39:04.359036  3271 raft_consensus.cc:493] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.359534  3271 raft_consensus.cc:515] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.362784  3271 leader_election.cc:290] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.364843  3269 tablet_bootstrap.cc:654] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:04.369583  3267 tablet_bootstrap.cc:492] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: No bootstrap required, opened a new log
I20260608 12:39:04.370280  3267 ts_tablet_manager.cc:1403] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.014s
I20260608 12:39:04.373726  3267 raft_consensus.cc:359] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.374622  3267 raft_consensus.cc:385] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.378557  3267 raft_consensus.cc:740] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.383298  3269 tablet_bootstrap.cc:492] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: No bootstrap required, opened a new log
I20260608 12:39:04.383241  3267 consensus_queue.cc:260] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.383922  3269 ts_tablet_manager.cc:1403] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.006s
I20260608 12:39:04.385857  3267 ts_tablet_manager.cc:1434] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 12:39:04.386566  3272 raft_consensus.cc:493] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.387192  3272 raft_consensus.cc:515] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.388391  3269 raft_consensus.cc:359] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.389315  3269 raft_consensus.cc:385] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:04.389725  3269 raft_consensus.cc:740] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8d2068becd3495cb6a9aa9128055b5f, State: Initialized, Role: FOLLOWER
I20260608 12:39:04.390441  3272 leader_election.cc:290] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.390825  3269 consensus_queue.cc:260] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.399968  3269 ts_tablet_manager.cc:1434] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:39:04.405038  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99270b13baed4ffeaf556711a3e2e661" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f" is_pre_election: true
I20260608 12:39:04.405856  3147 raft_consensus.cc:2468] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 0.
I20260608 12:39:04.406216  3221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99270b13baed4ffeaf556711a3e2e661" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "713db6844c054ffbb6ea29443b5bdf1a" is_pre_election: true
I20260608 12:39:04.406922  3221 raft_consensus.cc:2468] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 0.
I20260608 12:39:04.407742  3035 leader_election.cc:304] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e9e726e3c794fb4a64c8244425ba611, a8d2068becd3495cb6a9aa9128055b5f; no voters: 
I20260608 12:39:04.409013  3271 raft_consensus.cc:2804] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.409520  3271 raft_consensus.cc:493] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.409940  3271 raft_consensus.cc:3060] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.419220  3271 raft_consensus.cc:515] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.422113  3271 leader_election.cc:290] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 election: Requested vote from peers 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.422991  3221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99270b13baed4ffeaf556711a3e2e661" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "713db6844c054ffbb6ea29443b5bdf1a"
I20260608 12:39:04.423619  3221 raft_consensus.cc:3060] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.424168  3072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9e726e3c794fb4a64c8244425ba611" is_pre_election: true
I20260608 12:39:04.424860  3072 raft_consensus.cc:2468] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 0.
I20260608 12:39:04.425870  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "99270b13baed4ffeaf556711a3e2e661" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f"
I20260608 12:39:04.426452  3147 raft_consensus.cc:3060] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.429893  3221 raft_consensus.cc:2468] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 1.
I20260608 12:39:04.431090  3038 leader_election.cc:304] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.432197  3271 raft_consensus.cc:2804] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:04.432260  3184 leader_election.cc:304] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.432555  3147 raft_consensus.cc:2468] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 1.
I20260608 12:39:04.433296  3272 raft_consensus.cc:2804] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.433687  3272 raft_consensus.cc:493] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.433790  3276 raft_consensus.cc:493] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.434156  3272 raft_consensus.cc:3060] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.434743  3271 raft_consensus.cc:697] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: Becoming Leader. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Running, Role: LEADER
I20260608 12:39:04.434584  3276 raft_consensus.cc:515] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.435729  3271 consensus_queue.cc:237] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } }
I20260608 12:39:04.441553  3276 leader_election.cc:290] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153), 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623)
I20260608 12:39:04.441994  3272 raft_consensus.cc:515] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.447278  3272 leader_election.cc:290] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 election: Requested vote from peers 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.452502  3072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9e726e3c794fb4a64c8244425ba611"
I20260608 12:39:04.453454  3072 raft_consensus.cc:3060] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.453532  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f" is_pre_election: true
I20260608 12:39:04.456288  3147 raft_consensus.cc:2468] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 0.
I20260608 12:39:04.459173  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f"
I20260608 12:39:04.459759  3147 raft_consensus.cc:3060] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.466737  3071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "a8d2068becd3495cb6a9aa9128055b5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9e726e3c794fb4a64c8244425ba611" is_pre_election: true
I20260608 12:39:04.467561  3147 raft_consensus.cc:2468] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 1.
I20260608 12:39:04.470868  2969 catalog_manager.cc:5696] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e9e726e3c794fb4a64c8244425ba611" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:04.472711  3072 raft_consensus.cc:2468] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 1.
I20260608 12:39:04.472872  3221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef2703f904e94d3c9b3031f1027efbff" candidate_uuid: "a8d2068becd3495cb6a9aa9128055b5f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "713db6844c054ffbb6ea29443b5bdf1a" is_pre_election: true
I20260608 12:39:04.473711  3221 raft_consensus.cc:2393] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a8d2068becd3495cb6a9aa9128055b5f in current term 1: Already voted for candidate 713db6844c054ffbb6ea29443b5bdf1a in this term.
I20260608 12:39:04.474078  3184 leader_election.cc:304] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.474985  3272 raft_consensus.cc:2804] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:04.474923  3113 leader_election.cc:304] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: a8d2068becd3495cb6a9aa9128055b5f; no voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611
I20260608 12:39:04.475991  3276 raft_consensus.cc:2749] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:04.477887  3272 raft_consensus.cc:697] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: Becoming Leader. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Running, Role: LEADER
I20260608 12:39:04.479117  3271 raft_consensus.cc:493] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.478909  3272 consensus_queue.cc:237] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.479589  3271 raft_consensus.cc:515] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.481869  3271 leader_election.cc:290] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059), 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623)
I20260608 12:39:04.482807  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5854ffae3ee540cdaa81888b02184c30" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f" is_pre_election: true
I20260608 12:39:04.483557  3147 raft_consensus.cc:2468] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 0.
I20260608 12:39:04.483764  3221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5854ffae3ee540cdaa81888b02184c30" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "713db6844c054ffbb6ea29443b5bdf1a" is_pre_election: true
I20260608 12:39:04.484503  3221 raft_consensus.cc:2468] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 0.
I20260608 12:39:04.485133  3035 leader_election.cc:304] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e9e726e3c794fb4a64c8244425ba611, a8d2068becd3495cb6a9aa9128055b5f; no voters: 
I20260608 12:39:04.486492  3271 raft_consensus.cc:2804] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.486912  3271 raft_consensus.cc:493] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.487325  3271 raft_consensus.cc:3060] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.489425  2969 catalog_manager.cc:5696] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "713db6844c054ffbb6ea29443b5bdf1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:04.493753  3271 raft_consensus.cc:515] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.496361  3271 leader_election.cc:290] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 election: Requested vote from peers a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059), 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195:41623)
I20260608 12:39:04.496855  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5854ffae3ee540cdaa81888b02184c30" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f"
I20260608 12:39:04.496960  3221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5854ffae3ee540cdaa81888b02184c30" candidate_uuid: "9e9e726e3c794fb4a64c8244425ba611" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "713db6844c054ffbb6ea29443b5bdf1a"
I20260608 12:39:04.497439  3147 raft_consensus.cc:3060] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.497574  3221 raft_consensus.cc:3060] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.502295  3221 raft_consensus.cc:2468] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 1.
I20260608 12:39:04.502759  3147 raft_consensus.cc:2468] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e9e726e3c794fb4a64c8244425ba611 in term 1.
I20260608 12:39:04.503348  3038 leader_election.cc:304] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.504477  3271 raft_consensus.cc:2804] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:04.505059  3271 raft_consensus.cc:697] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: Becoming Leader. State: Replica: 9e9e726e3c794fb4a64c8244425ba611, State: Running, Role: LEADER
I20260608 12:39:04.505802  3271 consensus_queue.cc:237] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.513592  2969 catalog_manager.cc:5696] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "9e9e726e3c794fb4a64c8244425ba611" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:04.578233  3272 raft_consensus.cc:493] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:04.578805  3272 raft_consensus.cc:515] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.580619  3272 leader_election.cc:290] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.581661  3072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4d860effe96455ea708940d095a4cc6" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9e726e3c794fb4a64c8244425ba611" is_pre_election: true
I20260608 12:39:04.581892  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4d860effe96455ea708940d095a4cc6" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f" is_pre_election: true
I20260608 12:39:04.582206  3072 raft_consensus.cc:2468] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 0.
I20260608 12:39:04.582561  3147 raft_consensus.cc:2468] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 0.
I20260608 12:39:04.583222  3184 leader_election.cc:304] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.584131  3272 raft_consensus.cc:2804] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:04.584405  3272 raft_consensus.cc:493] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:04.584647  3272 raft_consensus.cc:3060] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.589178  3272 raft_consensus.cc:515] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.590794  3272 leader_election.cc:290] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 election: Requested vote from peers 9e9e726e3c794fb4a64c8244425ba611 (127.0.107.193:37153), a8d2068becd3495cb6a9aa9128055b5f (127.0.107.194:40059)
I20260608 12:39:04.592229  3072 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4d860effe96455ea708940d095a4cc6" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e9e726e3c794fb4a64c8244425ba611"
I20260608 12:39:04.592309  3147 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4d860effe96455ea708940d095a4cc6" candidate_uuid: "713db6844c054ffbb6ea29443b5bdf1a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a8d2068becd3495cb6a9aa9128055b5f"
I20260608 12:39:04.593248  3072 raft_consensus.cc:3060] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.593325  3147 raft_consensus.cc:3060] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:04.598292  3072 raft_consensus.cc:2468] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 1.
I20260608 12:39:04.598357  3147 raft_consensus.cc:2468] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 713db6844c054ffbb6ea29443b5bdf1a in term 1.
I20260608 12:39:04.599457  3184 leader_election.cc:304] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 713db6844c054ffbb6ea29443b5bdf1a, 9e9e726e3c794fb4a64c8244425ba611; no voters: 
I20260608 12:39:04.600315  3272 raft_consensus.cc:2804] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:04.600812  3272 raft_consensus.cc:697] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: Becoming Leader. State: Replica: 713db6844c054ffbb6ea29443b5bdf1a, State: Running, Role: LEADER
I20260608 12:39:04.601487  3272 consensus_queue.cc:237] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } }
I20260608 12:39:04.609046  2969 catalog_manager.cc:5696] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a reported cstate change: term changed from 0 to 1, leader changed from <none> to 713db6844c054ffbb6ea29443b5bdf1a (127.0.107.195). New cstate: current_term: 1 leader_uuid: "713db6844c054ffbb6ea29443b5bdf1a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9e9e726e3c794fb4a64c8244425ba611" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37153 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a8d2068becd3495cb6a9aa9128055b5f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40059 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "713db6844c054ffbb6ea29443b5bdf1a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41623 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:04.621121  3023 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
I20260608 12:39:04.635190  3072 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5854ffae3ee540cdaa81888b02184c30"
dest_uuid: "9e9e726e3c794fb4a64c8244425ba611"
mode: GRACEFUL
new_leader_uuid: "a8d2068becd3495cb6a9aa9128055b5f"
 from {username='slave'} at 127.0.0.1:51764
I20260608 12:39:04.635798  3072 raft_consensus.cc:606] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: Received request to transfer leadership to TS a8d2068becd3495cb6a9aa9128055b5f
I20260608 12:39:04.637115  3023 auto_leader_rebalancer.cc:388] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 1
I20260608 12:39:04.637547  3023 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:04.704516   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:04.722777   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:04.723660   431 tablet_replica.cc:333] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: stopping tablet replica
I20260608 12:39:04.724431   431 raft_consensus.cc:2243] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:04.725006   431 pending_rounds.cc:70] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Trying to abort 1 pending ops.
I20260608 12:39:04.725306   431 pending_rounds.cc:77] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657923103068160 op_type: NO_OP noop_request { }
I20260608 12:39:04.725668   431 raft_consensus.cc:2889] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:04.726007   431 raft_consensus.cc:2272] T 5854ffae3ee540cdaa81888b02184c30 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.728473   431 tablet_replica.cc:333] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611: stopping tablet replica
I20260608 12:39:04.728983   431 raft_consensus.cc:2243] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.729321   431 raft_consensus.cc:2272] T ef2703f904e94d3c9b3031f1027efbff P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.731011   431 tablet_replica.cc:333] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: stopping tablet replica
I20260608 12:39:04.731479   431 raft_consensus.cc:2243] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:04.732091   431 pending_rounds.cc:70] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Trying to abort 1 pending ops.
I20260608 12:39:04.732252   431 pending_rounds.cc:77] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657922819485696 op_type: NO_OP noop_request { }
I20260608 12:39:04.732472   431 raft_consensus.cc:2889] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:04.732695   431 raft_consensus.cc:2272] T 99270b13baed4ffeaf556711a3e2e661 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.734748   431 tablet_replica.cc:333] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611: stopping tablet replica
I20260608 12:39:04.735173   431 raft_consensus.cc:2243] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.735474   431 raft_consensus.cc:2272] T d4d860effe96455ea708940d095a4cc6 P 9e9e726e3c794fb4a64c8244425ba611 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.758514   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:04.769820   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:04.788093   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:04.788998   431 tablet_replica.cc:333] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f: stopping tablet replica
I20260608 12:39:04.789618   431 raft_consensus.cc:2243] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.790055   431 raft_consensus.cc:2272] T ef2703f904e94d3c9b3031f1027efbff P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.792619   431 tablet_replica.cc:333] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f: stopping tablet replica
I20260608 12:39:04.793182   431 raft_consensus.cc:2243] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.793570   431 raft_consensus.cc:2272] T 5854ffae3ee540cdaa81888b02184c30 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.795414   431 tablet_replica.cc:333] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f: stopping tablet replica
I20260608 12:39:04.795943   431 raft_consensus.cc:2243] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.796322   431 raft_consensus.cc:2272] T d4d860effe96455ea708940d095a4cc6 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.798166   431 tablet_replica.cc:333] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f: stopping tablet replica
I20260608 12:39:04.798594   431 raft_consensus.cc:2243] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.798902   431 raft_consensus.cc:2272] T 99270b13baed4ffeaf556711a3e2e661 P a8d2068becd3495cb6a9aa9128055b5f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.821789   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:04.833009   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:04.851054   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:04.852247   431 tablet_replica.cc:333] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a: stopping tablet replica
I20260608 12:39:04.852855   431 raft_consensus.cc:2243] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.853263   431 raft_consensus.cc:2272] T 5854ffae3ee540cdaa81888b02184c30 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.855059   431 tablet_replica.cc:333] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: stopping tablet replica
I20260608 12:39:04.855583   431 raft_consensus.cc:2243] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:04.856243   431 pending_rounds.cc:70] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Trying to abort 1 pending ops.
I20260608 12:39:04.856462   431 pending_rounds.cc:77] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657922996097024 op_type: NO_OP noop_request { }
I20260608 12:39:04.856765   431 raft_consensus.cc:2889] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:04.857023   431 raft_consensus.cc:2272] T ef2703f904e94d3c9b3031f1027efbff P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.859153   431 tablet_replica.cc:333] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a: stopping tablet replica
I20260608 12:39:04.859640   431 raft_consensus.cc:2243] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:04.860059   431 raft_consensus.cc:2272] T 99270b13baed4ffeaf556711a3e2e661 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.862028   431 tablet_replica.cc:333] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: stopping tablet replica
I20260608 12:39:04.862483   431 raft_consensus.cc:2243] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:04.863025   431 pending_rounds.cc:70] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Trying to abort 1 pending ops.
I20260608 12:39:04.863188   431 pending_rounds.cc:77] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294657923495178240 op_type: NO_OP noop_request { }
I20260608 12:39:04.863430   431 raft_consensus.cc:2889] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:39:04.863668   431 raft_consensus.cc:2272] T d4d860effe96455ea708940d095a4cc6 P 713db6844c054ffbb6ea29443b5bdf1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.886802   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:04.898567   431 master.cc:562] Master@127.0.107.254:34641 shutting down...
I20260608 12:39:04.914079   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:04.914659   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:04.914994   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 74262a2b3f2e4ee09225aa4e8f1869ac: stopping tablet replica
I20260608 12:39:04.933305   431 master.cc:584] Master@127.0.107.254:34641 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2498 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:39:04.965245   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38299
I20260608 12:39:04.966398   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:04.971808  3297 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:04.971824  3298 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:04.973342  3300 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:04.974259   431 server_base.cc:1061] running on GCE node
I20260608 12:39:04.975271   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:04.975486   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:04.975684   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922344975650 us; error 0 us; skew 500 ppm
I20260608 12:39:04.976330   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:04.978744   431 webserver.cc:533] Webserver started at http://127.0.107.254:38399/ using document root <none> and password file <none>
I20260608 12:39:04.979270   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:04.979432   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:04.979785   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:04.981062   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "26f1ea1e143f4c4cb1c7349317f7de25"
format_stamp: "Formatted at 2026-06-08 12:39:04 on dist-test-slave-mnll"
I20260608 12:39:04.985666   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:04.989184  3305 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:04.990124   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:39:04.990372   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "26f1ea1e143f4c4cb1c7349317f7de25"
format_stamp: "Formatted at 2026-06-08 12:39:04 on dist-test-slave-mnll"
I20260608 12:39:04.990620   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:05.002727   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:05.003747   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:05.043716   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38299
I20260608 12:39:05.043823  3356 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38299 every 8 connection(s)
I20260608 12:39:05.047762  3357 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:05.058252  3357 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: Bootstrap starting.
I20260608 12:39:05.063370  3357 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:05.067916  3357 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: No bootstrap required, opened a new log
I20260608 12:39:05.070138  3357 raft_consensus.cc:359] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER }
I20260608 12:39:05.070508  3357 raft_consensus.cc:385] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:05.070688  3357 raft_consensus.cc:740] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 26f1ea1e143f4c4cb1c7349317f7de25, State: Initialized, Role: FOLLOWER
I20260608 12:39:05.071215  3357 consensus_queue.cc:260] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER }
I20260608 12:39:05.071748  3357 raft_consensus.cc:399] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:05.072026  3357 raft_consensus.cc:493] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:05.072250  3357 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:05.076699  3357 raft_consensus.cc:515] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER }
I20260608 12:39:05.077214  3357 leader_election.cc:304] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 26f1ea1e143f4c4cb1c7349317f7de25; no voters: 
I20260608 12:39:05.078337  3357 leader_election.cc:290] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:05.078737  3360 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:05.080192  3360 raft_consensus.cc:697] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 1 LEADER]: Becoming Leader. State: Replica: 26f1ea1e143f4c4cb1c7349317f7de25, State: Running, Role: LEADER
I20260608 12:39:05.080809  3360 consensus_queue.cc:237] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER }
I20260608 12:39:05.081358  3357 sys_catalog.cc:565] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:05.083766  3362 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 26f1ea1e143f4c4cb1c7349317f7de25. Latest consensus state: current_term: 1 leader_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER } }
I20260608 12:39:05.083738  3361 sys_catalog.cc:455] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "26f1ea1e143f4c4cb1c7349317f7de25" member_type: VOTER } }
I20260608 12:39:05.084465  3362 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:05.084573  3361 sys_catalog.cc:458] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:05.088985  3365 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:05.094681  3365 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:05.097194   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:05.104436  3365 catalog_manager.cc:1382] Generated new cluster ID: 4eb39a7679164f8ead1e4968e337ca42
I20260608 12:39:05.104756  3365 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:05.134534  3365 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:05.136188  3365 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:05.150604  3365 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: Generated new TSK 0
I20260608 12:39:05.151289  3365 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:05.167111   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:05.173746  3378 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:05.174991  3379 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:05.177151   431 server_base.cc:1061] running on GCE node
W20260608 12:39:05.177208  3381 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:05.178200   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:05.178391   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:05.178619   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922345178573 us; error 0 us; skew 500 ppm
I20260608 12:39:05.179239   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:05.181849   431 webserver.cc:533] Webserver started at http://127.0.107.193:36509/ using document root <none> and password file <none>
I20260608 12:39:05.182423   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:05.182832   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:05.183110   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:05.184265   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "614c1ed1c0ec4b2f81059a97584919ab"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.189116   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:05.192975  3386 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.193810   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:39:05.194072   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "614c1ed1c0ec4b2f81059a97584919ab"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.194314   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:05.203603   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:05.204743   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:05.206151   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:05.208482   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:05.208674   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.208860   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:05.208988   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.252265   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45969
I20260608 12:39:05.252396  3448 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45969 every 8 connection(s)
I20260608 12:39:05.257699   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:05.266966  3453 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:05.267766  3454 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:05.271755  3456 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:05.272142  3449 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38299
I20260608 12:39:05.272161   431 server_base.cc:1061] running on GCE node
I20260608 12:39:05.272784  3449 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:05.273459   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:05.273741   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:05.273787  3449 heartbeater.cc:507] Master 127.0.107.254:38299 requested a full tablet report, sending...
I20260608 12:39:05.274124   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922345274101 us; error 0 us; skew 500 ppm
I20260608 12:39:05.275084   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:05.276611  3322 ts_manager.cc:194] Registered new tserver with Master: 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:05.278108   431 webserver.cc:533] Webserver started at http://127.0.107.194:42313/ using document root <none> and password file <none>
I20260608 12:39:05.278662   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:05.278861   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:05.278759  3322 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52882
I20260608 12:39:05.279219   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:05.280494   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "7164be16e74646e0addd13a5f8352d45"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.285120   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:05.288861  3461 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.289616   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:39:05.289932   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "7164be16e74646e0addd13a5f8352d45"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.290230   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:05.325472   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:05.326628   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:05.328236   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:05.330648   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:05.330886   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.331153   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:05.331344   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.372982   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32851
I20260608 12:39:05.373106  3523 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32851 every 8 connection(s)
I20260608 12:39:05.378106   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:05.385465  3527 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:05.387349  3528 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:05.389541   431 server_base.cc:1061] running on GCE node
W20260608 12:39:05.389657  3530 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:05.390941   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:05.391252   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:05.391435   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922345391402 us; error 0 us; skew 500 ppm
I20260608 12:39:05.392045  3524 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38299
I20260608 12:39:05.392220   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:05.392498  3524 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:05.393524  3524 heartbeater.cc:507] Master 127.0.107.254:38299 requested a full tablet report, sending...
I20260608 12:39:05.394892   431 webserver.cc:533] Webserver started at http://127.0.107.195:34149/ using document root <none> and password file <none>
I20260608 12:39:05.395682   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:05.396023   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:05.396133  3322 ts_manager.cc:194] Registered new tserver with Master: 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:05.396392   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:05.397670   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "37deee5e365544e59ab175d47411c5a8"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.397701  3322 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52892
I20260608 12:39:05.402752   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:05.406404  3535 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.428378   431 fs_manager.cc:730] Time spent opening block manager: real 0.023s	user 0.002s	sys 0.001s
I20260608 12:39:05.429715   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "37deee5e365544e59ab175d47411c5a8"
format_stamp: "Formatted at 2026-06-08 12:39:05 on dist-test-slave-mnll"
I20260608 12:39:05.430763   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:05.453368   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:05.454963   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:05.456598   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:05.459295   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:05.459481   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:05.459810   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:05.460042   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:39:05.511152   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40155
I20260608 12:39:05.511487  3598 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40155 every 8 connection(s)
I20260608 12:39:05.528822  3599 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38299
I20260608 12:39:05.529237  3599 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:05.530122  3599 heartbeater.cc:507] Master 127.0.107.254:38299 requested a full tablet report, sending...
I20260608 12:39:05.532975  3322 ts_manager.cc:194] Registered new tserver with Master: 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:05.533418   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017891142s
I20260608 12:39:05.535614  3322 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52898
I20260608 12:39:06.281734  3449 heartbeater.cc:499] Master 127.0.107.254:38299 was elected leader, sending a full tablet report...
I20260608 12:39:06.400727  3524 heartbeater.cc:499] Master 127.0.107.254:38299 was elected leader, sending a full tablet report...
I20260608 12:39:06.539498  3599 heartbeater.cc:499] Master 127.0.107.254:38299 was elected leader, sending a full tablet report...
I20260608 12:39:06.601313  3322 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52904:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:06.603775  3322 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:06.692929  3489 tablet_service.cc:1511] Processing CreateTablet for tablet 95a13255fec94c1d8e7eb0b21d8fd20a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.694954  3489 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 95a13255fec94c1d8e7eb0b21d8fd20a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.695077  3563 tablet_service.cc:1511] Processing CreateTablet for tablet 8c705b93e71942c293c60e658cbd76de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.695835  3564 tablet_service.cc:1511] Processing CreateTablet for tablet 95a13255fec94c1d8e7eb0b21d8fd20a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.696774  3563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c705b93e71942c293c60e658cbd76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.697103  3488 tablet_service.cc:1511] Processing CreateTablet for tablet 8c705b93e71942c293c60e658cbd76de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.698684  3488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c705b93e71942c293c60e658cbd76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.698482  3414 tablet_service.cc:1511] Processing CreateTablet for tablet 95a13255fec94c1d8e7eb0b21d8fd20a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.700255  3487 tablet_service.cc:1511] Processing CreateTablet for tablet 643905b7248240939f97a7bde7d8d279 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.701135  3413 tablet_service.cc:1511] Processing CreateTablet for tablet 8c705b93e71942c293c60e658cbd76de (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.703279  3486 tablet_service.cc:1511] Processing CreateTablet for tablet a146f64fcf164c248cf2363f2967a3cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.703768  3412 tablet_service.cc:1511] Processing CreateTablet for tablet 643905b7248240939f97a7bde7d8d279 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.705940  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3579d204bf49c7a5e168abf2831d23 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.706290  3411 tablet_service.cc:1511] Processing CreateTablet for tablet a146f64fcf164c248cf2363f2967a3cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.708722  3410 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3579d204bf49c7a5e168abf2831d23 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.709916  3561 tablet_service.cc:1511] Processing CreateTablet for tablet a146f64fcf164c248cf2363f2967a3cf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.711467  3561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a146f64fcf164c248cf2363f2967a3cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.711148  3557 tablet_service.cc:1511] Processing CreateTablet for tablet 225891e96d4347758f8833bbeba70b5d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.712702  3557 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 225891e96d4347758f8833bbeba70b5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.708716  3562 tablet_service.cc:1511] Processing CreateTablet for tablet 643905b7248240939f97a7bde7d8d279 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.714366  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643905b7248240939f97a7bde7d8d279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.713950  3559 tablet_service.cc:1511] Processing CreateTablet for tablet 908a54a05da54229ab1d503cf4175160 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.715451  3559 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 908a54a05da54229ab1d503cf4175160. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.716154  3564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 95a13255fec94c1d8e7eb0b21d8fd20a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.718529  3409 tablet_service.cc:1511] Processing CreateTablet for tablet 908a54a05da54229ab1d503cf4175160 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.716693  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 95a13255fec94c1d8e7eb0b21d8fd20a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.721145  3484 tablet_service.cc:1511] Processing CreateTablet for tablet 908a54a05da54229ab1d503cf4175160 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.722729  3484 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 908a54a05da54229ab1d503cf4175160. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.712651  3558 tablet_service.cc:1511] Processing CreateTablet for tablet 975af32e6b764c2eafde7d2ff1df5762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.724241  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a146f64fcf164c248cf2363f2967a3cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.724764  3558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 975af32e6b764c2eafde7d2ff1df5762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.725142  3483 tablet_service.cc:1511] Processing CreateTablet for tablet 975af32e6b764c2eafde7d2ff1df5762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.726574  3483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 975af32e6b764c2eafde7d2ff1df5762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.717707  3560 tablet_service.cc:1511] Processing CreateTablet for tablet 0f3579d204bf49c7a5e168abf2831d23 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.728763  3560 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3579d204bf49c7a5e168abf2831d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.729174  3482 tablet_service.cc:1511] Processing CreateTablet for tablet 225891e96d4347758f8833bbeba70b5d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.730837  3482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 225891e96d4347758f8833bbeba70b5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.732375  3487 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643905b7248240939f97a7bde7d8d279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.732375  3409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 908a54a05da54229ab1d503cf4175160. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.735117  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3579d204bf49c7a5e168abf2831d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.740211  3411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a146f64fcf164c248cf2363f2967a3cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.743319  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643905b7248240939f97a7bde7d8d279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.744282  3413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c705b93e71942c293c60e658cbd76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.748288  3410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3579d204bf49c7a5e168abf2831d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.753849  3408 tablet_service.cc:1511] Processing CreateTablet for tablet 975af32e6b764c2eafde7d2ff1df5762 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.755358  3408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 975af32e6b764c2eafde7d2ff1df5762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.757737  3407 tablet_service.cc:1511] Processing CreateTablet for tablet 225891e96d4347758f8833bbeba70b5d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:39:06.759253  3407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 225891e96d4347758f8833bbeba70b5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:06.836711  3619 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:06.844715  3620 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:06.864117  3620 tablet_bootstrap.cc:654] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.866158  3619 tablet_bootstrap.cc:654] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.872767  3621 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:06.877905  3619 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:06.878353  3619 ts_tablet_manager.cc:1403] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.042s	user 0.017s	sys 0.000s
I20260608 12:39:06.881325  3619 raft_consensus.cc:359] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.882109  3619 raft_consensus.cc:385] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.882436  3619 raft_consensus.cc:740] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.882522  3621 tablet_bootstrap.cc:654] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.882840  3620 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:06.883340  3620 ts_tablet_manager.cc:1403] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.010s
I20260608 12:39:06.883423  3619 consensus_queue.cc:260] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.886942  3620 raft_consensus.cc:359] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:06.887910  3619 ts_tablet_manager.cc:1434] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 12:39:06.888335  3620 raft_consensus.cc:385] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.888775  3620 raft_consensus.cc:740] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.889076  3619 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:06.890334  3620 consensus_queue.cc:260] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:06.900331  3620 ts_tablet_manager.cc:1434] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.017s	user 0.015s	sys 0.003s
I20260608 12:39:06.901427  3620 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:06.903441  3619 tablet_bootstrap.cc:654] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.903832  3621 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:06.904366  3621 ts_tablet_manager.cc:1403] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.032s	user 0.021s	sys 0.004s
I20260608 12:39:06.908327  3620 tablet_bootstrap.cc:654] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.910158  3621 raft_consensus.cc:359] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.910923  3621 raft_consensus.cc:385] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.911288  3621 raft_consensus.cc:740] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.912600  3621 consensus_queue.cc:260] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.916090  3619 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:06.916692  3619 ts_tablet_manager.cc:1403] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.011s
I20260608 12:39:06.919994  3619 raft_consensus.cc:359] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.920755  3619 raft_consensus.cc:385] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.921098  3619 raft_consensus.cc:740] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.921979  3619 consensus_queue.cc:260] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.924515  3621 ts_tablet_manager.cc:1434] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.008s
I20260608 12:39:06.925591  3621 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:06.926396  3619 ts_tablet_manager.cc:1434] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:06.926584  3620 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:06.927116  3620 ts_tablet_manager.cc:1403] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.012s
I20260608 12:39:06.927377  3619 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:06.930189  3620 raft_consensus.cc:359] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.930888  3620 raft_consensus.cc:385] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.931205  3620 raft_consensus.cc:740] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.932441  3621 tablet_bootstrap.cc:654] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.932008  3620 consensus_queue.cc:260] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.934428  3620 ts_tablet_manager.cc:1434] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:39:06.935488  3620 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:06.935967  3619 tablet_bootstrap.cc:654] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.944314  3620 tablet_bootstrap.cc:654] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.951278  3621 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:06.952006  3621 ts_tablet_manager.cc:1403] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.009s
I20260608 12:39:06.956698  3621 raft_consensus.cc:359] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.957736  3621 raft_consensus.cc:385] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.958105  3621 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.960489  3621 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.962146  3619 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:06.962666  3619 ts_tablet_manager.cc:1403] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.036s	user 0.020s	sys 0.011s
I20260608 12:39:06.963706  3621 ts_tablet_manager.cc:1434] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260608 12:39:06.964126  3620 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:06.964605  3620 ts_tablet_manager.cc:1403] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.029s	user 0.010s	sys 0.005s
I20260608 12:39:06.964758  3621 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:06.965771  3619 raft_consensus.cc:359] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.966538  3619 raft_consensus.cc:385] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.966833  3619 raft_consensus.cc:740] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.967653  3619 consensus_queue.cc:260] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.967823  3620 raft_consensus.cc:359] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.968504  3620 raft_consensus.cc:385] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.968832  3620 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.969758  3620 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.970356  3619 ts_tablet_manager.cc:1434] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:06.971383  3619 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:06.972029  3620 ts_tablet_manager.cc:1434] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:39:06.973875  3620 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:06.977366  3621 tablet_bootstrap.cc:654] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.977901  3619 tablet_bootstrap.cc:654] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.980489  3620 tablet_bootstrap.cc:654] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:06.992525  3619 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:06.993080  3619 ts_tablet_manager.cc:1403] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260608 12:39:06.994246  3621 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:06.994673  3621 ts_tablet_manager.cc:1403] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.008s
I20260608 12:39:06.994881  3620 tablet_bootstrap.cc:492] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:06.995358  3620 ts_tablet_manager.cc:1403] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.007s
I20260608 12:39:06.996343  3619 raft_consensus.cc:359] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.997095  3619 raft_consensus.cc:385] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.997395  3619 raft_consensus.cc:740] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.997478  3621 raft_consensus.cc:359] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.998253  3621 raft_consensus.cc:385] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.998540  3621 raft_consensus.cc:740] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.998310  3619 consensus_queue.cc:260] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.998437  3620 raft_consensus.cc:359] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:06.999291  3620 raft_consensus.cc:385] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:06.999589  3620 raft_consensus.cc:740] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:06.999715  3621 consensus_queue.cc:260] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.000821  3619 ts_tablet_manager.cc:1434] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:07.000425  3620 consensus_queue.cc:260] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.001842  3619 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:07.002745  3620 ts_tablet_manager.cc:1434] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:39:07.003916  3629 raft_consensus.cc:493] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.004153  3620 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:07.004519  3629 raft_consensus.cc:515] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.011698  3620 tablet_bootstrap.cc:654] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.011914  3624 raft_consensus.cc:493] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.012223  3619 tablet_bootstrap.cc:654] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.012465  3624 raft_consensus.cc:515] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.016836  3629 leader_election.cc:290] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.030308  3629 raft_consensus.cc:493] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.032816  3629 raft_consensus.cc:515] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.027882  3624 leader_election.cc:290] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:07.036474  3629 leader_election.cc:290] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.033175  3621 ts_tablet_manager.cc:1434] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.038s	user 0.009s	sys 0.000s
I20260608 12:39:07.039219  3621 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:07.047001  3619 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:07.047663  3619 ts_tablet_manager.cc:1403] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.046s	user 0.009s	sys 0.014s
I20260608 12:39:07.050671  3620 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:07.051174  3620 ts_tablet_manager.cc:1403] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.047s	user 0.004s	sys 0.009s
I20260608 12:39:07.052028  3621 tablet_bootstrap.cc:654] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.051841  3619 raft_consensus.cc:359] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.052883  3619 raft_consensus.cc:385] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.053241  3619 raft_consensus.cc:740] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.054054  3619 consensus_queue.cc:260] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.054272  3620 raft_consensus.cc:359] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.055393  3620 raft_consensus.cc:385] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.055712  3620 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.056614  3620 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.059191  3620 ts_tablet_manager.cc:1434] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:39:07.060287  3620 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:07.062819  3619 ts_tablet_manager.cc:1434] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 12:39:07.063933  3619 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:07.067302  3620 tablet_bootstrap.cc:654] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.067188  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.068107  3423 raft_consensus.cc:2468] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.069944  3465 leader_election.cc:304] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.071135  3629 raft_consensus.cc:2804] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.071341  3619 tablet_bootstrap.cc:654] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.071724  3629 raft_consensus.cc:493] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.072173  3629 raft_consensus.cc:3060] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.072345  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.073278  3424 raft_consensus.cc:2468] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.075258  3465 leader_election.cc:304] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.077826  3646 raft_consensus.cc:2804] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.079797  3646 raft_consensus.cc:493] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.080240  3646 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.082144  3629 raft_consensus.cc:515] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
W20260608 12:39:07.094466  3370 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:07.094398  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.096488  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:07.097141  3424 raft_consensus.cc:3060] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.097157  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:39:07.099701  3375 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:07.100081  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
W20260608 12:39:07.100603  3540 leader_election.cc:343] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.103008  3619 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:07.108297  3619 ts_tablet_manager.cc:1403] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.045s	user 0.019s	sys 0.001s
W20260608 12:39:07.108256  3539 leader_election.cc:343] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.111718  3620 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:07.111445  3539 leader_election.cc:304] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:07.112239  3620 ts_tablet_manager.cc:1403] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.052s	user 0.025s	sys 0.012s
I20260608 12:39:07.112469  3624 raft_consensus.cc:2749] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:07.106774  3646 raft_consensus.cc:515] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.107535  3424 raft_consensus.cc:2468] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:07.115407  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.115540  3620 raft_consensus.cc:359] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.115943  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.116343  3620 raft_consensus.cc:385] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.104959  3629 leader_election.cc:290] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.116777  3620 raft_consensus.cc:740] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.114667  3646 leader_election.cc:290] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.112120  3619 raft_consensus.cc:359] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.117345  3465 leader_election.cc:304] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.118191  3646 raft_consensus.cc:2804] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.117714  3620 consensus_queue.cc:260] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.118741  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.119415  3573 raft_consensus.cc:2468] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.120427  3620 ts_tablet_manager.cc:1434] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:39:07.120407  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.121220  3572 raft_consensus.cc:3060] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.121733  3620 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:07.123145  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:07.123718  3424 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.116240  3574 raft_consensus.cc:2468] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.128898  3620 tablet_bootstrap.cc:654] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.128832  3572 raft_consensus.cc:2468] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:07.120746  3621 tablet_bootstrap.cc:492] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:07.117342  3619 raft_consensus.cc:385] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.131910  3424 raft_consensus.cc:2468] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:07.132586  3619 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.133621  3465 leader_election.cc:304] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:07.133989  3621 ts_tablet_manager.cc:1403] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.095s	user 0.009s	sys 0.011s
I20260608 12:39:07.133555  3619 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.118626  3646 raft_consensus.cc:697] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:07.137971  3648 raft_consensus.cc:2804] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.138732  3619 ts_tablet_manager.cc:1434] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.030s	user 0.007s	sys 0.001s
I20260608 12:39:07.138522  3648 raft_consensus.cc:697] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:07.138319  3646 consensus_queue.cc:237] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.139846  3619 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:07.139684  3648 consensus_queue.cc:237] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.145686  3621 raft_consensus.cc:359] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.146448  3621 raft_consensus.cc:385] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.146732  3621 raft_consensus.cc:740] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.147517  3621 consensus_queue.cc:260] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.149895  3621 ts_tablet_manager.cc:1434] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 12:39:07.150254  3620 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:07.150810  3620 ts_tablet_manager.cc:1403] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.029s	user 0.008s	sys 0.007s
I20260608 12:39:07.150938  3621 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:07.152590  3619 tablet_bootstrap.cc:654] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.155910  3620 raft_consensus.cc:359] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.158782  3624 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.159296  3624 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.159603  3621 tablet_bootstrap.cc:654] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.161566  3624 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:07.163322  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:07.162809  3322 catalog_manager.cc:5696] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.163996  3499 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 0.
I20260608 12:39:07.165936  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.156689  3620 raft_consensus.cc:385] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.166637  3424 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 0.
I20260608 12:39:07.166622  3620 raft_consensus.cc:740] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.167263  3539 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.168273  3620 consensus_queue.cc:260] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.170974  3620 ts_tablet_manager.cc:1434] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.001s
I20260608 12:39:07.172693  3624 raft_consensus.cc:2804] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.173239  3624 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.173686  3624 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.174721  3620 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:07.181982  3624 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.187919  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:07.188758  3624 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:07.188980  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:07.188705  3499 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.189631  3424 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.194805  3424 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:07.196307  3540 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:07.197662  3624 raft_consensus.cc:2804] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.200810  3620 tablet_bootstrap.cc:654] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.203140  3621 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:07.203760  3621 ts_tablet_manager.cc:1403] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.053s	user 0.009s	sys 0.014s
I20260608 12:39:07.207182  3626 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.207327  3499 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:07.207737  3626 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.207597  3621 raft_consensus.cc:359] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.209538  3621 raft_consensus.cc:385] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.209931  3621 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.210956  3621 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.211647  3626 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.217533  3619 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:07.218282  3619 ts_tablet_manager.cc:1403] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.079s	user 0.037s	sys 0.026s
I20260608 12:39:07.223379  3624 raft_consensus.cc:697] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:07.224911  3619 raft_consensus.cc:359] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.225627  3624 consensus_queue.cc:237] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:07.226094  3621 ts_tablet_manager.cc:1434] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.000s
I20260608 12:39:07.226414  3619 raft_consensus.cc:385] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.226962  3619 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.227614  3621 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:07.227945  3619 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.231380  3619 ts_tablet_manager.cc:1434] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:39:07.232497  3619 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:07.234186  3620 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:07.236268  3620 ts_tablet_manager.cc:1403] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.064s	user 0.021s	sys 0.006s
I20260608 12:39:07.238236  3621 tablet_bootstrap.cc:654] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.238756  3619 tablet_bootstrap.cc:654] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.242575  3620 raft_consensus.cc:359] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.250473  3621 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:07.251309  3626 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.253283  3619 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:07.256976  3322 catalog_manager.cc:5696] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.257864  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.260937  3626 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.261305  3619 ts_tablet_manager.cc:1403] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.001s
I20260608 12:39:07.261348  3572 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:07.263299  3626 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.265049  3389 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:07.265461  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.265568  3619 raft_consensus.cc:359] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.266098  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:07.266450  3619 raft_consensus.cc:385] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.266012  3626 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.266177  3572 raft_consensus.cc:2468] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:07.266923  3619 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.266662  3621 ts_tablet_manager.cc:1403] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.039s	user 0.009s	sys 0.010s
I20260608 12:39:07.267609  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:07.268240  3389 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:07.268564  3619 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.266876  3499 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:07.270758  3621 raft_consensus.cc:359] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.271461  3621 raft_consensus.cc:385] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.271763  3621 raft_consensus.cc:740] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.272171  3619 ts_tablet_manager.cc:1434] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:39:07.267020  3626 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.260639  3620 raft_consensus.cc:385] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.272873  3626 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.273941  3663 raft_consensus.cc:2804] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.274363  3663 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.274755  3663 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:07.277721  3389 leader_election.cc:343] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.273119  3620 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.279969  3620 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.281620  3621 consensus_queue.cc:260] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.282655  3663 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.282409  3319 catalog_manager.cc:5696] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.283576  3626 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.285768  3626 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.285799  3663 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.288013  3621 ts_tablet_manager.cc:1434] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
I20260608 12:39:07.288188  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:07.288797  3499 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.289049  3621 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:07.290547  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.291008  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.298580  3572 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.298664  3574 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.291836  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:07.302099  3620 ts_tablet_manager.cc:1434] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.065s	user 0.010s	sys 0.006s
W20260608 12:39:07.303193  3389 leader_election.cc:343] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.297246  3621 tablet_bootstrap.cc:654] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.297976  3499 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:07.304834  3389 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.305912  3664 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.306469  3664 raft_consensus.cc:697] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:07.306409  3574 raft_consensus.cc:2468] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:07.307583  3624 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.307490  3664 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.308178  3624 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.308404  3389 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:07.310439  3624 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:07.311009  3626 raft_consensus.cc:2804] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.311518  3626 raft_consensus.cc:697] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:07.312366  3626 consensus_queue.cc:237] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.316705  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
W20260608 12:39:07.318717  3539 leader_election.cc:343] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.319048  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.319653  3424 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 0.
I20260608 12:39:07.322387  3540 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:07.323608  3624 raft_consensus.cc:2804] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.323791  3572 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:07.324091  3624 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.324616  3624 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.325428  3648 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.325897  3648 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.328135  3648 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.330487  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.331410  3424 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.331326  3319 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.333709  3465 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.334918  3648 raft_consensus.cc:2804] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.335395  3648 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.335824  3648 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.330487  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.340708  3574 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:07.345654  3621 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:07.345543  3648 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.346189  3621 ts_tablet_manager.cc:1403] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.057s	user 0.022s	sys 0.015s
I20260608 12:39:07.347820  3648 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.350579  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.350798  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:07.351337  3574 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.349774  3624 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.351438  3424 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.353545  3624 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:07.349455  3621 raft_consensus.cc:359] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.354144  3621 raft_consensus.cc:385] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.354451  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:07.355065  3423 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.355264  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
W20260608 12:39:07.356812  3539 leader_election.cc:343] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:07.354471  3621 raft_consensus.cc:740] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.358883  3621 consensus_queue.cc:260] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.359818  3424 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:07.359793  3574 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:07.361766  3621 ts_tablet_manager.cc:1434] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 12:39:07.362941  3465 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.364935  3621 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:07.365880  3648 raft_consensus.cc:2804] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.365216  3319 catalog_manager.cc:5696] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.366568  3423 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:07.366629  3648 raft_consensus.cc:697] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:07.367841  3540 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:07.367702  3648 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.369132  3624 raft_consensus.cc:2804] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.369699  3624 raft_consensus.cc:697] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:07.370564  3624 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.372233  3621 tablet_bootstrap.cc:654] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:07.380437  3621 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:07.380887  3621 ts_tablet_manager.cc:1403] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.005s
I20260608 12:39:07.383697  3621 raft_consensus.cc:359] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.383148  3320 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:07.385977  3621 raft_consensus.cc:385] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:07.386344  3621 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:07.387079  3621 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.387578  3319 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.389205  3621 ts_tablet_manager.cc:1434] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:39:07.462247  3626 raft_consensus.cc:493] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.462702  3626 raft_consensus.cc:515] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.464560  3626 leader_election.cc:290] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.465246  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:07.465823  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.465902  3499 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:07.466490  3574 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:07.467134  3389 leader_election.cc:304] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:07.467921  3626 raft_consensus.cc:2804] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:07.468325  3626 raft_consensus.cc:493] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:07.468665  3626 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.473688  3626 raft_consensus.cc:515] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.475701  3626 leader_election.cc:290] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.476548  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:07.476827  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:07.477240  3499 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.477403  3574 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.484606  3499 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:07.484601  3574 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:07.486356  3389 leader_election.cc:304] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:07.487150  3626 raft_consensus.cc:2804] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:07.487694  3626 raft_consensus.cc:697] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:07.488487  3626 consensus_queue.cc:237] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.496977  3319 catalog_manager.cc:5696] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:07.541082  3648 consensus_queue.cc:1048] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:07.547465  3648 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.548117  3648 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.550872  3648 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.552467  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.553450  3572 raft_consensus.cc:2393] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 1: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:07.552567  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.557484  3464 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:07.557642  3646 consensus_queue.cc:1048] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.558344  3648 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.565934  3648 raft_consensus.cc:2749] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:07.637156   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:07.643838  3677 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:07.645184  3678 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:07.645807  3680 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:07.646543   431 server_base.cc:1061] running on GCE node
I20260608 12:39:07.647446   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:07.647650   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:07.647902   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922347647879 us; error 0 us; skew 500 ppm
I20260608 12:39:07.648636   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:07.651439   431 webserver.cc:533] Webserver started at http://127.0.107.196:36917/ using document root <none> and password file <none>
I20260608 12:39:07.652029   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:07.652215   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:07.652463   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:07.653625   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
format_stamp: "Formatted at 2026-06-08 12:39:07 on dist-test-slave-mnll"
I20260608 12:39:07.658823   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:39:07.662613  3685 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:07.663558   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:07.663936   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
format_stamp: "Formatted at 2026-06-08 12:39:07 on dist-test-slave-mnll"
I20260608 12:39:07.664234   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:07.671746  3574 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.677882  3648 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.684165  3624 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.693727  3648 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.708263   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:07.710074   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:07.719677  3624 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:07.723738   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:07.728658   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:07.728947   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:07.729252   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:07.729524   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:07.750458  3626 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:07.770816  3629 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:07.771070  3626 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.771420  3629 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:07.773702  3629 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:07.782907  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:07.787495  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:07.788370  3424 raft_consensus.cc:2393] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 1: Already voted for candidate 37deee5e365544e59ab175d47411c5a8 in this term.
I20260608 12:39:07.792287  3464 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:07.794406  3648 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:07.795883  3629 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:07.799098  3626 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.806612  3648 raft_consensus.cc:2749] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:07.816844  3626 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:07.828061  3646 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.875185   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45879
I20260608 12:39:07.875488  3757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45879 every 8 connection(s)
I20260608 12:39:07.882899  3319 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:52904:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260608 12:39:07.892804  3664 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.895656  3758 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38299
I20260608 12:39:07.897006  3758 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:07.896781  3624 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:07.898088  3758 heartbeater.cc:507] Master 127.0.107.254:38299 requested a full tablet report, sending...
I20260608 12:39:07.901008  3320 ts_manager.cc:194] Registered new tserver with Master: c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:07.904141  3320 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52920
I20260608 12:39:07.906718  3664 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:07.921084  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c3d0bc0db7bf4bd3b85b0556fee3f96a has no consensus state
W20260608 12:39:07.922982  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bf741190d259477abde0798609a0d5bc has no consensus state
W20260608 12:39:07.924520  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0e1dc07bbe6a49c897f460e4282f413b has no consensus state
W20260608 12:39:07.925860  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 2e2aaf028e7b414ab2f700511e51ab6f has no consensus state
W20260608 12:39:07.928084  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a61175ba9b854642a59722063f5e76b1 has no consensus state
W20260608 12:39:07.929443  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ed23a6cfff034bd6be87c1659214772a has no consensus state
W20260608 12:39:07.930773  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet ae53fe1c39654e579aff0aaa4050148f has no consensus state
W20260608 12:39:07.932256  3319 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 17a9e9b97ecd4751af6da0b5770f6903 has no consensus state
I20260608 12:39:07.945362  3624 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:07.947225  3306 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 2e2aaf028e7b414ab2f700511e51ab6f (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 2e2aaf028e7b414ab2f700511e51ab6f has no consensus state
I20260608 12:39:07.969584  3482 tablet_service.cc:1511] Processing CreateTablet for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:07.970912  3482 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.977802  3411 tablet_service.cc:1511] Processing CreateTablet for tablet bf741190d259477abde0798609a0d5bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:07.977802  3407 tablet_service.cc:1511] Processing CreateTablet for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:07.979504  3411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf741190d259477abde0798609a0d5bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.980384  3407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:07.994889  3413 tablet_service.cc:1511] Processing CreateTablet for tablet 2e2aaf028e7b414ab2f700511e51ab6f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:07.996433  3413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2e2aaf028e7b414ab2f700511e51ab6f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.002916  3412 tablet_service.cc:1511] Processing CreateTablet for tablet a61175ba9b854642a59722063f5e76b1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.004557  3412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61175ba9b854642a59722063f5e76b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.006485  3562 tablet_service.cc:1511] Processing CreateTablet for tablet bf741190d259477abde0798609a0d5bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.008040  3562 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf741190d259477abde0798609a0d5bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.014871  3409 tablet_service.cc:1511] Processing CreateTablet for tablet ae53fe1c39654e579aff0aaa4050148f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.017541  3409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae53fe1c39654e579aff0aaa4050148f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.025910  3485 tablet_service.cc:1511] Processing CreateTablet for tablet 0e1dc07bbe6a49c897f460e4282f413b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.027510  3485 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0e1dc07bbe6a49c897f460e4282f413b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.030723  3414 tablet_service.cc:1511] Processing CreateTablet for tablet 17a9e9b97ecd4751af6da0b5770f6903 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.032192  3414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17a9e9b97ecd4751af6da0b5770f6903. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.033761  3563 tablet_service.cc:1511] Processing CreateTablet for tablet a61175ba9b854642a59722063f5e76b1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.035188  3563 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61175ba9b854642a59722063f5e76b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.035136  3561 tablet_service.cc:1511] Processing CreateTablet for tablet 0e1dc07bbe6a49c897f460e4282f413b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.036675  3561 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0e1dc07bbe6a49c897f460e4282f413b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.037973  3558 tablet_service.cc:1511] Processing CreateTablet for tablet ed23a6cfff034bd6be87c1659214772a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.039824  3558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed23a6cfff034bd6be87c1659214772a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.043370  3715 tablet_service.cc:1511] Processing CreateTablet for tablet 0e1dc07bbe6a49c897f460e4282f413b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.044929  3715 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0e1dc07bbe6a49c897f460e4282f413b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.045166  3564 tablet_service.cc:1511] Processing CreateTablet for tablet 17a9e9b97ecd4751af6da0b5770f6903 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.046097  3716 tablet_service.cc:1511] Processing CreateTablet for tablet bf741190d259477abde0798609a0d5bc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.047075  3564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17a9e9b97ecd4751af6da0b5770f6903. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.047608  3716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bf741190d259477abde0798609a0d5bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.044947  3717 tablet_service.cc:1511] Processing CreateTablet for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.052814  3717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.053375  3488 tablet_service.cc:1511] Processing CreateTablet for tablet ae53fe1c39654e579aff0aaa4050148f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.055233  3488 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae53fe1c39654e579aff0aaa4050148f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.057194  3710 tablet_service.cc:1511] Processing CreateTablet for tablet 17a9e9b97ecd4751af6da0b5770f6903 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.058776  3710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17a9e9b97ecd4751af6da0b5770f6903. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.061067  3711 tablet_service.cc:1511] Processing CreateTablet for tablet ae53fe1c39654e579aff0aaa4050148f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.062527  3711 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ae53fe1c39654e579aff0aaa4050148f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.049147  3713 tablet_service.cc:1511] Processing CreateTablet for tablet a61175ba9b854642a59722063f5e76b1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.065342  3713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a61175ba9b854642a59722063f5e76b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.049147  3714 tablet_service.cc:1511] Processing CreateTablet for tablet 2e2aaf028e7b414ab2f700511e51ab6f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.070457  3714 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2e2aaf028e7b414ab2f700511e51ab6f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.050348  3712 tablet_service.cc:1511] Processing CreateTablet for tablet ed23a6cfff034bd6be87c1659214772a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.082831  3712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed23a6cfff034bd6be87c1659214772a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.050475  3486 tablet_service.cc:1511] Processing CreateTablet for tablet ed23a6cfff034bd6be87c1659214772a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.031714  3483 tablet_service.cc:1511] Processing CreateTablet for tablet 2e2aaf028e7b414ab2f700511e51ab6f (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:39:08.086241  3486 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed23a6cfff034bd6be87c1659214772a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:08.087988  3483 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2e2aaf028e7b414ab2f700511e51ab6f. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:08.191910  3370 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:08.247954  3771 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:08.247289  3769 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.261540  3772 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.263281  3770 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:08.270954  3771 tablet_bootstrap.cc:654] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.281373  3769 tablet_bootstrap.cc:654] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.281389  3772 tablet_bootstrap.cc:654] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.290433  3772 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.290977  3772 ts_tablet_manager.cc:1403] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.003s
I20260608 12:39:08.294839  3769 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.294461  3772 raft_consensus.cc:359] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.295243  3772 raft_consensus.cc:385] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.295324  3769 ts_tablet_manager.cc:1403] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.074s	user 0.009s	sys 0.011s
I20260608 12:39:08.295645  3772 raft_consensus.cc:740] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.290437  3771 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:08.296602  3771 ts_tablet_manager.cc:1403] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.050s	user 0.000s	sys 0.021s
I20260608 12:39:08.296684  3772 consensus_queue.cc:260] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.299098  3769 raft_consensus.cc:359] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.299892  3769 raft_consensus.cc:385] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.300315  3769 raft_consensus.cc:740] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.300056  3771 raft_consensus.cc:359] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.300606  3758 heartbeater.cc:499] Master 127.0.107.254:38299 was elected leader, sending a full tablet report...
I20260608 12:39:08.301020  3772 ts_tablet_manager.cc:1434] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.001s
I20260608 12:39:08.301592  3771 raft_consensus.cc:385] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.302048  3771 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.302663  3772 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.301364  3770 tablet_bootstrap.cc:654] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.301213  3769 consensus_queue.cc:260] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.308705  3769 ts_tablet_manager.cc:1434] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:39:08.309512  3772 tablet_bootstrap.cc:654] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.302866  3771 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.311973  3769 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.312704  3771 ts_tablet_manager.cc:1434] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:39:08.317154  3771 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:08.322607  3770 tablet_bootstrap.cc:492] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:08.323225  3770 ts_tablet_manager.cc:1403] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.081s	user 0.002s	sys 0.013s
I20260608 12:39:08.328109  3320 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e] alter complete (version 0)
I20260608 12:39:08.328862  3772 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.329352  3772 ts_tablet_manager.cc:1403] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.027s	user 0.019s	sys 0.003s
I20260608 12:39:08.329715  3770 raft_consensus.cc:359] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.330521  3770 raft_consensus.cc:385] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.330811  3770 raft_consensus.cc:740] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.331562  3770 consensus_queue.cc:260] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.332654  3772 raft_consensus.cc:359] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.333357  3772 raft_consensus.cc:385] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.333652  3772 raft_consensus.cc:740] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.334044  3770 ts_tablet_manager.cc:1434] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:39:08.334599  3772 consensus_queue.cc:260] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.336959  3772 ts_tablet_manager.cc:1434] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:39:08.337987  3772 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.338858  3769 tablet_bootstrap.cc:654] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.335120  3770 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:08.345433  3772 tablet_bootstrap.cc:654] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.353820  3770 tablet_bootstrap.cc:654] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.342669  3771 tablet_bootstrap.cc:654] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.357503  3772 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.358158  3772 ts_tablet_manager.cc:1403] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 12:39:08.361611  3772 raft_consensus.cc:359] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.362711  3772 raft_consensus.cc:385] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.363164  3772 raft_consensus.cc:740] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.364305  3772 consensus_queue.cc:260] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.369072  3769 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.369215  3772 ts_tablet_manager.cc:1434] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:39:08.369660  3769 ts_tablet_manager.cc:1403] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.060s	user 0.009s	sys 0.007s
I20260608 12:39:08.370936  3772 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.372336  3629 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.372843  3629 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.373472  3769 raft_consensus.cc:359] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.373999  3771 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:08.374195  3769 raft_consensus.cc:385] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.374517  3769 raft_consensus.cc:740] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.375303  3629 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.375952  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
W20260608 12:39:08.379271  3465 leader_election.cc:343] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.380584  3772 tablet_bootstrap.cc:654] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.374531  3771 ts_tablet_manager.cc:1403] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.058s	user 0.015s	sys 0.000s
I20260608 12:39:08.382656  3769 consensus_queue.cc:260] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.387981  3626 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.388633  3626 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.391181  3776 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.391716  3776 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.392308  3770 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:08.393009  3770 ts_tablet_manager.cc:1403] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.058s	user 0.004s	sys 0.010s
I20260608 12:39:08.397234  3770 raft_consensus.cc:359] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.397966  3770 raft_consensus.cc:385] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.398255  3770 raft_consensus.cc:740] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.398983  3770 consensus_queue.cc:260] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.402102  3770 ts_tablet_manager.cc:1434] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:08.403169  3770 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:08.407963  3776 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:08.414177  3770 tablet_bootstrap.cc:654] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.408826  3626 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:08.430215  3769 ts_tablet_manager.cc:1434] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.060s	user 0.006s	sys 0.002s
I20260608 12:39:08.431759  3771 raft_consensus.cc:359] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.432896  3771 raft_consensus.cc:385] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.433300  3771 raft_consensus.cc:740] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.441443  3769 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.444891  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
W20260608 12:39:08.447988  3389 leader_election.cc:343] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.459988  3771 consensus_queue.cc:260] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.475649  3771 ts_tablet_manager.cc:1434] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.092s	user 0.008s	sys 0.000s
I20260608 12:39:08.483001  3771 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:08.488468  3626 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.491328  3626 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.495579  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:08.496102  3769 tablet_bootstrap.cc:654] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.498024  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.497931  3424 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 0.
I20260608 12:39:08.499341  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.500154  3626 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.500787  3728 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.501842  3729 raft_consensus.cc:2468] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.502663  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:08.503290  3572 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.503832  3772 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.504432  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:08.504763  3772 ts_tablet_manager.cc:1403] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.134s	user 0.041s	sys 0.064s
I20260608 12:39:08.504796  3389 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:08.505033  3574 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 0.
I20260608 12:39:08.505932  3770 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:08.506485  3770 ts_tablet_manager.cc:1403] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.104s	user 0.026s	sys 0.047s
I20260608 12:39:08.507378  3689 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:08.508064  3389 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:08.508335  3776 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.508694  3776 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.509017  3776 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.509250  3663 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.509629  3663 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.513134  3663 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.515836  3770 raft_consensus.cc:359] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.517225  3770 raft_consensus.cc:385] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.517589  3770 raft_consensus.cc:740] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.518532  3770 consensus_queue.cc:260] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.514604  3626 raft_consensus.cc:2804] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.520223  3626 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.520571  3626 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.520706  3663 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.524361  3770 ts_tablet_manager.cc:1434] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.001s
I20260608 12:39:08.524641  3663 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.519476  3776 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.525461  3770 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:08.528286  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.529172  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:08.529731  3574 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.530664  3655 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.531360  3655 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.531915  3776 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 election: Requested vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:08.532732  3729 raft_consensus.cc:2393] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 614c1ed1c0ec4b2f81059a97584919ab in current term 1: Already voted for candidate c8ff4895b8cd488db0f9169e7ad87a74 in this term.
I20260608 12:39:08.534700  3655 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:08.536917  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:08.537710  3423 raft_consensus.cc:2393] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 1: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:08.526005  3772 raft_consensus.cc:359] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.542313  3772 raft_consensus.cc:385] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.544237  3772 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.545179  3771 tablet_bootstrap.cc:654] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.545064  3772 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.549293  3772 ts_tablet_manager.cc:1434] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.044s	user 0.010s	sys 0.000s
I20260608 12:39:08.547879  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
W20260608 12:39:08.552238  3540 leader_election.cc:343] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.556185  3772 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.569741  3646 raft_consensus.cc:493] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.571082  3646 raft_consensus.cc:515] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.573089  3574 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:08.573414  3646 leader_election.cc:290] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.546614  3626 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.576459  3769 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.576448  3626 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:08.580516  3769 ts_tablet_manager.cc:1403] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.139s	user 0.018s	sys 0.015s
I20260608 12:39:08.582584  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:08.583282  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.583938  3728 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:08.584349  3769 raft_consensus.cc:359] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.585111  3769 raft_consensus.cc:385] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.585426  3769 raft_consensus.cc:740] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.585744  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.587524  3729 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.587463  3769 consensus_queue.cc:260] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.587903  3464 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab
W20260608 12:39:08.586108  3389 leader_election.cc:343] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.587419  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.593154  3769 ts_tablet_manager.cc:1434] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 12:39:08.593556  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:08.594610  3572 raft_consensus.cc:2393] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 1: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:08.592132  3646 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.595376  3646 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.595835  3646 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.600127  3776 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.605039  3776 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.614953  3389 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.616721  3626 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.617744  3626 raft_consensus.cc:697] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:08.618970  3626 consensus_queue.cc:237] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.588903  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:08.628414  3574 raft_consensus.cc:2468] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 0.
I20260608 12:39:08.641062  3771 tablet_bootstrap.cc:492] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:08.641662  3771 ts_tablet_manager.cc:1403] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.159s	user 0.017s	sys 0.006s
I20260608 12:39:08.647819  3688 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:08.648880  3771 raft_consensus.cc:359] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.649864  3771 raft_consensus.cc:385] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.645367  3464 leader_election.cc:304] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:08.650225  3771 raft_consensus.cc:740] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.650691  3629 raft_consensus.cc:2804] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.647356  3769 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.652734  3629 raft_consensus.cc:493] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260608 12:39:08.654614  3464 leader_election.cc:343] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.655133  3776 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:08.655766  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:08.656975  3729 raft_consensus.cc:2468] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
W20260608 12:39:08.663128  3689 leader_election.cc:343] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.664474  3389 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:08.665599  3776 raft_consensus.cc:2749] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:39:08.666069  3663 raft_consensus.cc:2804] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.666684  3663 raft_consensus.cc:697] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:08.667302  3646 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.658878  3629 raft_consensus.cc:3060] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.668012  3663 consensus_queue.cc:237] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.668102  3319 catalog_manager.cc:5696] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:08.656543  3771 consensus_queue.cc:260] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.673756  3769 tablet_bootstrap.cc:654] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.674266  3772 tablet_bootstrap.cc:654] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.679507  3629 raft_consensus.cc:515] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.681181  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
W20260608 12:39:08.682710  3465 leader_election.cc:343] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.682983  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.685092  3629 leader_election.cc:290] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.684166  3646 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.684788  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.685196  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:08.685796  3726 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:08.688778  3464 leader_election.cc:343] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.694027  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.689857  3572 raft_consensus.cc:3060] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.698932  3770 tablet_bootstrap.cc:654] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:08.713088  3539 leader_election.cc:343] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.716382  3539 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.719363  3624 raft_consensus.cc:2749] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:08.722615  3664 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.725406  3771 ts_tablet_manager.cc:1434] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.083s	user 0.011s	sys 0.000s
I20260608 12:39:08.723784  3664 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.726553  3771 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:08.727555  3664 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.728518  3726 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:08.730041  3320 catalog_manager.cc:5696] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:08.732426  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
W20260608 12:39:08.737165  3389 leader_election.cc:343] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.738644  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:08.739642  3464 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:08.740182  3572 raft_consensus.cc:2468] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:08.741353  3646 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.741705  3464 leader_election.cc:304] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.742578  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
W20260608 12:39:08.742645  3688 leader_election.cc:343] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.746892  3646 raft_consensus.cc:697] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:08.747189  3572 raft_consensus.cc:2468] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.747319  3688 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:08.748797  3795 raft_consensus.cc:2749] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:08.749471  3629 raft_consensus.cc:2804] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.749897  3629 raft_consensus.cc:697] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:08.748198  3646 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.750679  3629 consensus_queue.cc:237] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.746270  3771 tablet_bootstrap.cc:654] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.752324  3389 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.753235  3663 raft_consensus.cc:2804] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.751554  3769 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.753643  3663 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.754194  3663 raft_consensus.cc:3060] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.754292  3769 ts_tablet_manager.cc:1403] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.160s	user 0.022s	sys 0.061s
I20260608 12:39:08.755184  3770 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:08.755697  3770 ts_tablet_manager.cc:1403] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.230s	user 0.018s	sys 0.003s
I20260608 12:39:08.762621  3772 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.763262  3772 ts_tablet_manager.cc:1403] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.207s	user 0.021s	sys 0.005s
I20260608 12:39:08.763303  3770 raft_consensus.cc:359] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.764205  3770 raft_consensus.cc:385] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.764513  3770 raft_consensus.cc:740] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.765336  3769 raft_consensus.cc:359] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.766592  3769 raft_consensus.cc:385] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.767026  3769 raft_consensus.cc:740] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.766263  3663 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.767655  3772 raft_consensus.cc:359] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.768535  3772 raft_consensus.cc:385] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.768064  3769 consensus_queue.cc:260] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.765306  3770 consensus_queue.cc:260] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.770982  3769 ts_tablet_manager.cc:1434] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.003s
I20260608 12:39:08.772114  3769 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.773337  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:08.773690  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.773962  3572 raft_consensus.cc:3060] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:08.775358  3389 leader_election.cc:343] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:08.776093  3663 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.779191  3770 ts_tablet_manager.cc:1434] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260608 12:39:08.779663  3769 tablet_bootstrap.cc:654] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.793577  3572 raft_consensus.cc:2468] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:08.768869  3772 raft_consensus.cc:740] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.796296  3772 consensus_queue.cc:260] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.795051  3389 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.804313  3769 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.804829  3771 tablet_bootstrap.cc:492] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:08.804894  3769 ts_tablet_manager.cc:1403] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.033s	user 0.012s	sys 0.003s
I20260608 12:39:08.805616  3771 ts_tablet_manager.cc:1403] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.079s	user 0.013s	sys 0.007s
I20260608 12:39:08.806419  3663 raft_consensus.cc:2804] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.806951  3663 raft_consensus.cc:697] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:08.807777  3663 consensus_queue.cc:237] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.800396  3770 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:08.831842  3319 catalog_manager.cc:5696] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:08.811012  3772 ts_tablet_manager.cc:1434] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.047s	user 0.001s	sys 0.007s
I20260608 12:39:08.815121  3771 raft_consensus.cc:359] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.835222  3772 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.833482  3771 raft_consensus.cc:385] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.835924  3771 raft_consensus.cc:740] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.835733  3321 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:08.836844  3771 consensus_queue.cc:260] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.837807  3321 catalog_manager.cc:5696] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:08.839259  3771 ts_tablet_manager.cc:1434] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.033s	user 0.008s	sys 0.000s
I20260608 12:39:08.840309  3771 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:08.842746  3772 tablet_bootstrap.cc:654] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.823189  3769 raft_consensus.cc:359] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.843654  3769 raft_consensus.cc:385] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.845551  3770 tablet_bootstrap.cc:654] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.846042  3769 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.852099  3769 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:08.857168  3771 tablet_bootstrap.cc:654] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.858472  3769 ts_tablet_manager.cc:1434] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.053s	user 0.008s	sys 0.000s
I20260608 12:39:08.859766  3769 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: Bootstrap starting.
I20260608 12:39:08.863554  3772 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.864161  3772 ts_tablet_manager.cc:1403] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.030s	user 0.012s	sys 0.009s
I20260608 12:39:08.867244  3769 tablet_bootstrap.cc:654] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.868005  3772 raft_consensus.cc:359] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.868768  3772 raft_consensus.cc:385] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.869150  3772 raft_consensus.cc:740] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.869892  3772 consensus_queue.cc:260] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.872215  3770 tablet_bootstrap.cc:492] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: No bootstrap required, opened a new log
I20260608 12:39:08.874506  3771 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: No bootstrap required, opened a new log
I20260608 12:39:08.875145  3770 ts_tablet_manager.cc:1403] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.077s	user 0.014s	sys 0.000s
I20260608 12:39:08.875495  3771 ts_tablet_manager.cc:1403] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.035s	user 0.013s	sys 0.002s
I20260608 12:39:08.872326  3772 ts_tablet_manager.cc:1434] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:08.879040  3770 raft_consensus.cc:359] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.879608  3771 raft_consensus.cc:359] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.880039  3770 raft_consensus.cc:385] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.880403  3771 raft_consensus.cc:385] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.880571  3770 raft_consensus.cc:740] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.881067  3771 raft_consensus.cc:740] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.881716  3769 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: No bootstrap required, opened a new log
I20260608 12:39:08.881696  3770 consensus_queue.cc:260] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.882364  3769 ts_tablet_manager.cc:1403] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.007s
I20260608 12:39:08.882073  3771 consensus_queue.cc:260] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.885710  3771 ts_tablet_manager.cc:1434] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:39:08.886404  3769 raft_consensus.cc:359] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.886787  3772 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.886921  3769 raft_consensus.cc:385] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.887326  3769 raft_consensus.cc:740] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.888182  3769 consensus_queue.cc:260] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.891290  3769 ts_tablet_manager.cc:1434] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:39:08.894796  3624 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.898756  3624 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.899277  3772 tablet_bootstrap.cc:654] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.901906  3624 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.903505  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:08.904260  3498 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 0.
I20260608 12:39:08.905850  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.906097  3539 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:08.906858  3728 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 0.
I20260608 12:39:08.907413  3624 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.907895  3624 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.908510  3624 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.912976  3772 tablet_bootstrap.cc:492] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.913525  3772 ts_tablet_manager.cc:1403] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.027s	user 0.004s	sys 0.010s
I20260608 12:39:08.914963  3624 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.915918  3770 ts_tablet_manager.cc:1434] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.040s	user 0.009s	sys 0.000s
I20260608 12:39:08.917171  3624 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.918919  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.919545  3728 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.919459  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:08.920163  3498 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.921862  3772 raft_consensus.cc:359] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.922343  3772 raft_consensus.cc:385] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.922521  3772 raft_consensus.cc:740] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.923257  3772 consensus_queue.cc:260] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.926424  3772 ts_tablet_manager.cc:1434] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.005s
I20260608 12:39:08.927968  3772 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:08.928606  3498 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:08.929976  3539 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:08.930932  3655 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.931854  3655 raft_consensus.cc:697] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:08.932825  3655 consensus_queue.cc:237] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.933202  3728 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:08.935189  3772 tablet_bootstrap.cc:654] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:08.940867  3772 tablet_bootstrap.cc:492] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: No bootstrap required, opened a new log
I20260608 12:39:08.941289  3772 ts_tablet_manager.cc:1403] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 12:39:08.943452  3320 catalog_manager.cc:5696] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 0 to 1, leader changed from <none> to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:08.944243  3772 raft_consensus.cc:359] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.944466  3663 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.944917  3772 raft_consensus.cc:385] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:08.945257  3772 raft_consensus.cc:740] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: FOLLOWER
I20260608 12:39:08.945119  3663 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.945995  3772 consensus_queue.cc:260] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:08.947820  3772 ts_tablet_manager.cc:1434] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:08.947925  3663 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.949134  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:08.949592  3572 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.950513  3389 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:08.951292  3663 raft_consensus.cc:2804] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:08.952368  3646 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:08.952853  3646 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:08.953912  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.954421  3728 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:08.955608  3646 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:08.951653  3663 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:08.956947  3663 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.957216  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:08.957230  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:08.958546  3728 raft_consensus.cc:2393] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 1: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:08.959573  3464 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:08.960418  3646 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.963716  3663 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.966025  3663 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:08.967259  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:08.967451  3646 raft_consensus.cc:2749] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:08.967635  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:08.968307  3572 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.967917  3728 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:08.975912  3572 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:08.975912  3728 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:08.977377  3389 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:08.978113  3663 raft_consensus.cc:2804] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:08.978636  3663 raft_consensus.cc:697] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:08.979496  3663 consensus_queue.cc:237] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:08.988983  3320 catalog_manager.cc:5696] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:09.014430  3663 consensus_queue.cc:1048] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.026346  3626 consensus_queue.cc:1048] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:09.027812  3663 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:09.028595  3663 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:09.030738  3663 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:09.034508  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:09.038132  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:09.039029  3726 raft_consensus.cc:2393] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 614c1ed1c0ec4b2f81059a97584919ab in current term 1: Already voted for candidate 7164be16e74646e0addd13a5f8352d45 in this term.
I20260608 12:39:09.040334  3389 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab; no voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:09.041165  3663 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.048785  3663 raft_consensus.cc:2749] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:39:09.049747  3306 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 2e2aaf028e7b414ab2f700511e51ab6f (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 2e2aaf028e7b414ab2f700511e51ab6f consensus state has no leader
I20260608 12:39:09.062768  3663 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:09.063270  3663 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:09.065169  3663 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:09.065994  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:09.066221  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:09.066669  3728 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:09.066793  3498 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 0.
I20260608 12:39:09.068282  3389 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:09.069072  3663 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:09.069440  3663 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:09.069783  3663 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.071286  3626 consensus_queue.cc:1048] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.077123  3663 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:09.078148  3795 raft_consensus.cc:493] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:09.078653  3795 raft_consensus.cc:515] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:09.080368  3663 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:09.082751  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:09.083369  3498 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.081420  3795 leader_election.cc:290] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:09.097100  3498 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:09.082742  3728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:09.098945  3728 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.099139  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:09.100000  3572 raft_consensus.cc:2393] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 1: Already voted for candidate 7164be16e74646e0addd13a5f8352d45 in this term.
I20260608 12:39:09.100819  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:09.104460  3663 consensus_queue.cc:1048] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.105799  3728 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:09.106298  3389 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:09.107067  3663 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:09.107613  3663 raft_consensus.cc:697] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:09.108482  3663 consensus_queue.cc:237] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
W20260608 12:39:09.111219  3375 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:09.123047  3319 catalog_manager.cc:5696] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:09.123636  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:09.126108  3688 leader_election.cc:304] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:09.126924  3795 raft_consensus.cc:3060] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.134456  3795 raft_consensus.cc:2749] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:09.225638  3646 consensus_queue.cc:1048] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:09.238665  3574 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:09.245370  3827 consensus_queue.cc:1048] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:09.250161  3539 consensus_peers.cc:597] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 975af32e6b764c2eafde7d2ff1df5762. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:09.254329  3424 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.256531  3829 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:09.257195  3498 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.259132  3655 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:09.267056  3829 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.270267  3422 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.282094  3498 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.282953  3319 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:09.298002  3795 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:09.298625  3795 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:09.301138  3795 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:09.302883  3726 raft_consensus.cc:3060] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:09.306890  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:09.307605  3574 raft_consensus.cc:2393] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 1: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:09.308300  3499 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:09.311194  3663 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.313584  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:09.315394  3689 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:09.323295  3422 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.323577  3574 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.323916  3795 raft_consensus.cc:2749] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:09.325085  3648 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:09.323560  3464 consensus_peers.cc:597] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a146f64fcf164c248cf2363f2967a3cf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:09.333029  3626 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:09.341575  3827 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:09.351919  3648 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:09.352516  3629 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.362393  3646 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.368469  3424 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.372571  3321 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:09.406584  3572 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.442502  3663 consensus_queue.cc:1048] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.448236  3835 consensus_queue.cc:1048] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.467392  3424 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:09.495529  3572 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.511219  3499 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:39:09.513257  3389 consensus_peers.cc:597] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 643905b7248240939f97a7bde7d8d279. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:09.515149  3664 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:09.520289  3664 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:09.523180  3664 consensus_queue.cc:1048] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.542223  3829 consensus_queue.cc:1048] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.546424  3664 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.547537  3829 consensus_queue.cc:1048] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.549037  3497 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.557765  3574 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.561543  3846 consensus_queue.cc:1048] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:09.577625  3499 consensus_queue.cc:237] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:09.577739  3319 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:09.625030  3464 consensus_peers.cc:597] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0f3579d204bf49c7a5e168abf2831d23. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:09.627401  3574 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.628930  3424 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:09.631275  3646 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:09.632683  3629 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:09.715121  3629 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:09.721342  3574 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
W20260608 12:39:11.024695  3353 debug-util.cc:398] Leaking SignalData structure 0x7b08001603c0 after lost signal to thread 434
I20260608 12:39:11.155560  3860 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.156797  3860 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:11.157823  3629 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.158497  3629 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.160120  3860 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:11.161268  3862 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:11.161783  3860 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.161872  3862 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.162410  3860 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:11.165269  3860 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.165334  3862 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:11.168744  3629 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:11.170436  3861 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:11.170936  3861 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.173589  3861 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.209764  3857 raft_consensus.cc:493] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.210464  3857 raft_consensus.cc:515] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:11.213287  3857 leader_election.cc:290] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:11.214157  3859 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:11.214850  3859 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:11.234190  3857 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:11.234925  3857 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.237939  3857 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:11.541702  3866 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.542524  3866 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.544477  3859 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
W20260608 12:39:11.726769  3540 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.508s	user 0.000s	sys 0.009s
I20260608 12:39:11.769929  3865 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.771556  3865 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.740675  3864 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
W20260608 12:39:11.761651  3540 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.536s	user 0.001s	sys 0.009s
I20260608 12:39:11.775811  3865 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
W20260608 12:39:11.781332  3688 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.560s	user 0.020s	sys 0.067s
I20260608 12:39:11.779958  3864 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:11.802875  3864 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:11.804515  3866 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.805284  3866 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.805912  3866 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:11.808966  3865 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.809713  3865 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
W20260608 12:39:11.794055  3688 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.573s	user 0.020s	sys 0.068s
W20260608 12:39:11.822726  3353 debug-util.cc:398] Leaking SignalData structure 0x7b0800153ac0 after lost signal to thread 3356
I20260608 12:39:11.823566  3870 raft_consensus.cc:493] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.837329  3872 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:11.837945  3872 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.842244  3873 raft_consensus.cc:493] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.843037  3873 raft_consensus.cc:515] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.848423  3871 raft_consensus.cc:493] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.849257  3868 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.849197  3871 raft_consensus.cc:515] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.850168  3874 raft_consensus.cc:493] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.850087  3868 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:11.850857  3874 raft_consensus.cc:515] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.821329  3867 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.824133  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:11.866277  3867 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:11.824018  3859 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.864224  3866 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:11.866587  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:11.876916  3424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:11.868630  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:11.871510  3869 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:11.871999  3867 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.872133  3865 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:11.872802  3663 raft_consensus.cc:493] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.876433  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:11.884102  3868 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.880497  3866 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.868868  3871 leader_election.cc:290] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.888146  3865 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:11.836247  3870 raft_consensus.cc:515] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:11.969008  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:12.010856  3865 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:12.013993  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:12.016707  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:12.016943  3865 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:11.892946  3869 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:11.892751  3663 raft_consensus.cc:515] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:12.021479  3663 leader_election.cc:290] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:11.893510  3866 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:11.882642  3859 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:12.023407  3859 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:12.008180  3873 leader_election.cc:290] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:12.023371  3866 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:12.029582  3870 leader_election.cc:290] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:12.030501  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:12.021479  3869 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:12.024518  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:12.034369  3499 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
W20260608 12:39:12.034448  3464 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:40155, user_credentials={real_user=slave}} blocked reactor thread for 2.29188e+06us
I20260608 12:39:12.028854  3874 leader_election.cc:290] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:12.050252  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:12.039755  3725 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:12.058456  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:12.070245  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:12.125836  3876 ts_tablet_manager.cc:933] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:12.126586  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:12.129956  3723 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:12.131639  3723 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:12.133155  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:12.137176  3877 ts_tablet_manager.cc:933] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:12.140370  3570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:12.141585  3570 raft_consensus.cc:2468] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:12.145865  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:12.935894  3878 ts_tablet_manager.cc:933] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:13.120208  3876 tablet_copy_client.cc:323] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45969
W20260608 12:39:13.130970  3877 thread.cc:641] tablet-download-pool [worker] (thread pool) Time spent creating pthread: real 0.984s	user 0.003s	sys 0.050s
W20260608 12:39:13.131521  3877 thread.cc:608] tablet-download-pool [worker] (thread pool) Time spent starting thread: real 0.984s	user 0.003s	sys 0.050s
I20260608 12:39:13.132411  3877 tablet_copy_client.cc:323] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32851
I20260608 12:39:13.132666  3320 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:52898 (request call id 55) took 3556 ms. Trace:
I20260608 12:39:13.134052  3320 rpcz_store.cc:276] 0608 12:39:09.576491 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:09.576604 (+   113us) service_pool.cc:224] Handling call
0608 12:39:13.132574 (+3555970us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":11613,"reported_tablets":1,"spinlock_wait_cycles":1408}
I20260608 12:39:13.136438  3878 tablet_copy_client.cc:323] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32851
I20260608 12:39:13.283761  3872 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
W20260608 12:39:13.299810  3353 debug-util.cc:398] Leaking SignalData structure 0x7b08000cf040 after lost signal to thread 3448
I20260608 12:39:13.298417  3499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
W20260608 12:39:13.301205  3353 debug-util.cc:398] Leaking SignalData structure 0x7b08000cf0c0 after lost signal to thread 3449
W20260608 12:39:13.302223  3353 debug-util.cc:398] Leaking SignalData structure 0x7b080024de20 after lost signal to thread 3523
W20260608 12:39:13.302444  3353 debug-util.cc:398] Leaking SignalData structure 0x7b080024dca0 after lost signal to thread 3524
W20260608 12:39:13.303247  3353 debug-util.cc:398] Leaking SignalData structure 0x7b080025f7e0 after lost signal to thread 3598
W20260608 12:39:13.303444  3353 debug-util.cc:398] Leaking SignalData structure 0x7b080025f860 after lost signal to thread 3599
W20260608 12:39:13.304441  3353 debug-util.cc:398] Leaking SignalData structure 0x7b080014bae0 after lost signal to thread 3757
W20260608 12:39:13.304662  3353 debug-util.cc:398] Leaking SignalData structure 0x7b08001bd660 after lost signal to thread 3758
I20260608 12:39:12.076449  3423 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:13.312721  3423 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:53822 (request call id 24) took 1285 ms. Trace:
I20260608 12:39:13.313243  3423 rpcz_store.cc:276] 0608 12:39:12.027272 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:12.028095 (+   823us) service_pool.cc:224] Handling call
0608 12:39:13.312628 (+1284533us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260608 12:39:13.313403  3464 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.314484  3883 raft_consensus.cc:2804] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.314939  3883 raft_consensus.cc:493] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.315294  3883 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.322532  3883 raft_consensus.cc:515] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.324630  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.324844  3883 leader_election.cc:290] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.325486  3423 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:53822 (request call id 25) took 1261 ms. Trace:
I20260608 12:39:13.325868  3423 rpcz_store.cc:276] 0608 12:39:13.322604 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:13.324344 (+  1740us) service_pool.cc:224] Handling call
0608 12:39:13.325425 (+  1081us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260608 12:39:13.335235  3540 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:13.336906  3884 raft_consensus.cc:2804] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.337409  3884 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:13.337893  3884 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.345726  3884 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.348168  3884 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:13.350464  3497 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.351233  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.351225  3497 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 1.
I20260608 12:39:13.352423  3497 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:40398 (request call id 43) took 1327 ms. Trace:
I20260608 12:39:13.353035  3497 rpcz_store.cc:276] 0608 12:39:12.025573 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:13.350156 (+1324583us) service_pool.cc:224] Handling call
0608 12:39:13.352337 (+  2181us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260608 12:39:13.352373  3423 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.354339  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.354950  3494 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 1.
I20260608 12:39:13.357826  3389 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.358736  3847 raft_consensus.cc:2804] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.359143  3847 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:13.359514  3847 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.361060  3423 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:13.362592  3540 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:13.363423  3884 raft_consensus.cc:2804] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:13.369266  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.369977  3498 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 1.
I20260608 12:39:13.384452  3884 raft_consensus.cc:697] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:13.385749  3884 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.388016  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.388680  3572 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.395262  3688 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:13.396507  3572 raft_consensus.cc:2468] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:13.397823  3508 tablet_copy_service.cc:140] P 7164be16e74646e0addd13a5f8352d45: Received BeginTabletCopySession request for tablet a146f64fcf164c248cf2363f2967a3cf from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:40402)
I20260608 12:39:13.398445  3508 tablet_copy_service.cc:161] P 7164be16e74646e0addd13a5f8352d45: Beginning new tablet copy session on tablet a146f64fcf164c248cf2363f2967a3cf from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:40402: session id = c8ff4895b8cd488db0f9169e7ad87a74-a146f64fcf164c248cf2363f2967a3cf
I20260608 12:39:13.400480  3493 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.403419  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:13.404146  3729 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
W20260608 12:39:13.404685  3729 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:46610 (request call id 18) took 1331 ms (client timeout 1530 ms). Trace:
W20260608 12:39:13.405095  3729 rpcz_store.cc:269] 0608 12:39:12.080201 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:13.403062 (+1322861us) service_pool.cc:224] Handling call
0608 12:39:13.404624 (+  1562us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260608 12:39:13.406760  3508 tablet_copy_source_session.cc:215] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:13.408669  3509 tablet_copy_service.cc:140] P 7164be16e74646e0addd13a5f8352d45: Received BeginTabletCopySession request for tablet 0f3579d204bf49c7a5e168abf2831d23 from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:40402)
I20260608 12:39:13.409303  3509 tablet_copy_service.cc:161] P 7164be16e74646e0addd13a5f8352d45: Beginning new tablet copy session on tablet 0f3579d204bf49c7a5e168abf2831d23 from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:40402: session id = c8ff4895b8cd488db0f9169e7ad87a74-0f3579d204bf49c7a5e168abf2831d23
I20260608 12:39:13.412756  3464 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:13.414232  3464 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.415437  3688 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:13.422729  3883 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.423149  3883 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:13.423535  3883 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.428067  3648 raft_consensus.cc:2804] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:13.430929  3872 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.431365  3872 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:13.431731  3872 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.440752  3389 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.446274  3663 raft_consensus.cc:2804] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.446772  3663 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election (detected failure of leader 37deee5e365544e59ab175d47411c5a8)
I20260608 12:39:13.447214  3663 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.451259  3423 raft_consensus.cc:1240] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Rejecting Update request from peer 7164be16e74646e0addd13a5f8352d45 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.454535  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.457726  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.460989  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.465989  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.466463  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.467667  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.467692  3434 tablet_copy_service.cc:140] P 614c1ed1c0ec4b2f81059a97584919ab: Received BeginTabletCopySession request for tablet 643905b7248240939f97a7bde7d8d279 from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:53838)
I20260608 12:39:13.468500  3434 tablet_copy_service.cc:161] P 614c1ed1c0ec4b2f81059a97584919ab: Beginning new tablet copy session on tablet 643905b7248240939f97a7bde7d8d279 from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:53838: session id = c8ff4895b8cd488db0f9169e7ad87a74-643905b7248240939f97a7bde7d8d279
I20260608 12:39:11.150384  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:13.473549  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.471611  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.477370  3574 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:58732 (request call id 39) took 1431 ms. Trace:
I20260608 12:39:13.477780  3574 rpcz_store.cc:276] 0608 12:39:12.045726 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:13.476413 (+1430687us) service_pool.cc:224] Handling call
0608 12:39:13.476815 (+   402us) raft_consensus.cc:1471] Updating replica for 0 ops
0608 12:39:13.476998 (+   183us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 12:39:13.477030 (+    32us) raft_consensus.cc:1539] Triggering prepare for 0 ops
0608 12:39:13.477075 (+    45us) raft_consensus.cc:1645] Marking committed up to 1
0608 12:39:13.477114 (+    39us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 12:39:13.477197 (+    83us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 12:39:13.477311 (+   114us) inbound_call.cc:177] Queueing success response
Metrics: {"spinlock_wait_cycles":53632}
I20260608 12:39:13.479962  3646 consensus_queue.cc:1059] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: INVALID_TERM, Last received: 1.2, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260608 12:39:13.482651  3889 raft_consensus.cc:3055] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.483014  3889 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:13.421705  3509 tablet_copy_source_session.cc:215] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:13.483922  3889 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.486025  3889 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.486377  3465 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.486737  3495 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:40398 (request call id 46) took 1456 ms. Trace:
I20260608 12:39:13.445962  3883 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.494223  3465 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.492969  3646 raft_consensus.cc:2749] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.497097  3646 raft_consensus.cc:2749] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.497000  3872 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.501350  3883 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.487178  3495 rpcz_store.cc:276] 0608 12:39:12.030755 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:13.481197 (+1450442us) service_pool.cc:224] Handling call
0608 12:39:13.484639 (+  3442us) raft_consensus.cc:1471] Updating replica for 0 ops
0608 12:39:13.486362 (+  1723us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 12:39:13.486397 (+    35us) raft_consensus.cc:1539] Triggering prepare for 0 ops
0608 12:39:13.486449 (+    52us) raft_consensus.cc:1645] Marking committed up to 1
0608 12:39:13.486485 (+    36us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 12:39:13.486556 (+    71us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 12:39:13.486681 (+   125us) inbound_call.cc:177] Queueing success response
Metrics: {}
I20260608 12:39:13.505303  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:13.505362  3421 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:13.507010  3322 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:52892 (request call id 49) took 3907 ms. Trace:
I20260608 12:39:13.507395  3322 rpcz_store.cc:276] 0608 12:39:09.599886 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:09.602751 (+  2865us) service_pool.cc:224] Handling call
0608 12:39:13.506935 (+3904184us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":184243,"reported_tablets":2}
I20260608 12:39:13.510340  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.513696  3729 raft_consensus.cc:2393] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 2: Already voted for candidate c8ff4895b8cd488db0f9169e7ad87a74 in this term.
I20260608 12:39:13.499219  3663 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.504359  3648 raft_consensus.cc:697] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:13.514591  3886 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.522650  3663 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.510526  3847 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.522691  3886 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.529688  3423 raft_consensus.cc:2393] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 2: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:13.530230  3319 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:52882 (request call id 60) took 3795 ms. Trace:
I20260608 12:39:13.530635  3319 rpcz_store.cc:276] 0608 12:39:09.735259 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:09.735390 (+   131us) service_pool.cc:224] Handling call
0608 12:39:13.530165 (+3794775us) inbound_call.cc:177] Queueing success response
Metrics: {"mutex_wait_us":3764519,"reported_tablets":2}
I20260608 12:39:13.502974  3389 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.532400  3891 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.532557  3465 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:13.533751  3886 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:13.536494  3422 raft_consensus.cc:1240] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.537612  3847 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.523005  3648 consensus_queue.cc:237] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.538069  3891 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:13.538380  3886 consensus_queue.cc:1059] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.2, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:13.526201  3464 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.539124  3888 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.538642  3891 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.523593  3689 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.521840  3434 tablet_copy_source_session.cc:215] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:13.542147  3321 rpcz_store.cc:275] Call kudu.master.MasterService.TSHeartbeat from 127.0.0.1:52920 (request call id 29) took 3933 ms. Trace:
I20260608 12:39:13.542634  3321 rpcz_store.cc:276] 0608 12:39:09.609772 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:09.612194 (+  2422us) service_pool.cc:224] Handling call
0608 12:39:13.542080 (+3929886us) inbound_call.cc:177] Queueing success response
Metrics: {"reported_tablets":2}
I20260608 12:39:13.545815  3422 raft_consensus.cc:1240] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.543099  3890 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.553423  3890 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
W20260608 12:39:13.512388  3688 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:32851, user_credentials={real_user=slave}} blocked reactor thread for 97052.5us
I20260608 12:39:13.556679  3829 raft_consensus.cc:3055] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.561892  3829 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:13.562885  3829 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.557775  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.559441  3886 consensus_queue.cc:1059] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.007s
I20260608 12:39:13.567365  3886 raft_consensus.cc:3055] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.541615  3889 raft_consensus.cc:2749] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.565589  3829 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.567871  3886 raft_consensus.cc:740] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
W20260608 12:39:13.557971  3389 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.196:45879, user_credentials={real_user=slave}} blocked reactor thread for 65406.5us
I20260608 12:39:13.578370  3729 raft_consensus.cc:1240] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.582525  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:13.583621  3878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a146f64fcf164c248cf2363f2967a3cf. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:13.573203  3689 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:45969, user_credentials={real_user=slave}} blocked reactor thread for 50055.5us
I20260608 12:39:13.588948  3493 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:13.589848  3493 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.580910  3887 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.592835  3876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 643905b7248240939f97a7bde7d8d279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:13.593178  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:13.594558  3688 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.598218  3872 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.598264  3570 raft_consensus.cc:1240] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Rejecting Update request from peer 7164be16e74646e0addd13a5f8352d45 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.593252  3892 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.593403  3887 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.620188  3872 raft_consensus.cc:2749] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.621359  3495 raft_consensus.cc:1240] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Rejecting Update request from peer 614c1ed1c0ec4b2f81059a97584919ab for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.627179  3664 consensus_queue.cc:1059] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:13.627985  3664 consensus_queue.cc:1243] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Peer 7164be16e74646e0addd13a5f8352d45 log is divergent from this leader: its last log entry 2.2 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 1
I20260608 12:39:13.628702  3663 raft_consensus.cc:3055] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.629117  3663 raft_consensus.cc:740] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.629967  3663 consensus_queue.cc:260] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.588960  3886 consensus_queue.cc:260] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.632803  3663 raft_consensus.cc:3060] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.633765  3495 raft_consensus.cc:1240] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.637331  3886 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.620477  3892 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.624150  3887 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.662001  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.643234  3893 raft_consensus.cc:2749] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.665405  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:13.666091  3890 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.665464  3493 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.671909  3570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.648685  3892 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:13.672676  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.674609  3498 raft_consensus.cc:1240] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.672638  3570 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 1.
I20260608 12:39:13.676955  3464 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:13.659678  3887 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:13.678450  3890 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:13.688489  3890 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:13.695145  3389 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.698544  3888 raft_consensus.cc:2749] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.699000  3663 raft_consensus.cc:2804] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:13.702276  3498 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.702781  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:13.688930  3890 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.705994  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.705971  3896 ts_tablet_manager.cc:933] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.704003  3663 raft_consensus.cc:697] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.694348  3321 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 1 to 2, leader changed from 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:13.688907  3688 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.194:32851, user_credentials={real_user=slave}} blocked reactor thread for 96650us
I20260608 12:39:13.714792  3877 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0f3579d204bf49c7a5e168abf2831d23. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:13.718544  3493 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.719030  3663 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.724620  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:13.735287  3496 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.735066  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.728837  3493 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:13.736151  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:13.738272  3887 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:13.738631  3494 raft_consensus.cc:2393] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 2: Already voted for candidate 7164be16e74646e0addd13a5f8352d45 in this term.
W20260608 12:39:13.739956  3688 proxy.cc:239] Call had error, refreshing address and retrying: Timed out: RequestConsensusVote RPC to 127.0.107.195:40155 timed out after 1.593s (SENT) [suppressed 2 similar messages]
I20260608 12:39:13.727964  3891 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:13.742341  3896 tablet_copy_client.cc:323] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40155
I20260608 12:39:13.743952  3423 raft_consensus.cc:1240] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Rejecting Update request from peer 7164be16e74646e0addd13a5f8352d45 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.743765  3891 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:13.745707  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:13.747336  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:13.746882  3321 catalog_manager.cc:5696] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index -1 to 2, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:13.748525  3888 consensus_queue.cc:1059] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:13.749168  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:13.749486  3888 raft_consensus.cc:3055] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.749881  3888 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:13.751266  3888 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:13.752894  3389 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab; no voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.755823  3664 raft_consensus.cc:2749] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.757022  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:13.757679  3724 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 1.
I20260608 12:39:13.762228  3888 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.762971  3890 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.764422  3498 raft_consensus.cc:2393] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 37deee5e365544e59ab175d47411c5a8 in current term 2: Already voted for candidate 7164be16e74646e0addd13a5f8352d45 in this term.
I20260608 12:39:13.764528  3877 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:46610 (request call id 14) took 1728 ms. Trace:
I20260608 12:39:13.764923  3877 rpcz_store.cc:276] 0608 12:39:12.036306 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:12.036496 (+   190us) service_pool.cc:224] Handling call
0608 12:39:12.138560 (+102064us) ts_tablet_manager.cc:934] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
0608 12:39:13.713641 (+1575081us) tablet_copy_client.cc:368] Tablet copy session begun
0608 12:39:13.751717 (+ 38076us) tablet_metadata.cc:665] Metadata flushed
0608 12:39:13.753329 (+  1612us) tablet_copy_client.cc:497] Wrote new tablet metadata
0608 12:39:13.763753 (+ 10424us) tablet_copy_client.cc:418] Wrote new consensus metadata
0608 12:39:13.764058 (+   305us) tablet_replica.cc:206] Creating consensus instance
0608 12:39:13.764391 (+   333us) ts_tablet_manager.cc:989] Replica registered.
0608 12:39:13.764472 (+    81us) inbound_call.cc:177] Queueing success response
Metrics: {"dns_us":427,"spinlock_wait_cycles":1519872,"tablet-copy.queue_time_us":98200,"thread_start_us":1025893,"threads_started":2}
I20260608 12:39:13.766993  3877 tablet_copy_client.cc:806] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:13.767596  3877 tablet_copy_client.cc:670] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:13.777766  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.780400  3495 raft_consensus.cc:1240] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Rejecting Update request from peer 37deee5e365544e59ab175d47411c5a8 for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.791530  3878 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:46610 (request call id 13) took 1755 ms. Trace:
I20260608 12:39:13.794530  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.794602  3570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.801932  3464 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:13.796221  3574 raft_consensus.cc:1240] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Rejecting Update request from peer 614c1ed1c0ec4b2f81059a97584919ab for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.802796  3888 raft_consensus.cc:2749] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.798642  3389 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:13.804327  3663 raft_consensus.cc:2804] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:13.806370  3663 raft_consensus.cc:697] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.807205  3663 consensus_queue.cc:237] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
W20260608 12:39:13.809850  3537 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:39:13.810281  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.810947  3574 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.812770  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.813984  3574 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.796507  3878 rpcz_store.cc:276] 0608 12:39:12.035831 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:12.041629 (+  5798us) service_pool.cc:224] Handling call
0608 12:39:12.936381 (+894752us) ts_tablet_manager.cc:934] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
0608 12:39:13.581874 (+645493us) tablet_copy_client.cc:368] Tablet copy session begun
0608 12:39:13.693610 (+111736us) tablet_metadata.cc:665] Metadata flushed
0608 12:39:13.693725 (+   115us) tablet_copy_client.cc:497] Wrote new tablet metadata
0608 12:39:13.790818 (+ 97093us) tablet_copy_client.cc:418] Wrote new consensus metadata
0608 12:39:13.791097 (+   279us) tablet_replica.cc:206] Creating consensus instance
0608 12:39:13.791407 (+   310us) ts_tablet_manager.cc:989] Replica registered.
0608 12:39:13.791470 (+    63us) inbound_call.cc:177] Queueing success response
Metrics: {"dns_us":347,"mutex_wait_us":1202,"tablet-copy.queue_time_us":94885,"thread_start_us":277896,"threads_started":2}
I20260608 12:39:13.814790  3878 tablet_copy_client.cc:806] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:13.815320  3878 tablet_copy_client.cc:670] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
W20260608 12:39:13.817483  3688 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.195:40155, user_credentials={real_user=slave}} blocked reactor thread for 77553.8us
I20260608 12:39:13.804628  3890 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:13.823379  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
W20260608 12:39:13.825584  3537 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:39:13.829556  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "908a54a05da54229ab1d503cf4175160" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.830201  3570 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.832010  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.831547  3423 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "225891e96d4347758f8833bbeba70b5d"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:13.831557  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.838572  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.840447  3423 raft_consensus.cc:606] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Received request to transfer leadership to TS 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:13.841001  3423 raft_consensus.cc:614] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:13.844831  3573 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.836174  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.852123  3423 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "643905b7248240939f97a7bde7d8d279"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:13.853271  3423 raft_consensus.cc:606] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Received request to transfer leadership to TS 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:13.857848  3421 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:13.854892  3572 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:13.858460  3421 raft_consensus.cc:606] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Received request to transfer leadership to TS c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.862663  3421 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:13.863243  3421 raft_consensus.cc:606] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Received request to transfer leadership to TS c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.864934  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.853482  3688 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.875687  3887 raft_consensus.cc:2749] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260608 12:39:13.882066  3540 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:39:13.881376  3876 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:46624 (request call id 29) took 1870 ms. Trace:
I20260608 12:39:13.886324  3663 raft_consensus.cc:993] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: : Instructing follower c8ff4895b8cd488db0f9169e7ad87a74 to start an election
I20260608 12:39:13.886802  3663 raft_consensus.cc:1081] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Signalling peer c8ff4895b8cd488db0f9169e7ad87a74 to start an election
I20260608 12:39:13.888170  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17a9e9b97ecd4751af6da0b5770f6903" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.888936  3724 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1"
dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:46624
I20260608 12:39:13.889608  3724 raft_consensus.cc:493] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:13.890092  3724 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.883105  3876 rpcz_store.cc:276] 0608 12:39:12.010693 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:12.012204 (+  1511us) service_pool.cc:224] Handling call
0608 12:39:12.126344 (+114140us) ts_tablet_manager.cc:934] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
0608 12:39:13.589675 (+1463331us) tablet_copy_client.cc:368] Tablet copy session begun
0608 12:39:13.751523 (+161848us) tablet_metadata.cc:665] Metadata flushed
0608 12:39:13.751778 (+   255us) tablet_copy_client.cc:497] Wrote new tablet metadata
0608 12:39:13.880653 (+128875us) tablet_copy_client.cc:418] Wrote new consensus metadata
0608 12:39:13.880950 (+   297us) tablet_replica.cc:206] Creating consensus instance
0608 12:39:13.881253 (+   303us) ts_tablet_manager.cc:989] Replica registered.
0608 12:39:13.881319 (+    66us) inbound_call.cc:177] Queueing success response
Metrics: {"dns_us":503762,"tablet-copy.queue_time_us":48906,"thread_start_us":484812,"threads_started":2}
I20260608 12:39:13.874699  3494 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:13.893456  3876 tablet_copy_client.cc:806] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:13.894289  3876 tablet_copy_client.cc:670] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:13.896400  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.898454  3494 raft_consensus.cc:1240] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Rejecting Update request from peer 614c1ed1c0ec4b2f81059a97584919ab for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.901589  3877 tablet_copy_client.cc:538] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:13.901460  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.904153  3847 consensus_queue.cc:1059] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.2, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:13.904557  3724 raft_consensus.cc:515] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.905063  3847 raft_consensus.cc:3055] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.906454  3847 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.900735  3876 tablet_copy_client.cc:538] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:13.907697  3847 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:13.910665  3724 leader_election.cc:290] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:13.911351  3847 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.913796  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.914394  3421 raft_consensus.cc:3055] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.914719  3421 raft_consensus.cc:740] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.916285  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:13.916208  3421 consensus_queue.cc:260] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.917419  3421 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.918068  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:13.920730  3584 tablet_copy_service.cc:140] P 37deee5e365544e59ab175d47411c5a8: Received BeginTabletCopySession request for tablet 975af32e6b764c2eafde7d2ff1df5762 from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:58746)
I20260608 12:39:13.922811  3584 tablet_copy_service.cc:161] P 37deee5e365544e59ab175d47411c5a8: Beginning new tablet copy session on tablet 975af32e6b764c2eafde7d2ff1df5762 from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:58746: session id = c8ff4895b8cd488db0f9169e7ad87a74-975af32e6b764c2eafde7d2ff1df5762
I20260608 12:39:13.928560  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:13.931952  3891 raft_consensus.cc:993] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: : Instructing follower c8ff4895b8cd488db0f9169e7ad87a74 to start an election
I20260608 12:39:13.932435  3891 raft_consensus.cc:1081] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Signalling peer c8ff4895b8cd488db0f9169e7ad87a74 to start an election
I20260608 12:39:13.934410  3729 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f"
dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:46624
I20260608 12:39:13.935151  3729 raft_consensus.cc:493] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:13.935529  3729 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.937734  3877 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:13.938477  3876 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:13.940251  3878 tablet_copy_client.cc:538] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:39:13.935159  3387 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:39:13.947405  3584 tablet_copy_source_session.cc:215] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:13.948583  3724 raft_consensus.cc:1240] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Rejecting Update request from peer 614c1ed1c0ec4b2f81059a97584919ab for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:13.950630  3664 consensus_queue.cc:1059] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:13.955090  3878 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:13.953110  3847 raft_consensus.cc:3055] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.958454  3847 raft_consensus.cc:740] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.959369  3847 consensus_queue.cc:260] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:13.962129  3389 leader_election.cc:304] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.963181  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
new_leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:40426
I20260608 12:39:13.964272  3494 raft_consensus.cc:606] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Received request to transfer leadership to TS c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:13.964622  3494 raft_consensus.cc:614] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:13.960676  3847 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.965154  3729 raft_consensus.cc:515] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:13.966399  3375 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 5
I20260608 12:39:13.967216  3375 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:13.971256  3664 raft_consensus.cc:2749] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.977221  3688 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:13.978080  3887 raft_consensus.cc:2749] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.980783  3688 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:13.981601  3887 raft_consensus.cc:2749] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.982246  3421 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:13.982309  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:13.983060  3423 raft_consensus.cc:3055] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.983389  3423 raft_consensus.cc:740] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:13.983610  3689 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:13.983976  3886 consensus_queue.cc:1059] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:13.984375  3423 consensus_queue.cc:260] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:13.987381  3539 leader_election.cc:304] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.988257  3423 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.989374  3539 leader_election.cc:304] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.990234  3829 raft_consensus.cc:2749] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.991125  3539 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.991133  3829 raft_consensus.cc:2749] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:13.986079  3892 raft_consensus.cc:3055] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:13.986182  3887 raft_consensus.cc:2804] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:13.992040  3892 raft_consensus.cc:740] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:13.992508  3887 raft_consensus.cc:697] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Becoming Leader. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Running, Role: LEADER
I20260608 12:39:13.993151  3892 consensus_queue.cc:260] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:13.993358  3887 consensus_queue.cc:237] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:13.994292  3892 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.983672  3688 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:13.995471  3884 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:13.996888  3897 raft_consensus.cc:2749] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.006654  3729 leader_election.cc:290] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:14.006924  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ae53fe1c39654e579aff0aaa4050148f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:14.007889  3494 raft_consensus.cc:3060] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:14.013748  3539 leader_election.cc:304] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.014806  3886 raft_consensus.cc:2749] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.015195  3539 leader_election.cc:304] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.015545  3494 raft_consensus.cc:2468] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:14.016110  3886 raft_consensus.cc:2749] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.016813  3539 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:14.017666  3886 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:14.017822  3688 leader_election.cc:304] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:14.018064  3886 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:14.018524  3886 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:14.018827  3897 raft_consensus.cc:2804] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:14.019382  3897 raft_consensus.cc:697] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Becoming Leader. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Running, Role: LEADER
I20260608 12:39:14.020284  3897 consensus_queue.cc:237] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:14.034098  3884 raft_consensus.cc:2749] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.018085  3539 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.035084  3421 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.036747  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:14.036851  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:14.037874  3829 raft_consensus.cc:2749] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.041239  3421 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:14.042416  3886 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:14.042894  3829 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:14.044334  3896 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 975af32e6b764c2eafde7d2ff1df5762. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.045128  3890 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:14.030560  3423 raft_consensus.cc:2468] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:14.057447  3886 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:14.058616  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:14.061740  3494 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:14.071892  3320 catalog_manager.cc:5696] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 reported cstate change: term changed from 1 to 2, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.080054  3320 catalog_manager.cc:5696] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 reported cstate change: term changed from 1 to 2, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.114197  3878 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:14.115499  3878 tablet_bootstrap.cc:492] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:14.116904  3878 ts_tablet_manager.cc:1403] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.162s	user 0.024s	sys 0.008s
I20260608 12:39:14.133909  3877 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:14.141872  3322 catalog_manager.cc:5696] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 1 to 2, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.153056  3572 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:14.153702  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0e1dc07bbe6a49c897f460e4282f413b" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:14.154534  3389 leader_election.cc:304] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:14.155313  3892 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:14.156102  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a61175ba9b854642a59722063f5e76b1" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:14.156679  3574 raft_consensus.cc:3060] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:14.156386  3389 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:14.157925  3688 leader_election.cc:304] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:14.159658  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:14.159878  3897 raft_consensus.cc:2749] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.159562  3688 leader_election.cc:304] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c8ff4895b8cd488db0f9169e7ad87a74; no voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:14.165237  3847 raft_consensus.cc:2749] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.167164  3897 raft_consensus.cc:2749] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.166582  3664 raft_consensus.cc:2749] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.167652  3573 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.170601  3890 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:14.174052  3574 raft_consensus.cc:2468] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:14.182174  3877 tablet_bootstrap.cc:492] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:14.183030  3877 ts_tablet_manager.cc:1403] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.246s	user 0.027s	sys 0.016s
W20260608 12:39:14.186781  3389 consensus_peers.cc:597] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 975af32e6b764c2eafde7d2ff1df5762. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:14.184274  3539 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
W20260608 12:39:14.192346  3539 consensus_peers.cc:597] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:14.198452  3574 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58728
I20260608 12:39:14.199321  3574 raft_consensus.cc:606] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Received request to transfer leadership
I20260608 12:39:14.203228  3319 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 1 to 2, leader changed from 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 2 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.209131  3878 raft_consensus.cc:359] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.210280  3878 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
I20260608 12:39:14.210955  3878 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.195667  3829 raft_consensus.cc:2749] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:39:14.217480  3496 raft_consensus.cc:1275] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.221347  3664 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:14.231108  3916 raft_consensus.cc:993] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: : Instructing follower 614c1ed1c0ec4b2f81059a97584919ab to start an election
I20260608 12:39:14.231591  3916 raft_consensus.cc:1081] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Signalling peer 614c1ed1c0ec4b2f81059a97584919ab to start an election
I20260608 12:39:14.235143  3422 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
 from {username='slave'} at 127.0.0.1:53822
I20260608 12:39:14.235983  3422 raft_consensus.cc:493] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:14.236495  3422 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:14.243693  3423 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:53806
I20260608 12:39:14.244513  3423 raft_consensus.cc:606] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Received request to transfer leadership
I20260608 12:39:14.248354  3574 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:14.250869  3664 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:14.255019  3896 tablet_copy_client.cc:806] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:14.255839  3896 tablet_copy_client.cc:670] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:14.260329  3877 raft_consensus.cc:359] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.266381  3896 tablet_copy_client.cc:538] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:39:14.271682  3919 log.cc:927] Time spent T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: Append to log took a long time: real 0.062s	user 0.002s	sys 0.000s
I20260608 12:39:14.261222  3877 raft_consensus.cc:740] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
I20260608 12:39:14.278070  3878 ts_tablet_manager.cc:1434] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.161s	user 0.009s	sys 0.002s
I20260608 12:39:14.280081  3574 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58728
I20260608 12:39:14.284092  3574 raft_consensus.cc:606] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Received request to transfer leadership
I20260608 12:39:14.292696  3509 tablet_copy_service.cc:342] P 7164be16e74646e0addd13a5f8352d45: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-a146f64fcf164c248cf2363f2967a3cf received from {username='slave'} at 127.0.0.1:40402
I20260608 12:39:14.293537  3509 tablet_copy_service.cc:434] P 7164be16e74646e0addd13a5f8352d45: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-a146f64fcf164c248cf2363f2967a3cf on tablet a146f64fcf164c248cf2363f2967a3cf with peer c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.293692  3495 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:14.296157  3877 consensus_queue.cc:260] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.305967  3664 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.004s
I20260608 12:39:14.323601  3574 raft_consensus.cc:1275] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.298844  3422 raft_consensus.cc:515] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.329411  3847 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.006s
I20260608 12:39:14.335661  3877 ts_tablet_manager.cc:1434] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.140s	user 0.007s	sys 0.002s
I20260608 12:39:14.326951  3322 catalog_manager.cc:5696] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 1 to 2, leader changed from 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 2 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } }
I20260608 12:39:14.342604  3891 raft_consensus.cc:993] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: : Instructing follower 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:14.343118  3891 raft_consensus.cc:1081] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Signalling peer 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:14.343710  3422 leader_election.cc:290] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:14.348454  3896 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:14.350864  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:14.351686  3509 tablet_copy_service.cc:342] P 7164be16e74646e0addd13a5f8352d45: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-0f3579d204bf49c7a5e168abf2831d23 received from {username='slave'} at 127.0.0.1:40402
I20260608 12:39:14.360289  3494 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:14.360576  3509 tablet_copy_service.cc:434] P 7164be16e74646e0addd13a5f8352d45: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-0f3579d204bf49c7a5e168abf2831d23 on tablet 0f3579d204bf49c7a5e168abf2831d23 with peer c8ff4895b8cd488db0f9169e7ad87a74
W20260608 12:39:14.363752  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800083780 after lost signal to thread 434
W20260608 12:39:14.364895  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800139b80 after lost signal to thread 3356
W20260608 12:39:14.366119  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800086680 after lost signal to thread 3448
W20260608 12:39:14.366425  3754 debug-util.cc:398] Leaking SignalData structure 0x7b08000f17a0 after lost signal to thread 3449
W20260608 12:39:14.367439  3754 debug-util.cc:398] Leaking SignalData structure 0x7b08001f61e0 after lost signal to thread 3523
W20260608 12:39:14.367705  3754 debug-util.cc:398] Leaking SignalData structure 0x7b08000e5d20 after lost signal to thread 3524
I20260608 12:39:14.368817  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:14.369378  3574 raft_consensus.cc:3055] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:14.369669  3574 raft_consensus.cc:740] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:14.370527  3572 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:58734
I20260608 12:39:14.352038  3876 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:14.370476  3574 consensus_queue.cc:260] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.371636  3572 raft_consensus.cc:493] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:14.372020  3876 tablet_bootstrap.cc:492] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:14.482461  3494 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 3.
I20260608 12:39:14.489054  3876 ts_tablet_manager.cc:1403] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.551s	user 0.040s	sys 0.020s
I20260608 12:39:14.372084  3572 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:39:14.485628  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800280cc0 after lost signal to thread 3598
W20260608 12:39:14.492292  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800226080 after lost signal to thread 3599
I20260608 12:39:14.492515  3876 raft_consensus.cc:359] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.359431  3573 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a146f64fcf164c248cf2363f2967a3cf"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58728
I20260608 12:39:14.500757  3876 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
W20260608 12:39:14.493602  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800271180 after lost signal to thread 3757
W20260608 12:39:14.501336  3754 debug-util.cc:398] Leaking SignalData structure 0x7b0800271080 after lost signal to thread 3758
I20260608 12:39:14.501582  3876 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.506279  3389 leader_election.cc:304] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:14.507346  3574 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:14.497023  3572 raft_consensus.cc:515] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.500308  3570 raft_consensus.cc:1240] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Rejecting Update request from peer 614c1ed1c0ec4b2f81059a97584919ab for earlier term 1. Current term is 2. Ops: []
I20260608 12:39:14.508075  3847 raft_consensus.cc:2804] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:14.508567  3847 raft_consensus.cc:697] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:14.483948  3724 raft_consensus.cc:1217] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:14.512693  3572 leader_election.cc:290] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:14.513170  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:14.513772  3422 raft_consensus.cc:3055] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:14.514086  3422 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:14.515062  3422 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.517164  3422 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:14.522722  3421 raft_consensus.cc:1275] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.509891  3847 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.524708  3897 consensus_queue.cc:1048] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:14.417857  3571 raft_consensus.cc:1275] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.534723  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:14.574458  3876 ts_tablet_manager.cc:1434] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.085s	user 0.006s	sys 0.002s
I20260608 12:39:14.581225  3897 consensus_queue.cc:1048] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:14.574911  3574 raft_consensus.cc:2468] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 3.
W20260608 12:39:14.581969  3389 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:32851, user_credentials={real_user=slave}} blocked reactor thread for 51754.3us
I20260608 12:39:14.575531  3422 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 3.
I20260608 12:39:14.536154  3494 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:14.584069  3434 tablet_copy_service.cc:342] P 614c1ed1c0ec4b2f81059a97584919ab: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-643905b7248240939f97a7bde7d8d279 received from {username='slave'} at 127.0.0.1:53838
I20260608 12:39:14.589422  3434 tablet_copy_service.cc:434] P 614c1ed1c0ec4b2f81059a97584919ab: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-643905b7248240939f97a7bde7d8d279 on tablet 643905b7248240939f97a7bde7d8d279 with peer c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.582630  3573 raft_consensus.cc:606] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Received request to transfer leadership
I20260608 12:39:14.590401  3573 raft_consensus.cc:614] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:14.582180  3320 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 2 to 3, leader changed from 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.590958  3896 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:14.591955  3896 tablet_bootstrap.cc:492] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:14.594496  3847 consensus_queue.cc:1059] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.011s
I20260608 12:39:14.596810  3540 leader_election.cc:304] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:14.609267  3916 raft_consensus.cc:2804] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:14.609814  3916 raft_consensus.cc:697] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:14.603950  3896 ts_tablet_manager.cc:1403] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.255s	user 0.024s	sys 0.013s
I20260608 12:39:14.615360  3916 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.620057  3496 raft_consensus.cc:1275] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.622200  3897 consensus_queue.cc:1048] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:14.623329  3664 raft_consensus.cc:3055] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
W20260608 12:39:14.624061  3370 auto_rebalancer.cc:855] Removing replace marker failed: Replica 37deee5e365544e59ab175d47411c5a8 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 3 committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:14.624310  3664 raft_consensus.cc:740] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
W20260608 12:39:14.624521  3370 auto_rebalancer.cc:863] Could not move replica: Illegal state: not currently leader
W20260608 12:39:14.624847  3370 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: not currently leader
I20260608 12:39:14.625205  3664 consensus_queue.cc:260] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:14.626500  3664 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:14.627524  3422 raft_consensus.cc:1275] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:14.628230  3423 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "975af32e6b764c2eafde7d2ff1df5762"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:53806
I20260608 12:39:14.628796  3423 raft_consensus.cc:606] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Received request to transfer leadership
I20260608 12:39:14.629114  3423 raft_consensus.cc:614] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:14.629065  3897 consensus_queue.cc:1048] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:39:14.638886  3370 auto_rebalancer.cc:855] Removing replace marker failed: Replica 614c1ed1c0ec4b2f81059a97584919ab is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 3 committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:14.637980  3317 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 2 to 3, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:14.642490  3494 raft_consensus.cc:2468] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 3.
W20260608 12:39:14.639562  3370 auto_rebalancer.cc:863] Could not move replica: Illegal state: not currently leader
W20260608 12:39:14.654349  3370 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: not currently leader
I20260608 12:39:14.645771  3896 raft_consensus.cc:359] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.662786  3896 raft_consensus.cc:740] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
I20260608 12:39:14.669056  3896 consensus_queue.cc:260] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:14.687594  3896 ts_tablet_manager.cc:1434] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.076s	user 0.007s	sys 0.002s
I20260608 12:39:14.694914  3584 tablet_copy_service.cc:342] P 37deee5e365544e59ab175d47411c5a8: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-975af32e6b764c2eafde7d2ff1df5762 received from {username='slave'} at 127.0.0.1:58746
I20260608 12:39:14.695506  3584 tablet_copy_service.cc:434] P 37deee5e365544e59ab175d47411c5a8: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-975af32e6b764c2eafde7d2ff1df5762 on tablet 975af32e6b764c2eafde7d2ff1df5762 with peer c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.882084  3648 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:14.882720  3648 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:14.886813  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:14.889329  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:14.891108  3465 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45; no voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:14.892045  3888 raft_consensus.cc:2749] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 12:39:14.893015  3648 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:15.003051  3890 raft_consensus.cc:1064] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:14.987596  3571 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.022698  3664 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:15.046260  3422 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.048099  3916 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:15.055759  3724 raft_consensus.cc:3060] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Advancing to term 3
I20260608 12:39:15.063308  3496 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.091939  3729 raft_consensus.cc:3060] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Advancing to term 3
I20260608 12:39:15.108541  3663 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:15.019374  3890 consensus_queue.cc:237] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.192229  3724 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.194645  3664 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:15.221143  3725 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:15.223798  3888 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:15.241255  3496 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.243132  3916 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:15.256136  3573 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:15.258951  3648 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:15.264807  3648 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:15.265441  3648 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.269104  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.269812  3422 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.271263  3465 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.272661  3648 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.273286  3648 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:15.274919  3722 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:15.276453  3722 raft_consensus.cc:2393] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 2: Already voted for candidate c8ff4895b8cd488db0f9169e7ad87a74 in this term.
I20260608 12:39:15.278373  3648 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:15.280052  3648 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:15.297369  3422 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:15.299829  3888 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:15.307075  3888 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:15.307888  3888 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:15.313637  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.314603  3421 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.316468  3465 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.323999  3890 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:15.357388  3890 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:15.359428  3890 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.343499  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:15.363163  3571 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.324870  3729 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:15.341848  3888 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:15.357789  3951 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.366577  3945 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:15.371816  3648 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
W20260608 12:39:15.376314  3465 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:45969, user_credentials={real_user=slave}} blocked reactor thread for 59986.1us
I20260608 12:39:15.401774  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:15.402706  3726 raft_consensus.cc:2393] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 7164be16e74646e0addd13a5f8352d45 in current term 2: Already voted for candidate c8ff4895b8cd488db0f9169e7ad87a74 in this term.
I20260608 12:39:15.406421  3890 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Starting leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:15.394243  3571 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.410648  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:15.410924  3573 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:15.411553  3573 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.395836  3916 raft_consensus.cc:1064] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:15.416996  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:15.417644  3421 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.419003  3573 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:15.398592  3944 raft_consensus.cc:1064] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:15.380436  3724 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.422396  3944 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 3, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.414790  3916 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 3, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.407799  3648 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.429633  3423 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.432356  3726 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.434027  3422 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.434057  3847 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:39:15.436408  3890 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:15.437963  3464 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.447995  3648 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:15.448539  3648 raft_consensus.cc:697] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:15.449496  3648 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:15.451071  3496 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.436609  3421 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:15.452921  3663 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:15.464628  3573 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.465678  3465 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:15.467185  3888 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:15.467892  3664 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:15.467725  3888 raft_consensus.cc:697] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:15.469516  3888 consensus_queue.cc:237] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.477075  3847 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.486482  3724 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.486845  3494 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.487258  3422 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:15.489326  3829 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:15.488760  3574 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.491163  3942 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:15.491644  3942 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.493947  3942 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:15.495595  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.496426  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:15.496397  3423 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:15.498915  3689 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:15.500144  3945 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:15.501781  3945 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:15.505264  3942 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:15.505771  3942 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.508338  3942 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.508859  3942 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:15.509941  3942 raft_consensus.cc:493] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:15.510422  3942 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.514106  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:15.514915  3496 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:15.516324  3688 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:15.516199  3829 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.462409  3317 catalog_manager.cc:5696] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index 2 to 3, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:15.522047  3724 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.524760  3494 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.524783  3496 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.518442  3942 raft_consensus.cc:515] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.540426  3495 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:15.549300  3942 leader_election.cc:290] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 3 election: Requested vote from peers 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969), 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:15.554157  3942 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:15.555948  3942 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7164be16e74646e0addd13a5f8352d45)
I20260608 12:39:15.557442  3942 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:39:15.570348  3689 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:45969, user_credentials={real_user=slave}} blocked reactor thread for 71542.5us
I20260608 12:39:15.572005  3423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.573297  3423 raft_consensus.cc:2393] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 2: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:15.574250  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:15.574891  3422 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.573705  3724 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.585510  3942 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.588979  3942 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.628342  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:15.633343  3888 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:15.634354  3888 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:15.644495  3888 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:15.646996  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:15.648106  3574 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.649910  3464 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.651774  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:15.652726  3724 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 2.
I20260608 12:39:15.654592  3888 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:15.655079  3888 raft_consensus.cc:493] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:15.655440  3888 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.666759  3888 raft_consensus.cc:515] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:15.629865  3423 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.669409  3888 leader_election.cc:290] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:15.674422  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:15.675102  3574 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.679239  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ed23a6cfff034bd6be87c1659214772a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:15.680028  3724 raft_consensus.cc:3060] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.681203  3421 raft_consensus.cc:2393] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 in current term 2: Already voted for candidate 614c1ed1c0ec4b2f81059a97584919ab in this term.
I20260608 12:39:15.627130  3422 raft_consensus.cc:2468] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 3.
I20260608 12:39:15.691218  3689 leader_election.cc:304] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:15.693861  3959 raft_consensus.cc:2804] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:15.694609  3959 raft_consensus.cc:697] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEADER]: Becoming Leader. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Running, Role: LEADER
I20260608 12:39:15.697400  3959 consensus_queue.cc:237] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.702653  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:15.715126  3496 consensus_queue.cc:237] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.716938  3574 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:15.718768  3464 leader_election.cc:304] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.720655  3888 raft_consensus.cc:2804] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:15.721378  3888 raft_consensus.cc:697] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:15.722785  3888 consensus_queue.cc:237] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:15.728297  3724 raft_consensus.cc:2468] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:15.728596  3321 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:15.743950  3574 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:15.744160  3494 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:15.745867  3847 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:15.746031  3951 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:15.746549  3724 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:15.749019  3847 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.756599  3847 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:15.764525  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45" is_pre_election: true
I20260608 12:39:15.764909  3951 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:15.765348  3496 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 2.
I20260608 12:39:15.767041  3389 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:15.768600  3663 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:15.768971  3663 raft_consensus.cc:493] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:15.769421  3663 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.771775  3688 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7164be16e74646e0addd13a5f8352d45, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:15.772735  3942 raft_consensus.cc:476] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Not starting pre-election -- already a leader
I20260608 12:39:15.773461  3942 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:15.774469  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:15.775604  3942 raft_consensus.cc:697] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Becoming Leader. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Running, Role: LEADER
I20260608 12:39:15.774986  3952 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.779721  3729 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.781656  3663 raft_consensus.cc:515] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.785828  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:15.786646  3496 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.788697  3942 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.790913  3320 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:15.797706  3571 raft_consensus.cc:2955] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.802258  3308 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 0f3579d204bf49c7a5e168abf2831d23 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:15.804848  3724 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:15.807942  3496 raft_consensus.cc:2468] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 3.
I20260608 12:39:15.808792  3663 leader_election.cc:290] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:15.816062  3389 leader_election.cc:304] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:15.819511  3663 raft_consensus.cc:2804] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:15.821177  3829 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:15.824222  3663 raft_consensus.cc:697] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:15.821961  3829 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:15.830601  3829 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.831779  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.832571  3422 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:15.834179  3540 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:15.835496  3726 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" is_pre_election: true
I20260608 12:39:15.837855  3574 consensus_queue.cc:237] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.841527  3663 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:15.851230  3423 consensus_queue.cc:237] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:15.836297  3317 catalog_manager.cc:5696] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 1 to 2, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:15.857653  3317 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 1 to 3, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:15.873617  3724 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:39:15.840749  3829 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:15.865584  3726 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:39:15.874408  3829 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:15.874886  3829 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.866372  3496 raft_consensus.cc:1275] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:39:15.876950  3916 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:39:15.882193  3496 raft_consensus.cc:1275] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:39:15.882611  3916 consensus_queue.cc:1048] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:39:15.883074  3847 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:39:15.890126  3945 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.894673  3664 consensus_queue.cc:1048] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:39:15.895507  3726 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.908088  3421 raft_consensus.cc:1240] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Rejecting Update request from peer 7164be16e74646e0addd13a5f8352d45 for earlier term 2. Current term is 3. Ops: []
I20260608 12:39:15.909932  3951 consensus_queue.cc:1059] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: INVALID_TERM, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:15.912052  3724 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 LEARNER]: Advancing to term 3
I20260608 12:39:15.913472  3952 raft_consensus.cc:3055] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:15.906422  3496 raft_consensus.cc:2955] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.914036  3952 raft_consensus.cc:740] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:15.920866  3952 consensus_queue.cc:260] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } }
I20260608 12:39:15.922331  3952 raft_consensus.cc:3060] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:15.926885  3847 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.929400  3321 catalog_manager.cc:5696] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 3 to 4, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.932056  3942 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:15.932849  3942 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:15.938179  3942 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.939670  3729 raft_consensus.cc:1240] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEADER]: Rejecting Update request from peer 7164be16e74646e0addd13a5f8352d45 for earlier term 2. Current term is 3. Ops: []
I20260608 12:39:15.940595  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab" is_pre_election: true
I20260608 12:39:15.941253  3421 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c8ff4895b8cd488db0f9169e7ad87a74 in term 2.
I20260608 12:39:15.942546  3689 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, c8ff4895b8cd488db0f9169e7ad87a74; no voters: 
I20260608 12:39:15.950201  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8" is_pre_election: true
I20260608 12:39:15.952067  3959 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:15.952651  3959 raft_consensus.cc:493] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 614c1ed1c0ec4b2f81059a97584919ab)
I20260608 12:39:15.953140  3959 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:15.956773  3724 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:15.957535  3317 catalog_manager.cc:5696] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index 5 to 6, VOTER 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.961380  3952 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:15.963413  3308 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 975af32e6b764c2eafde7d2ff1df5762 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:15.962430  3829 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
W20260608 12:39:15.966681  3308 catalog_manager.cc:5219] ChangeConfig:REMOVE_PEER RPC for tablet 0f3579d204bf49c7a5e168abf2831d23 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER failed with leader 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 3 but the committed config has opid_index of 4
I20260608 12:39:15.967979  3571 raft_consensus.cc:2368] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3.
I20260608 12:39:15.968559  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:15.973057  3421 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:15.973681  3421 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:39:15.974607  3389 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.196:45879, user_credentials={real_user=slave}} blocked reactor thread for 48579.7us
I20260608 12:39:15.977442  3726 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:15.985517  3421 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 3.
I20260608 12:39:15.985800  3688 leader_election.cc:400] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 pre-election: Vote denied by peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155) with higher term. Message: Invalid argument: T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3.
I20260608 12:39:15.987569  3540 leader_election.cc:304] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:15.980170  3829 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 3 election: Requested vote from peers c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:15.988435  3945 raft_consensus.cc:2804] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:15.989007  3945 raft_consensus.cc:697] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:15.989970  3945 consensus_queue.cc:237] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:15.990859  3496 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "643905b7248240939f97a7bde7d8d279"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:40384
I20260608 12:39:15.988050  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:15.993341  3496 raft_consensus.cc:606] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Received request to transfer leadership
I20260608 12:39:15.992048  3317 catalog_manager.cc:5696] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 1 to 3, leader changed from 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:16.006866  3407 tablet_service.cc:1558] Processing DeleteTablet for tablet 0f3579d204bf49c7a5e168abf2831d23 with delete_type TABLET_DATA_TOMBSTONED (TS 614c1ed1c0ec4b2f81059a97584919ab not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53806
I20260608 12:39:16.015942  3423 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:16.016314  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
new_leader_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:40426
I20260608 12:39:16.017129  3494 raft_consensus.cc:606] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Received request to transfer leadership to TS 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:16.020589  3959 raft_consensus.cc:515] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:16.021682  3729 raft_consensus.cc:3060] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:16.022271  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "2e2aaf028e7b414ab2f700511e51ab6f"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
new_leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:40426
I20260608 12:39:16.023046  3494 raft_consensus.cc:606] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Received request to transfer leadership to TS c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:16.023522  3494 raft_consensus.cc:614] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:16.029116  3888 raft_consensus.cc:1064] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
W20260608 12:39:16.029593  3888 raft_consensus.cc:1068] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Unable to promote non-voter c8ff4895b8cd488db0f9169e7ad87a74: Service unavailable: leader transfer in progress
I20260608 12:39:16.029692  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "643905b7248240939f97a7bde7d8d279"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:40384
I20260608 12:39:16.030295  3494 raft_consensus.cc:606] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Received request to transfer leadership
I20260608 12:39:16.030452  3951 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:16.005997  3496 raft_consensus.cc:2955] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.032214  3309 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a146f64fcf164c248cf2363f2967a3cf with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:16.035734  3423 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:16.036484  3423 raft_consensus.cc:606] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Received request to transfer leadership to TS 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:16.037485  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:16.037683  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bf741190d259477abde0798609a0d5bc" candidate_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:16.038465  3422 raft_consensus.cc:2368] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3.
I20260608 12:39:16.039757  3689 leader_election.cc:400] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Vote denied by peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969) with higher term. Message: Invalid argument: T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3.
I20260608 12:39:16.040141  3689 leader_election.cc:403] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Cancelling election due to peer responding with higher term
I20260608 12:39:16.040395  3729 raft_consensus.cc:2468] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 3.
I20260608 12:39:16.040930  3942 raft_consensus.cc:2749] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Leader election lost for term 2. Reason: Vote denied by peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969) with higher term. Message: Invalid argument: T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Denying vote to candidate c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3.
I20260608 12:39:16.045472  3319 catalog_manager.cc:5696] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 reported cstate change: term changed from 2 to 3, leader changed from 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) to c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196). New cstate: current_term: 3 leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:16.037529  3959 leader_election.cc:290] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [CANDIDATE]: Term 2 election: Requested vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:16.047796  3319 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 reported cstate change: term changed from 1 to 2, leader changed from 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) to c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:16.053561  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c3d0bc0db7bf4bd3b85b0556fee3f96a"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
new_leader_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
 from {username='slave'} at 127.0.0.1:40426
I20260608 12:39:16.054195  3494 raft_consensus.cc:606] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Received request to transfer leadership to TS c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:16.054589  3494 raft_consensus.cc:614] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Rejecting request to transer leadership while not leader
I20260608 12:39:16.056398  3375 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260608 12:39:16.060830  3375 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:16.068954  3951 raft_consensus.cc:993] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: : Instructing follower 614c1ed1c0ec4b2f81059a97584919ab to start an election
I20260608 12:39:16.069247  3494 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "643905b7248240939f97a7bde7d8d279"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:40384
I20260608 12:39:16.069532  3951 raft_consensus.cc:1081] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Signalling peer 614c1ed1c0ec4b2f81059a97584919ab to start an election
I20260608 12:39:16.073171  3407 tablet_service.cc:1558] Processing DeleteTablet for tablet 975af32e6b764c2eafde7d2ff1df5762 with delete_type TABLET_DATA_TOMBSTONED (TS 614c1ed1c0ec4b2f81059a97584919ab not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:53806
I20260608 12:39:16.084466  3571 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:16.088670  3423 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "643905b7248240939f97a7bde7d8d279"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
 from {username='slave'} at 127.0.0.1:53816
I20260608 12:39:16.089623  3888 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:16.089713  3320 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 2 to 3, leader changed from c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:16.114537  3970 tablet_replica.cc:333] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:16.120942  3970 raft_consensus.cc:2243] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:16.125018  3970 raft_consensus.cc:2272] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:16.122985  3494 raft_consensus.cc:606] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Received request to transfer leadership
I20260608 12:39:16.131037  3423 raft_consensus.cc:493] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:16.131600  3423 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:39:16.115437  3320 catalog_manager.cc:5696] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index 5 to 6, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.137684  3571 raft_consensus.cc:1275] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:39:16.138921  3496 raft_consensus.cc:1275] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260608 12:39:16.139350  3496 pending_rounds.cc:85] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Aborting all ops after (but not including) 1
I20260608 12:39:16.139672  3496 pending_rounds.cc:107] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260608 12:39:16.140437  3496 raft_consensus.cc:2889] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:39:16.142302  3959 consensus_queue.cc:1048] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.143462  3951 consensus_queue.cc:1048] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:16.148687  3970 ts_tablet_manager.cc:1916] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:16.153530  3726 raft_consensus.cc:1275] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
W20260608 12:39:16.154699  3370 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:39:16.155140  3370 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for 643905b7248240939f97a7bde7d8d279 already in progress
W20260608 12:39:16.155503  3370 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 643905b7248240939f97a7bde7d8d279 already in progress
I20260608 12:39:16.158514  3563 tablet_service.cc:1558] Processing DeleteTablet for tablet a146f64fcf164c248cf2363f2967a3cf with delete_type TABLET_DATA_TOMBSTONED (TS 37deee5e365544e59ab175d47411c5a8 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:58728
I20260608 12:39:16.159289  3888 consensus_queue.cc:1048] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.004s
I20260608 12:39:16.166621  3648 raft_consensus.cc:1064] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
W20260608 12:39:16.169384  3648 raft_consensus.cc:1068] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Unable to promote non-voter c8ff4895b8cd488db0f9169e7ad87a74: Service unavailable: leader transfer in progress
I20260608 12:39:16.172695  3421 raft_consensus.cc:1275] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer c8ff4895b8cd488db0f9169e7ad87a74: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:39:16.174646  3962 consensus_queue.cc:1048] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:16.179265  3847 raft_consensus.cc:993] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: : Instructing follower 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:16.179762  3847 raft_consensus.cc:1081] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Signalling peer 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:16.142697  3423 raft_consensus.cc:515] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:16.189620  3574 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:58734
I20260608 12:39:16.192018  3574 raft_consensus.cc:493] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:16.192536  3574 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.187371  3317 catalog_manager.cc:5696] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 1 to 3, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:16.206393  3980 tablet_replica.cc:333] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:16.213130  3980 raft_consensus.cc:2243] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:16.214408  3980 raft_consensus.cc:2272] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:16.215546  3574 raft_consensus.cc:515] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:16.218581  3574 leader_election.cc:290] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:16.221088  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:16.221185  3494 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c705b93e71942c293c60e658cbd76de" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:16.221900  3494 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.221957  3422 raft_consensus.cc:3055] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:16.222472  3422 raft_consensus.cc:740] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:16.223457  3422 consensus_queue.cc:260] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:16.225888  3422 raft_consensus.cc:3060] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.230957  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:16.231649  3496 raft_consensus.cc:3055] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Stepping down as leader of term 3
I20260608 12:39:16.232012  3496 raft_consensus.cc:740] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:16.237550  3423 leader_election.cc:290] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 4 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:16.237473  3496 consensus_queue.cc:260] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 3, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:16.239225  3496 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:39:16.240146  3574 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "643905b7248240939f97a7bde7d8d279" candidate_uuid: "614c1ed1c0ec4b2f81059a97584919ab" candidate_term: 4 candidate_status { last_received { term: 3 index: 3 } } ignore_live_leader: true dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:16.240875  3574 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:39:16.258575  3422 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:16.261801  3540 leader_election.cc:304] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 614c1ed1c0ec4b2f81059a97584919ab; no voters: 
I20260608 12:39:16.263366  3916 raft_consensus.cc:2804] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:16.263948  3916 raft_consensus.cc:697] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:16.264879  3916 consensus_queue.cc:237] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } }
I20260608 12:39:16.268960  3494 raft_consensus.cc:2468] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:16.271623  3729 raft_consensus.cc:3055] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:16.272107  3729 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Running, Role: LEADER
I20260608 12:39:16.272958  3421 raft_consensus.cc:1240] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Rejecting Update request from peer c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3. Ops: []
I20260608 12:39:16.274626  3980 ts_tablet_manager.cc:1916] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:16.273067  3729 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } }
I20260608 12:39:16.280002  3729 raft_consensus.cc:3060] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:16.279639  3970 ts_tablet_manager.cc:1929] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:16.280637  3970 log.cc:1199] T 0f3579d204bf49c7a5e168abf2831d23 P 614c1ed1c0ec4b2f81059a97584919ab: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root/wals/0f3579d204bf49c7a5e168abf2831d23
I20260608 12:39:16.282593  3309 catalog_manager.cc:5027] TS 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): tablet 0f3579d204bf49c7a5e168abf2831d23 (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:16.271924  3496 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 4.
I20260608 12:39:16.285853  3970 tablet_replica.cc:333] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:16.285738  3574 raft_consensus.cc:2468] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 614c1ed1c0ec4b2f81059a97584919ab in term 4.
I20260608 12:39:16.288213  3389 leader_election.cc:304] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [CANDIDATE]: Term 4 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 614c1ed1c0ec4b2f81059a97584919ab, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:16.289247  3663 raft_consensus.cc:2804] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 FOLLOWER]: Leader election won for term 4
I20260608 12:39:16.289749  3663 raft_consensus.cc:697] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 LEADER]: Becoming Leader. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:16.290757  3663 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:16.297102  3970 raft_consensus.cc:2243] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:16.298954  3970 raft_consensus.cc:2272] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:16.304117  3970 ts_tablet_manager.cc:1916] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:16.308020  3317 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: term changed from 3 to 4, leader changed from 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) to 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193). New cstate: current_term: 4 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:16.283367  3982 consensus_queue.cc:1175] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue is closed or peer was untracked, disregarding peer response. Response: responder_uuid: "614c1ed1c0ec4b2f81059a97584919ab" responder_term: 3 status { last_received { term: 3 index: 2 } last_committed_idx: 1 error { code: INVALID_TERM status { code: ILLEGAL_STATE message: "Rejecting Update request from peer c8ff4895b8cd488db0f9169e7ad87a74 for earlier term 2. Current term is 3. Ops: []" } } last_received_current_leader { term: 0 index: 0 } }
I20260608 12:39:16.315083  3729 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 2. (term mismatch)
I20260608 12:39:16.315523  3729 pending_rounds.cc:85] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Aborting all ops after (but not including) 1
I20260608 12:39:16.315804  3729 pending_rounds.cc:107] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Aborting uncommitted NO_OP operation due to leader change: 2.2
I20260608 12:39:16.316093  3729 raft_consensus.cc:2889] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:39:16.323092  3663 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.325680  3980 ts_tablet_manager.cc:1929] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260608 12:39:16.326331  3980 log.cc:1199] T a146f64fcf164c248cf2363f2967a3cf P 37deee5e365544e59ab175d47411c5a8: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root/wals/a146f64fcf164c248cf2363f2967a3cf
I20260608 12:39:16.329244  3308 catalog_manager.cc:5027] TS 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155): tablet a146f64fcf164c248cf2363f2967a3cf (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:16.331532  3970 ts_tablet_manager.cc:1929] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260608 12:39:16.332000  3970 log.cc:1199] T 975af32e6b764c2eafde7d2ff1df5762 P 614c1ed1c0ec4b2f81059a97584919ab: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-0-root/wals/975af32e6b764c2eafde7d2ff1df5762
I20260608 12:39:16.335297  3309 catalog_manager.cc:5027] TS 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): tablet 975af32e6b764c2eafde7d2ff1df5762 (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:16.336397  3496 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:39:16.338959  3847 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.359576  3321 catalog_manager.cc:5696] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 1 to 2, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:16.422230  3952 raft_consensus.cc:993] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: : Instructing follower 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:16.422762  3952 raft_consensus.cc:1081] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Signalling peer 37deee5e365544e59ab175d47411c5a8 to start an election
I20260608 12:39:16.425484  3574 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23"
dest_uuid: "37deee5e365544e59ab175d47411c5a8"
 from {username='slave'} at 127.0.0.1:58732
I20260608 12:39:16.426020  3574 raft_consensus.cc:493] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:16.426364  3574 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.433830  3574 raft_consensus.cc:515] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:16.435557  3574 leader_election.cc:290] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Requested vote from peers 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851), c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879)
I20260608 12:39:16.436620  3729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "c8ff4895b8cd488db0f9169e7ad87a74"
I20260608 12:39:16.437469  3729 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.436620  3496 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0f3579d204bf49c7a5e168abf2831d23" candidate_uuid: "37deee5e365544e59ab175d47411c5a8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "7164be16e74646e0addd13a5f8352d45"
I20260608 12:39:16.438469  3496 raft_consensus.cc:3055] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:16.438815  3496 raft_consensus.cc:740] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:16.439760  3496 consensus_queue.cc:260] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:16.441092  3496 raft_consensus.cc:3060] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:16.448078  3496 raft_consensus.cc:2468] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:16.449498  3539 leader_election.cc:304] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:16.450404  3916 raft_consensus.cc:2804] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:16.450904  3916 raft_consensus.cc:697] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Becoming Leader. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Running, Role: LEADER
I20260608 12:39:16.451936  3729 raft_consensus.cc:2468] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 37deee5e365544e59ab175d47411c5a8 in term 2.
I20260608 12:39:16.451786  3916 consensus_queue.cc:237] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:16.460786  3319 catalog_manager.cc:5696] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: term changed from 1 to 2, leader changed from 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) to 37deee5e365544e59ab175d47411c5a8 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:16.486483  3422 raft_consensus.cc:1275] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:39:16.488165  3916 consensus_queue.cc:1048] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.509924  3729 raft_consensus.cc:1275] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:39:16.512015  3958 consensus_queue.cc:1048] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:16.706183  3574 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260608 12:39:16.707670  3847 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:16.728474  3496 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260608 12:39:16.729321  3729 raft_consensus.cc:3060] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEARNER]: Advancing to term 4
I20260608 12:39:16.730162  3944 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:16.733377  3422 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:16.736589  3958 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.756737  3496 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:39:16.764009  3958 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:16.766412  3729 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 4 index: 4. (index mismatch)
I20260608 12:39:16.768621  3944 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:16.790755  3944 raft_consensus.cc:1064] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:16.798046  3944 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 4.4, Last appended by leader: 3, Current term: 4, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:16.807094  3729 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 4 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260608 12:39:16.808805  3664 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:16.820159  3574 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 4 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260608 12:39:16.821805  3664 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:16.836949  3847 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 LEADER]: Committing config change with OpId 4.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.842936  3494 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 4 index: 4. Preceding OpId from leader: term: 4 index: 5. (index mismatch)
I20260608 12:39:16.845672  3663 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:16.852092  3574 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Committing config change with OpId 4.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.866134  3494 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Committing config change with OpId 4.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.894184  3317 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 4 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:16.909509  3729 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 FOLLOWER]: Committing config change with OpId 4.5: config changed from index 2 to 5, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.923434  3422 consensus_queue.cc:237] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 4.5, Last appended by leader: 3, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:16.941908  3574 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260608 12:39:16.944375  3944 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:39:16.962329  3944 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 LEADER]: Committing config change with OpId 4.6: config changed from index 5 to 6, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.970019  3494 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:16.972450  3916 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:16.966199  3571 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 5 to 6, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:16.989097  3726 raft_consensus.cc:1275] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 4 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260608 12:39:16.992609  3664 consensus_queue.cc:1048] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:39:16.999526  3726 raft_consensus.cc:2955] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 FOLLOWER]: Committing config change with OpId 4.6: config changed from index 5 to 6, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:17.021503  3309 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 643905b7248240939f97a7bde7d8d279 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:17.000437  3317 catalog_manager.cc:5696] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 5 to 6, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New cstate: current_term: 4 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:17.045696  3729 raft_consensus.cc:1275] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:17.049283  3958 consensus_queue.cc:1048] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:39:17.077466  3483 tablet_service.cc:1558] Processing DeleteTablet for tablet 643905b7248240939f97a7bde7d8d279 with delete_type TABLET_DATA_TOMBSTONED (TS 7164be16e74646e0addd13a5f8352d45 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:40384
I20260608 12:39:17.093652  3993 tablet_replica.cc:333] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:17.096431  3993 raft_consensus.cc:2243] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:17.097355  3993 raft_consensus.cc:2272] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:17.101881  3993 ts_tablet_manager.cc:1916] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:17.123898  3993 ts_tablet_manager.cc:1929] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 4.5
I20260608 12:39:17.124457  3993 log.cc:1199] T 643905b7248240939f97a7bde7d8d279 P 7164be16e74646e0addd13a5f8352d45: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root/wals/643905b7248240939f97a7bde7d8d279
I20260608 12:39:17.127287  3308 catalog_manager.cc:5027] TS 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): tablet 643905b7248240939f97a7bde7d8d279 (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:17.196547  3422 consensus_queue.cc:237] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } }
I20260608 12:39:17.205935  3726 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:17.207731  3847 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:17.210363  3389 consensus_peers.cc:597] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab -> Peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Couldn't send request to peer 7164be16e74646e0addd13a5f8352d45. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 17a9e9b97ecd4751af6da0b5770f6903. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:17.212435  3571 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:17.214537  3847 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:39:17.232803  3944 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } } }
I20260608 12:39:17.243116  3571 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } } }
I20260608 12:39:17.247681  3726 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } } }
I20260608 12:39:17.252149  3574 consensus_queue.cc:237] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:17.255821  3317 catalog_manager.cc:5696] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index -1 to 2, NON_VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.262620  3422 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:39:17.268339  3539 consensus_peers.cc:597] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8c705b93e71942c293c60e658cbd76de. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:17.269912  3829 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:17.273041  3496 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:17.277724  3958 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:17.297030  3496 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.292474  3916 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.295405  3422 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.322206  3321 catalog_manager.cc:5696] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.323172  3421 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } }
I20260608 12:39:17.332316  3726 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:17.332970  3494 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:17.334931  3847 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:17.336957  3847 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:39:17.345925  3389 consensus_peers.cc:597] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab -> Peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155): Couldn't send request to peer 37deee5e365544e59ab175d47411c5a8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c3d0bc0db7bf4bd3b85b0556fee3f96a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:17.349717  3664 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } } }
I20260608 12:39:17.361184  3494 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } } }
I20260608 12:39:17.383428  3726 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } } }
I20260608 12:39:17.383795  3317 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index -1 to 3, NON_VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) added. New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.396921  3494 consensus_queue.cc:237] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:17.448750  3571 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:39:17.449219  3464 consensus_peers.cc:597] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 -> Peer c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): Couldn't send request to peer c8ff4895b8cd488db0f9169e7ad87a74. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 225891e96d4347758f8833bbeba70b5d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:17.450547  3648 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:17.454802  3422 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:17.456525  3648 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:17.467391  3648 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.474718  3422 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.482029  3571 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.490553  3321 catalog_manager.cc:5696] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index -1 to 3, NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } } }
I20260608 12:39:17.631588  4004 ts_tablet_manager.cc:933] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Initiating tablet copy from peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:17.643930  4004 tablet_copy_client.cc:323] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45969
I20260608 12:39:17.646209  3434 tablet_copy_service.cc:140] P 614c1ed1c0ec4b2f81059a97584919ab: Received BeginTabletCopySession request for tablet 17a9e9b97ecd4751af6da0b5770f6903 from peer 7164be16e74646e0addd13a5f8352d45 ({username='slave'} at 127.0.0.1:53816)
I20260608 12:39:17.646842  3434 tablet_copy_service.cc:161] P 614c1ed1c0ec4b2f81059a97584919ab: Beginning new tablet copy session on tablet 17a9e9b97ecd4751af6da0b5770f6903 from peer 7164be16e74646e0addd13a5f8352d45 at {username='slave'} at 127.0.0.1:53816: session id = 7164be16e74646e0addd13a5f8352d45-17a9e9b97ecd4751af6da0b5770f6903
I20260608 12:39:17.655087  3434 tablet_copy_source_session.cc:215] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:17.659011  4004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17a9e9b97ecd4751af6da0b5770f6903. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.677485  4004 tablet_copy_client.cc:806] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:17.678051  4004 tablet_copy_client.cc:670] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:17.682392  4004 tablet_copy_client.cc:538] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:17.721624  4006 ts_tablet_manager.cc:933] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155)
I20260608 12:39:17.728370  4004 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Bootstrap starting.
I20260608 12:39:17.741201  4006 tablet_copy_client.cc:323] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40155
I20260608 12:39:17.743659  3584 tablet_copy_service.cc:140] P 37deee5e365544e59ab175d47411c5a8: Received BeginTabletCopySession request for tablet 8c705b93e71942c293c60e658cbd76de from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:58746)
I20260608 12:39:17.744370  3584 tablet_copy_service.cc:161] P 37deee5e365544e59ab175d47411c5a8: Beginning new tablet copy session on tablet 8c705b93e71942c293c60e658cbd76de from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:58746: session id = c8ff4895b8cd488db0f9169e7ad87a74-8c705b93e71942c293c60e658cbd76de
I20260608 12:39:17.753995  3584 tablet_copy_source_session.cc:215] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:17.758479  4006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c705b93e71942c293c60e658cbd76de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.823627  4006 tablet_copy_client.cc:806] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:17.824331  4006 tablet_copy_client.cc:670] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:17.836443  4006 tablet_copy_client.cc:538] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:17.857065  4004 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:17.866766  4004 tablet_bootstrap.cc:492] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Bootstrap complete.
I20260608 12:39:17.867542  4004 ts_tablet_manager.cc:1403] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Time spent bootstrapping tablet: real 0.139s	user 0.018s	sys 0.010s
I20260608 12:39:17.870880  4004 raft_consensus.cc:359] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } }
I20260608 12:39:17.887109  4006 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:17.891366  4010 ts_tablet_manager.cc:933] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Initiating tablet copy from peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:17.871793  4004 raft_consensus.cc:740] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Initialized, Role: LEARNER
I20260608 12:39:17.899089  4011 ts_tablet_manager.cc:933] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Initiating tablet copy from peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851)
I20260608 12:39:17.898561  4004 consensus_queue.cc:260] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: true } }
I20260608 12:39:17.903133  4004 ts_tablet_manager.cc:1434] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: Time spent starting tablet: real 0.035s	user 0.008s	sys 0.000s
I20260608 12:39:17.913406  4011 tablet_copy_client.cc:323] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32851
I20260608 12:39:17.915098  3434 tablet_copy_service.cc:342] P 614c1ed1c0ec4b2f81059a97584919ab: Request end of tablet copy session 7164be16e74646e0addd13a5f8352d45-17a9e9b97ecd4751af6da0b5770f6903 received from {username='slave'} at 127.0.0.1:53816
I20260608 12:39:17.915583  3434 tablet_copy_service.cc:434] P 614c1ed1c0ec4b2f81059a97584919ab: ending tablet copy session 7164be16e74646e0addd13a5f8352d45-17a9e9b97ecd4751af6da0b5770f6903 on tablet 17a9e9b97ecd4751af6da0b5770f6903 with peer 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:17.917064  3509 tablet_copy_service.cc:140] P 7164be16e74646e0addd13a5f8352d45: Received BeginTabletCopySession request for tablet 225891e96d4347758f8833bbeba70b5d from peer c8ff4895b8cd488db0f9169e7ad87a74 ({username='slave'} at 127.0.0.1:40402)
I20260608 12:39:17.917680  3509 tablet_copy_service.cc:161] P 7164be16e74646e0addd13a5f8352d45: Beginning new tablet copy session on tablet 225891e96d4347758f8833bbeba70b5d from peer c8ff4895b8cd488db0f9169e7ad87a74 at {username='slave'} at 127.0.0.1:40402: session id = c8ff4895b8cd488db0f9169e7ad87a74-225891e96d4347758f8833bbeba70b5d
I20260608 12:39:17.929911  3509 tablet_copy_source_session.cc:215] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:17.933708  4011 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 225891e96d4347758f8833bbeba70b5d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.955343  4010 tablet_copy_client.cc:323] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45969
I20260608 12:39:17.957445  3434 tablet_copy_service.cc:140] P 614c1ed1c0ec4b2f81059a97584919ab: Received BeginTabletCopySession request for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a from peer 37deee5e365544e59ab175d47411c5a8 ({username='slave'} at 127.0.0.1:53822)
I20260608 12:39:17.957996  3434 tablet_copy_service.cc:161] P 614c1ed1c0ec4b2f81059a97584919ab: Beginning new tablet copy session on tablet c3d0bc0db7bf4bd3b85b0556fee3f96a from peer 37deee5e365544e59ab175d47411c5a8 at {username='slave'} at 127.0.0.1:53822: session id = 37deee5e365544e59ab175d47411c5a8-c3d0bc0db7bf4bd3b85b0556fee3f96a
I20260608 12:39:17.974220  3434 tablet_copy_source_session.cc:215] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:17.977993  4010 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.999980  4011 tablet_copy_client.cc:806] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:18.000694  4011 tablet_copy_client.cc:670] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:18.013135  4011 tablet_copy_client.cc:538] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:18.023574  4011 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap starting.
I20260608 12:39:18.030347  4010 tablet_copy_client.cc:806] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:18.031080  4010 tablet_copy_client.cc:670] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:18.036023  4010 tablet_copy_client.cc:538] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:18.054025  4006 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:18.055094  4006 tablet_bootstrap.cc:492] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:18.061201  4006 ts_tablet_manager.cc:1403] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.174s	user 0.023s	sys 0.012s
I20260608 12:39:18.061868  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:18.060432  4010 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Bootstrap starting.
I20260608 12:39:18.072302  4011 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:18.082628  4011 tablet_bootstrap.cc:492] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Bootstrap complete.
I20260608 12:39:18.070513  4006 raft_consensus.cc:359] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:18.083048  4006 raft_consensus.cc:740] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
I20260608 12:39:18.083389  4011 ts_tablet_manager.cc:1403] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Time spent bootstrapping tablet: real 0.060s	user 0.019s	sys 0.009s
I20260608 12:39:18.083935  4006 consensus_queue.cc:260] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:18.091437  4006 ts_tablet_manager.cc:1434] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.030s	user 0.007s	sys 0.001s
I20260608 12:39:18.098529  3584 tablet_copy_service.cc:342] P 37deee5e365544e59ab175d47411c5a8: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-8c705b93e71942c293c60e658cbd76de received from {username='slave'} at 127.0.0.1:58746
I20260608 12:39:18.099136  3584 tablet_copy_service.cc:434] P 37deee5e365544e59ab175d47411c5a8: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-8c705b93e71942c293c60e658cbd76de on tablet 8c705b93e71942c293c60e658cbd76de with peer c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:18.100248  4011 raft_consensus.cc:359] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:18.101114  4011 raft_consensus.cc:740] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c8ff4895b8cd488db0f9169e7ad87a74, State: Initialized, Role: LEARNER
I20260608 12:39:18.102051  4011 consensus_queue.cc:260] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: true } }
I20260608 12:39:18.104215  3422 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a"
dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
mode: GRACEFUL
new_leader_uuid: "7164be16e74646e0addd13a5f8352d45"
 from {username='slave'} at 127.0.0.1:53864
I20260608 12:39:18.104774  3422 raft_consensus.cc:606] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Received request to transfer leadership to TS 7164be16e74646e0addd13a5f8352d45
I20260608 12:39:18.105393  4011 ts_tablet_manager.cc:1434] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.001s
I20260608 12:39:18.107627  3509 tablet_copy_service.cc:342] P 7164be16e74646e0addd13a5f8352d45: Request end of tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-225891e96d4347758f8833bbeba70b5d received from {username='slave'} at 127.0.0.1:40402
I20260608 12:39:18.108146  3509 tablet_copy_service.cc:434] P 7164be16e74646e0addd13a5f8352d45: ending tablet copy session c8ff4895b8cd488db0f9169e7ad87a74-225891e96d4347758f8833bbeba70b5d on tablet 225891e96d4347758f8833bbeba70b5d with peer c8ff4895b8cd488db0f9169e7ad87a74
I20260608 12:39:18.111997  3375 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:18.115618  3375 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:18.137336  3726 raft_consensus.cc:1217] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:39:18.157027  4010 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:18.157965  4010 tablet_bootstrap.cc:492] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Bootstrap complete.
I20260608 12:39:18.158761  4010 ts_tablet_manager.cc:1403] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Time spent bootstrapping tablet: real 0.099s	user 0.018s	sys 0.008s
I20260608 12:39:18.175552  4010 raft_consensus.cc:359] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } }
I20260608 12:39:18.176788  4010 raft_consensus.cc:740] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 37deee5e365544e59ab175d47411c5a8, State: Initialized, Role: LEARNER
I20260608 12:39:18.177693  4010 consensus_queue.cc:260] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: true } }
I20260608 12:39:18.187163  4010 ts_tablet_manager.cc:1434] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: Time spent starting tablet: real 0.028s	user 0.009s	sys 0.002s
I20260608 12:39:18.196542  3434 tablet_copy_service.cc:342] P 614c1ed1c0ec4b2f81059a97584919ab: Request end of tablet copy session 37deee5e365544e59ab175d47411c5a8-c3d0bc0db7bf4bd3b85b0556fee3f96a received from {username='slave'} at 127.0.0.1:53822
I20260608 12:39:18.197211  3434 tablet_copy_service.cc:434] P 614c1ed1c0ec4b2f81059a97584919ab: ending tablet copy session 37deee5e365544e59ab175d47411c5a8-c3d0bc0db7bf4bd3b85b0556fee3f96a on tablet c3d0bc0db7bf4bd3b85b0556fee3f96a with peer 37deee5e365544e59ab175d47411c5a8
I20260608 12:39:18.210072  4014 raft_consensus.cc:993] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: : Instructing follower 7164be16e74646e0addd13a5f8352d45 to start an election
I20260608 12:39:18.234638  4022 raft_consensus.cc:1081] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Signalling peer 7164be16e74646e0addd13a5f8352d45 to start an election
I20260608 12:39:18.261528  3494 raft_consensus.cc:1217] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:18.266872  3494 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
 from {username='slave'} at 127.0.0.1:40398
I20260608 12:39:18.267480  3494 raft_consensus.cc:493] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:18.267843  3494 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:18.275804  3494 raft_consensus.cc:515] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:18.280402  3571 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "37deee5e365544e59ab175d47411c5a8"
I20260608 12:39:18.280987  3571 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:18.289250  3571 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:18.291744  3464 leader_election.cc:304] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 37deee5e365544e59ab175d47411c5a8, 7164be16e74646e0addd13a5f8352d45; no voters: 
I20260608 12:39:18.292243  3422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "95a13255fec94c1d8e7eb0b21d8fd20a" candidate_uuid: "7164be16e74646e0addd13a5f8352d45" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
I20260608 12:39:18.292914  3422 raft_consensus.cc:3055] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:39:18.292976  3648 raft_consensus.cc:2804] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:18.293351  3422 raft_consensus.cc:740] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 614c1ed1c0ec4b2f81059a97584919ab, State: Running, Role: LEADER
I20260608 12:39:18.294270  3422 consensus_queue.cc:260] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:18.295604  3422 raft_consensus.cc:3060] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:18.290289  3494 leader_election.cc:290] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [CANDIDATE]: Term 3 election: Requested vote from peers 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155), 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969)
I20260608 12:39:18.305823  3422 raft_consensus.cc:2468] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7164be16e74646e0addd13a5f8352d45 in term 3.
I20260608 12:39:18.315915  3648 raft_consensus.cc:697] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Becoming Leader. State: Replica: 7164be16e74646e0addd13a5f8352d45, State: Running, Role: LEADER
I20260608 12:39:18.320220  3726 raft_consensus.cc:1217] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:39:18.322412  3648 consensus_queue.cc:237] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } }
I20260608 12:39:18.337445  3317 catalog_manager.cc:5696] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 reported cstate change: term changed from 2 to 3, leader changed from 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193) to 7164be16e74646e0addd13a5f8352d45 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:18.362627  3571 raft_consensus.cc:1217] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 12:39:18.626726  3916 raft_consensus.cc:1064] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:18.630019  3916 consensus_queue.cc:237] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:18.648393  3726 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.650393  4019 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.661151  3422 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.663166  4020 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.678790  3494 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.680819  4020 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:18.712339  4019 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.717419  3494 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.724303  3726 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.727434  3422 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.746574  3319 catalog_manager.cc:5696] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 reported cstate change: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.764654  3421 raft_consensus.cc:1275] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:18.774798  4025 raft_consensus.cc:1064] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: attempting to promote NON_VOTER c8ff4895b8cd488db0f9169e7ad87a74 to VOTER
I20260608 12:39:18.782084  3648 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:18.794308  3571 raft_consensus.cc:1275] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:18.796447  4024 consensus_queue.cc:1048] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:18.802016  4025 consensus_queue.cc:237] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:18.805704  4023 raft_consensus.cc:1064] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: attempting to promote NON_VOTER 7164be16e74646e0addd13a5f8352d45 to VOTER
I20260608 12:39:18.808895  4023 consensus_queue.cc:237] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } }
I20260608 12:39:18.851536  4014 raft_consensus.cc:1064] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: attempting to promote NON_VOTER 37deee5e365544e59ab175d47411c5a8 to VOTER
I20260608 12:39:18.855695  4014 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } }
I20260608 12:39:18.884119  3726 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEARNER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.885453  3574 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:18.885241  3571 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.887042  4021 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.887595  4024 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.889645  4024 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.892055  3726 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:18.893739  4021 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.904316  3494 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:39:18.908005  4014 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:18.912499  3423 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:18.914251  3648 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:18.936806  3648 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.948596  3572 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.975399  3726 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:18.977056  3729 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:18.979491  3570 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:18.981882  4021 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:18.983881  4021 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:18.991448  3496 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEARNER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:39:18.993643  4014 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:18.994469  3319 catalog_manager.cc:5696] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:18.996567  3570 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
W20260608 12:39:19.025071  4041 log.cc:927] Time spent T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: Append to log took a long time: real 0.095s	user 0.003s	sys 0.000s
I20260608 12:39:19.057301  3570 consensus_queue.cc:237] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
W20260608 12:39:19.060513  3465 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:45969, user_credentials={real_user=slave}} blocked reactor thread for 56398.7us
I20260608 12:39:19.063208  3729 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.068019  4050 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:19.087283  3421 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { replace: true } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.092640  4021 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.105453  3571 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.111917  3421 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:19.112572  3726 raft_consensus.cc:1275] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Refusing update from remote peer 37deee5e365544e59ab175d47411c5a8: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:19.113631  4035 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:19.115180  4019 consensus_queue.cc:1048] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:19.132109  3916 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.137706  3421 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.148797  3726 raft_consensus.cc:2955] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.172379  3496 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.075675  3317 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 3 to 4, 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.195251  3494 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.217063  3308 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8c705b93e71942c293c60e658cbd76de with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 12:39:19.232784  3308 catalog_manager.cc:5219] ChangeConfig:REMOVE_PEER RPC for tablet 8c705b93e71942c293c60e658cbd76de with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER failed with leader 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155) due to CAS failure; no further retry: Illegal state: Request specified cas_config_opid_index of 4 but the committed config has opid_index of 5
I20260608 12:39:19.244415  3729 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.257443  3494 consensus_queue.cc:237] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } }
I20260608 12:39:19.259845  3317 catalog_manager.cc:5696] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 4 to 5, VOTER 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "37deee5e365544e59ab175d47411c5a8" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:19.261823  3317 catalog_manager.cc:5696] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 reported cstate change: config changed from index 2 to 3, 7164be16e74646e0addd13a5f8352d45 (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { replace: true } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.280179  3421 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:19.282079  4025 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:19.296007  4054 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.298245  3423 consensus_queue.cc:237] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } }
I20260608 12:39:19.301254  3483 tablet_service.cc:1558] Processing DeleteTablet for tablet 8c705b93e71942c293c60e658cbd76de with delete_type TABLET_DATA_TOMBSTONED (TS 7164be16e74646e0addd13a5f8352d45 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:40384
I20260608 12:39:19.301992  3422 consensus_queue.cc:237] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } }
I20260608 12:39:19.303763  3424 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.314421  3729 raft_consensus.cc:1275] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Refusing update from remote peer 7164be16e74646e0addd13a5f8352d45: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:19.317062  3571 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:19.318725  3570 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:19.320223  3496 raft_consensus.cc:1275] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:39:19.320611  4021 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:39:19.321069  4050 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:19.322365  4025 consensus_queue.cc:1048] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:19.325449  4050 consensus_queue.cc:1048] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:39:19.331423  3494 raft_consensus.cc:1275] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Refusing update from remote peer 614c1ed1c0ec4b2f81059a97584919ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:39:19.333446  3726 raft_consensus.cc:2955] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } } }
I20260608 12:39:19.338218  4021 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.343029  3308 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 225891e96d4347758f8833bbeba70b5d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:19.343318  3570 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.349171  3322 catalog_manager.cc:5696] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 reported cstate change: config changed from index 4 to 5, VOTER 37deee5e365544e59ab175d47411c5a8 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "7164be16e74646e0addd13a5f8352d45" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c8ff4895b8cd488db0f9169e7ad87a74" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45879 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:19.350929  4023 consensus_queue.cc:1048] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:19.353063  4021 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.354509  3309 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:19.357347  3571 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.361658  4059 tablet_replica.cc:333] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:19.361564  3319 catalog_manager.cc:5696] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index 4 to 5, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New cstate: current_term: 3 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:19.362677  4059 raft_consensus.cc:2243] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:19.363483  4059 raft_consensus.cc:2272] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.363412  3496 raft_consensus.cc:2955] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } } }
I20260608 12:39:19.370553  3309 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 17a9e9b97ecd4751af6da0b5770f6903 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:19.373903  4059 ts_tablet_manager.cc:1916] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:19.373799  3495 raft_consensus.cc:2955] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } } peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } attrs { promote: false } } }
I20260608 12:39:19.380069  3715 tablet_service.cc:1558] Processing DeleteTablet for tablet c3d0bc0db7bf4bd3b85b0556fee3f96a with delete_type TABLET_DATA_TOMBSTONED (TS c8ff4895b8cd488db0f9169e7ad87a74 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:46598
I20260608 12:39:19.391547  4060 tablet_replica.cc:333] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:19.392518  4060 raft_consensus.cc:2243] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:19.393265  4060 raft_consensus.cc:2272] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.402196  3563 tablet_service.cc:1558] Processing DeleteTablet for tablet 225891e96d4347758f8833bbeba70b5d with delete_type TABLET_DATA_TOMBSTONED (TS 37deee5e365544e59ab175d47411c5a8 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58728
I20260608 12:39:19.416915  3319 catalog_manager.cc:5696] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab reported cstate change: config changed from index 3 to 4, VOTER c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "37deee5e365544e59ab175d47411c5a8" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40155 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "614c1ed1c0ec4b2f81059a97584919ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45969 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7164be16e74646e0addd13a5f8352d45" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32851 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:19.419759  4060 ts_tablet_manager.cc:1916] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:19.423703  4059 ts_tablet_manager.cc:1929] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:39:19.424162  4059 log.cc:1199] T 8c705b93e71942c293c60e658cbd76de P 7164be16e74646e0addd13a5f8352d45: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-1-root/wals/8c705b93e71942c293c60e658cbd76de
I20260608 12:39:19.425498  4061 tablet_replica.cc:333] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:19.426710  4061 raft_consensus.cc:2243] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:19.427482  4061 raft_consensus.cc:2272] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.433068  4061 ts_tablet_manager.cc:1916] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:19.437340  3308 catalog_manager.cc:5027] TS 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): tablet 8c705b93e71942c293c60e658cbd76de (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:19.442325  4060 ts_tablet_manager.cc:1929] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 12:39:19.442811  4060 log.cc:1199] T c3d0bc0db7bf4bd3b85b0556fee3f96a P c8ff4895b8cd488db0f9169e7ad87a74: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root/wals/c3d0bc0db7bf4bd3b85b0556fee3f96a
I20260608 12:39:19.444801  3308 catalog_manager.cc:5027] TS c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): tablet c3d0bc0db7bf4bd3b85b0556fee3f96a (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:19.449069  3715 tablet_service.cc:1558] Processing DeleteTablet for tablet 17a9e9b97ecd4751af6da0b5770f6903 with delete_type TABLET_DATA_TOMBSTONED (TS c8ff4895b8cd488db0f9169e7ad87a74 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46598
I20260608 12:39:19.452353  4060 tablet_replica.cc:333] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:19.453718  4060 raft_consensus.cc:2243] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:19.454464  4060 raft_consensus.cc:2272] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:19.459012  4060 ts_tablet_manager.cc:1916] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:19.464563  4061 ts_tablet_manager.cc:1929] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:39:19.465039  4061 log.cc:1199] T 225891e96d4347758f8833bbeba70b5d P 37deee5e365544e59ab175d47411c5a8: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-2-root/wals/225891e96d4347758f8833bbeba70b5d
I20260608 12:39:19.467628  3308 catalog_manager.cc:5027] TS 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155): tablet 225891e96d4347758f8833bbeba70b5d (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:19.473585  4060 ts_tablet_manager.cc:1929] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:39:19.474022  4060 log.cc:1199] T 17a9e9b97ecd4751af6da0b5770f6903 P c8ff4895b8cd488db0f9169e7ad87a74: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922264717849-431-0/minicluster-data/ts-3-root/wals/17a9e9b97ecd4751af6da0b5770f6903
I20260608 12:39:19.475353  3308 catalog_manager.cc:5027] TS c8ff4895b8cd488db0f9169e7ad87a74 (127.0.107.196:45879): tablet 17a9e9b97ecd4751af6da0b5770f6903 (table range_aware_rebalance_new_range [id=bc1f52673bab4f15811e51007739489e]) successfully deleted
I20260608 12:39:20.116752  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:39:20.134119  3496 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "908a54a05da54229ab1d503cf4175160"
dest_uuid: "7164be16e74646e0addd13a5f8352d45"
mode: GRACEFUL
new_leader_uuid: "614c1ed1c0ec4b2f81059a97584919ab"
 from {username='slave'} at 127.0.0.1:40426
I20260608 12:39:20.134656  3496 raft_consensus.cc:606] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Received request to transfer leadership to TS 614c1ed1c0ec4b2f81059a97584919ab
I20260608 12:39:20.136797  3375 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:39:20.137635  3375 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:20.271867   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:39:20.304105  3465 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 7 similar messages]
W20260608 12:39:20.320474  3465 consensus_peers.cc:597] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.333559  3465 consensus_peers.cc:597] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.353318   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:20.355433   431 tablet_replica.cc:333] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.356396   431 raft_consensus.cc:2243] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.357021   431 raft_consensus.cc:2272] T 2e2aaf028e7b414ab2f700511e51ab6f P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.359752   431 tablet_replica.cc:333] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.360544   431 raft_consensus.cc:2243] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.361573   431 raft_consensus.cc:2272] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.365883   431 tablet_replica.cc:333] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.366813   431 raft_consensus.cc:2243] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.367403   431 raft_consensus.cc:2272] T bf741190d259477abde0798609a0d5bc P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.370085   431 tablet_replica.cc:333] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.370886   431 raft_consensus.cc:2243] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.371917   431 raft_consensus.cc:2272] T a146f64fcf164c248cf2363f2967a3cf P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.374814   431 tablet_replica.cc:333] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.375623   431 raft_consensus.cc:2243] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.376291   431 raft_consensus.cc:2272] T 225891e96d4347758f8833bbeba70b5d P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.378820   431 tablet_replica.cc:333] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.379558   431 raft_consensus.cc:2243] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.380223   431 raft_consensus.cc:2272] T 8c705b93e71942c293c60e658cbd76de P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.382819   431 tablet_replica.cc:333] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.383549   431 raft_consensus.cc:2243] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.384119   431 raft_consensus.cc:2272] T a61175ba9b854642a59722063f5e76b1 P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.386866   431 tablet_replica.cc:333] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.387616   431 raft_consensus.cc:2243] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.388643   431 raft_consensus.cc:2272] T 17a9e9b97ecd4751af6da0b5770f6903 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.391230   431 tablet_replica.cc:333] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.392146   431 raft_consensus.cc:2243] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.392694   431 raft_consensus.cc:2272] T 908a54a05da54229ab1d503cf4175160 P 614c1ed1c0ec4b2f81059a97584919ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.395458   431 tablet_replica.cc:333] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.396188   431 raft_consensus.cc:2243] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.396714   431 raft_consensus.cc:2272] T ae53fe1c39654e579aff0aaa4050148f P 614c1ed1c0ec4b2f81059a97584919ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.399361   431 tablet_replica.cc:333] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.400043   431 raft_consensus.cc:2243] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.401005   431 raft_consensus.cc:2272] T 643905b7248240939f97a7bde7d8d279 P 614c1ed1c0ec4b2f81059a97584919ab [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.403661   431 tablet_replica.cc:333] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab: stopping tablet replica
I20260608 12:39:20.404491   431 raft_consensus.cc:2243] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.405005   431 raft_consensus.cc:2272] T 95a13255fec94c1d8e7eb0b21d8fd20a P 614c1ed1c0ec4b2f81059a97584919ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.454655   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:39:20.487479  3540 consensus_peers.cc:597] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.508002   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:39:20.526033  3465 consensus_peers.cc:597] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.568293  3540 consensus_peers.cc:597] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.581475   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:20.582603   431 tablet_replica.cc:333] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.583498   431 raft_consensus.cc:2243] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.584203   431 raft_consensus.cc:2272] T 17a9e9b97ecd4751af6da0b5770f6903 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.586735   431 tablet_replica.cc:333] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.587605   431 raft_consensus.cc:2243] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.588208   431 raft_consensus.cc:2272] T 2e2aaf028e7b414ab2f700511e51ab6f P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.590862   431 tablet_replica.cc:333] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.591732   431 raft_consensus.cc:2243] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.593299   431 raft_consensus.cc:2272] T ed23a6cfff034bd6be87c1659214772a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.596191   431 tablet_replica.cc:333] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.597090   431 raft_consensus.cc:2243] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.597666   431 raft_consensus.cc:2272] T 0f3579d204bf49c7a5e168abf2831d23 P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.600602   431 tablet_replica.cc:333] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.601435   431 raft_consensus.cc:2243] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.602564   431 raft_consensus.cc:2272] T 0e1dc07bbe6a49c897f460e4282f413b P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.605618   431 tablet_replica.cc:333] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.606482   431 raft_consensus.cc:2243] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.607148   431 raft_consensus.cc:2272] T a146f64fcf164c248cf2363f2967a3cf P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.609977   431 tablet_replica.cc:333] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.610772   431 raft_consensus.cc:2243] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.612831   431 raft_consensus.cc:2272] T 225891e96d4347758f8833bbeba70b5d P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.615734   431 tablet_replica.cc:333] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.616689   431 raft_consensus.cc:2243] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.617434   431 raft_consensus.cc:2272] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.620244   431 tablet_replica.cc:333] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
W20260608 12:39:20.620671  3539 consensus_peers.cc:597] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 -> Peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Couldn't send request to peer 7164be16e74646e0addd13a5f8352d45. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.621021   431 raft_consensus.cc:2243] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.621690   431 raft_consensus.cc:2272] T ae53fe1c39654e579aff0aaa4050148f P 7164be16e74646e0addd13a5f8352d45 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.624478   431 tablet_replica.cc:333] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.625252   431 raft_consensus.cc:2243] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.626243   431 raft_consensus.cc:2272] T 95a13255fec94c1d8e7eb0b21d8fd20a P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.629164   431 tablet_replica.cc:333] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.629890   431 raft_consensus.cc:2243] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.630748   431 raft_consensus.cc:2272] T 908a54a05da54229ab1d503cf4175160 P 7164be16e74646e0addd13a5f8352d45 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.632921   431 tablet_replica.cc:333] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45: stopping tablet replica
I20260608 12:39:20.633405   431 raft_consensus.cc:2243] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.633838   431 raft_consensus.cc:2272] T 975af32e6b764c2eafde7d2ff1df5762 P 7164be16e74646e0addd13a5f8352d45 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:20.643378  3539 consensus_peers.cc:597] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 -> Peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Couldn't send request to peer 7164be16e74646e0addd13a5f8352d45. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.668591  3689 consensus_peers.cc:597] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.679340  3689 consensus_peers.cc:597] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.681669   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:20.728705   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:39:20.748714  3688 consensus_peers.cc:597] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Couldn't send request to peer 7164be16e74646e0addd13a5f8352d45. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:32851: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.750481  3689 consensus_peers.cc:597] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 614c1ed1c0ec4b2f81059a97584919ab (127.0.107.193:45969): Couldn't send request to peer 614c1ed1c0ec4b2f81059a97584919ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45969: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:20.757030  3688 consensus_peers.cc:597] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 37deee5e365544e59ab175d47411c5a8 (127.0.107.195:40155): Couldn't send request to peer 37deee5e365544e59ab175d47411c5a8. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.784279   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:20.785542   431 tablet_replica.cc:333] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.786520   431 raft_consensus.cc:2243] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.787354   431 raft_consensus.cc:2272] T c3d0bc0db7bf4bd3b85b0556fee3f96a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.789980   431 tablet_replica.cc:333] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.790853   431 raft_consensus.cc:2243] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.791486   431 raft_consensus.cc:2272] T ed23a6cfff034bd6be87c1659214772a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.794152   431 tablet_replica.cc:333] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.795053   431 raft_consensus.cc:2243] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.796165   431 raft_consensus.cc:2272] T 0f3579d204bf49c7a5e168abf2831d23 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.799024   431 tablet_replica.cc:333] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
W20260608 12:39:20.799188  3688 consensus_peers.cc:597] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 -> Peer 7164be16e74646e0addd13a5f8352d45 (127.0.107.194:32851): Couldn't send request to peer 7164be16e74646e0addd13a5f8352d45. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:32851: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:20.799950   431 raft_consensus.cc:2243] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.800604   431 raft_consensus.cc:2272] T 0e1dc07bbe6a49c897f460e4282f413b P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.803654   431 tablet_replica.cc:333] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.804479   431 raft_consensus.cc:2243] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.807384   431 raft_consensus.cc:2272] T bf741190d259477abde0798609a0d5bc P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.810153   431 tablet_replica.cc:333] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.810956   431 raft_consensus.cc:2243] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.811836   431 raft_consensus.cc:2272] T 643905b7248240939f97a7bde7d8d279 P 37deee5e365544e59ab175d47411c5a8 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.814836   431 tablet_replica.cc:333] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.815665   431 raft_consensus.cc:2243] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.816757   431 raft_consensus.cc:2272] T 975af32e6b764c2eafde7d2ff1df5762 P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.819406   431 tablet_replica.cc:333] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.820209   431 raft_consensus.cc:2243] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.820868   431 raft_consensus.cc:2272] T a61175ba9b854642a59722063f5e76b1 P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.823460   431 tablet_replica.cc:333] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.824294   431 raft_consensus.cc:2243] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.824997   431 raft_consensus.cc:2272] T 17a9e9b97ecd4751af6da0b5770f6903 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.827579   431 tablet_replica.cc:333] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.828423   431 raft_consensus.cc:2243] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.829046   431 raft_consensus.cc:2272] T 908a54a05da54229ab1d503cf4175160 P 37deee5e365544e59ab175d47411c5a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.831871   431 tablet_replica.cc:333] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.832641   431 raft_consensus.cc:2243] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.833242   431 raft_consensus.cc:2272] T 95a13255fec94c1d8e7eb0b21d8fd20a P 37deee5e365544e59ab175d47411c5a8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.835942   431 tablet_replica.cc:333] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8: stopping tablet replica
I20260608 12:39:20.836676   431 raft_consensus.cc:2243] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.837754   431 raft_consensus.cc:2272] T 8c705b93e71942c293c60e658cbd76de P 37deee5e365544e59ab175d47411c5a8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.884480   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:20.933571   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:20.974803   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:20.975694   431 tablet_replica.cc:333] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.976687   431 raft_consensus.cc:2243] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.977394   431 raft_consensus.cc:2272] T 8c705b93e71942c293c60e658cbd76de P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.979115   431 tablet_replica.cc:333] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.979692   431 raft_consensus.cc:2243] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.980273   431 raft_consensus.cc:2272] T 975af32e6b764c2eafde7d2ff1df5762 P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.982086   431 tablet_replica.cc:333] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.982698   431 raft_consensus.cc:2243] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.983177   431 raft_consensus.cc:2272] T 225891e96d4347758f8833bbeba70b5d P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.984930   431 tablet_replica.cc:333] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.985450   431 raft_consensus.cc:2243] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.985970   431 raft_consensus.cc:2272] T a146f64fcf164c248cf2363f2967a3cf P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.987797   431 tablet_replica.cc:333] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.988375   431 raft_consensus.cc:2243] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.988775   431 raft_consensus.cc:2272] T 0e1dc07bbe6a49c897f460e4282f413b P c8ff4895b8cd488db0f9169e7ad87a74 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.990563   431 tablet_replica.cc:333] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.991205   431 raft_consensus.cc:2243] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:20.992278   431 raft_consensus.cc:2272] T 0f3579d204bf49c7a5e168abf2831d23 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.994652   431 tablet_replica.cc:333] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.995213   431 raft_consensus.cc:2243] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.996006   431 raft_consensus.cc:2272] T 2e2aaf028e7b414ab2f700511e51ab6f P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:20.997669   431 tablet_replica.cc:333] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:20.998178   431 raft_consensus.cc:2243] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:20.998920   431 raft_consensus.cc:2272] T a61175ba9b854642a59722063f5e76b1 P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:21.000852   431 tablet_replica.cc:333] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:21.001364   431 raft_consensus.cc:2243] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:21.001768   431 raft_consensus.cc:2272] T ed23a6cfff034bd6be87c1659214772a P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:21.003417   431 tablet_replica.cc:333] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:21.003938   431 raft_consensus.cc:2243] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:21.004662   431 raft_consensus.cc:2272] T 643905b7248240939f97a7bde7d8d279 P c8ff4895b8cd488db0f9169e7ad87a74 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:21.006477   431 tablet_replica.cc:333] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:21.006963   431 raft_consensus.cc:2243] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:21.007736   431 raft_consensus.cc:2272] T ae53fe1c39654e579aff0aaa4050148f P c8ff4895b8cd488db0f9169e7ad87a74 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:21.009755   431 tablet_replica.cc:333] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74: stopping tablet replica
I20260608 12:39:21.010222   431 raft_consensus.cc:2243] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:21.010635   431 raft_consensus.cc:2272] T bf741190d259477abde0798609a0d5bc P c8ff4895b8cd488db0f9169e7ad87a74 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:22.043649   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 3754)
I20260608 12:39:22.138847  3375 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:39:22.153551  3375 auto_leader_rebalancer.cc:460] the master instance isn't leader: Network error: Client connection negotiation failed: client connection to 127.0.107.194:32851: connect: Connection refused (error 111)
I20260608 12:39:22.866572   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:22.891320   431 master.cc:562] Master@127.0.107.254:38299 shutting down...
I20260608 12:39:22.916456   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:22.917014   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:22.917353   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 26f1ea1e143f4c4cb1c7349317f7de25: stopping tablet replica
I20260608 12:39:22.959355   431 master.cc:584] Master@127.0.107.254:38299 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (18053 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:39:23.017151   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40145
I20260608 12:39:23.018427   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.024446  4075 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.024474  4074 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.025496  4077 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.028398   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.031009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:23.031229   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.031399   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363031381 us; error 0 us; skew 500 ppm
I20260608 12:39:23.032039   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.034598   431 webserver.cc:533] Webserver started at http://127.0.107.254:39711/ using document root <none> and password file <none>
I20260608 12:39:23.035144   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.035369   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.035665   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.036831   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "3176063e428144b6a290e324df73996e"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.041461   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 12:39:23.044987  4082 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.045907   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:23.046149   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "3176063e428144b6a290e324df73996e"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.046450   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.059952   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.061125   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.111608   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40145
I20260608 12:39:23.111726  4133 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40145 every 8 connection(s)
I20260608 12:39:23.115983  4134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:23.126096  4134 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e: Bootstrap starting.
I20260608 12:39:23.130913  4134 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:23.135257  4134 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e: No bootstrap required, opened a new log
I20260608 12:39:23.137467  4134 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER }
I20260608 12:39:23.137857  4134 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:23.138083  4134 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3176063e428144b6a290e324df73996e, State: Initialized, Role: FOLLOWER
I20260608 12:39:23.138777  4134 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER }
I20260608 12:39:23.139235  4134 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:23.139465  4134 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:23.139748  4134 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:23.144755  4134 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER }
I20260608 12:39:23.145296  4134 leader_election.cc:304] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 3176063e428144b6a290e324df73996e; no voters: 
I20260608 12:39:23.146462  4134 leader_election.cc:290] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:23.146879  4137 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:23.148371  4137 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 1 LEADER]: Becoming Leader. State: Replica: 3176063e428144b6a290e324df73996e, State: Running, Role: LEADER
I20260608 12:39:23.149087  4137 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER }
I20260608 12:39:23.149660  4134 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:23.153883  4139 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3176063e428144b6a290e324df73996e. Latest consensus state: current_term: 1 leader_uuid: "3176063e428144b6a290e324df73996e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER } }
I20260608 12:39:23.154598  4139 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:23.154898  4138 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3176063e428144b6a290e324df73996e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3176063e428144b6a290e324df73996e" member_type: VOTER } }
I20260608 12:39:23.155613  4138 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:23.161132  4145 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:23.169512  4145 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:23.170956   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:23.180229  4145 catalog_manager.cc:1382] Generated new cluster ID: 440049671f2d4a3a9c64b38e611bfefd
I20260608 12:39:23.180544  4145 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:23.195652  4145 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:23.196935  4145 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:23.209642  4145 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e: Generated new TSK 0
I20260608 12:39:23.210287  4145 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:23.237499   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.243805  4155 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.245164  4156 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.248306  4158 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.251295   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.255728   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:23.256039   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.256188   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363256176 us; error 0 us; skew 500 ppm
I20260608 12:39:23.256719   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.259099   431 webserver.cc:533] Webserver started at http://127.0.107.193:43387/ using document root <none> and password file <none>
I20260608 12:39:23.259594   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.259752   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.260066   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.261133   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "11c8ece468e24ef9bbe8e07717a424ca"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.265766   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:23.269246  4163 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.270120   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:39:23.270469   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "11c8ece468e24ef9bbe8e07717a424ca"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.270797   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.284214   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.285429   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.286957   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:23.289425   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:23.289654   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.289899   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:23.290078   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.333753   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41943
I20260608 12:39:23.333899  4225 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41943 every 8 connection(s)
I20260608 12:39:23.339603   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.346891  4230 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.350150  4231 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.351768  4233 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.352349   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.353400   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:23.353540  4226 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40145
W20260608 12:39:23.353706   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.353945   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363353917 us; error 0 us; skew 500 ppm
I20260608 12:39:23.354020  4226 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:23.354801   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.354983  4226 heartbeater.cc:507] Master 127.0.107.254:40145 requested a full tablet report, sending...
I20260608 12:39:23.357642  4099 ts_manager.cc:194] Registered new tserver with Master: 11c8ece468e24ef9bbe8e07717a424ca (127.0.107.193:41943)
I20260608 12:39:23.357861   431 webserver.cc:533] Webserver started at http://127.0.107.194:41091/ using document root <none> and password file <none>
I20260608 12:39:23.358685   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.358934   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.359264   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.360226  4099 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35112
I20260608 12:39:23.360759   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "6b39317da6e64d4fb131eef19cc271c9"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.365501   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 12:39:23.368794  4238 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.369629   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:23.369948   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "6b39317da6e64d4fb131eef19cc271c9"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.370294   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.387319   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.388551   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.390048   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:23.392408   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:23.392639   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.392889   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:23.393074   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.433511   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32815
I20260608 12:39:23.433640  4300 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32815 every 8 connection(s)
I20260608 12:39:23.438973   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.447263  4304 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.448261  4305 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.451943  4307 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.452296  4301 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40145
I20260608 12:39:23.452791  4301 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:23.452941   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.454330  4301 heartbeater.cc:507] Master 127.0.107.254:40145 requested a full tablet report, sending...
I20260608 12:39:23.454501   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:23.454820   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.455014   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363454999 us; error 0 us; skew 500 ppm
I20260608 12:39:23.455683   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.456419  4099 ts_manager.cc:194] Registered new tserver with Master: 6b39317da6e64d4fb131eef19cc271c9 (127.0.107.194:32815)
I20260608 12:39:23.458022  4099 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35124
I20260608 12:39:23.458323   431 webserver.cc:533] Webserver started at http://127.0.107.195:34813/ using document root <none> and password file <none>
I20260608 12:39:23.459029   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.459288   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.459650   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.460834   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "00382e69d1894cc69dcad4f44da1112d"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.465551   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:23.469118  4312 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.470023   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:23.470482   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "00382e69d1894cc69dcad4f44da1112d"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.470892   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.503882   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.505111   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.506620   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:23.508996   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:23.509230   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.509483   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:23.509670   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.553318   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42599
I20260608 12:39:23.553469  4374 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42599 every 8 connection(s)
I20260608 12:39:23.558537   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:23.566346  4378 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.568252  4379 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:23.572708  4381 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:23.573835  4375 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40145
I20260608 12:39:23.574234  4375 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:23.575181  4375 heartbeater.cc:507] Master 127.0.107.254:40145 requested a full tablet report, sending...
I20260608 12:39:23.575315   431 server_base.cc:1061] running on GCE node
I20260608 12:39:23.576391   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:23.576637   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:23.576843   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922363576824 us; error 0 us; skew 500 ppm
I20260608 12:39:23.577477   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:23.578353  4099 ts_manager.cc:194] Registered new tserver with Master: 00382e69d1894cc69dcad4f44da1112d (127.0.107.195:42599)
I20260608 12:39:23.580428  4099 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35130
I20260608 12:39:23.580449   431 webserver.cc:533] Webserver started at http://127.0.107.196:43365/ using document root <none> and password file <none>
I20260608 12:39:23.581385   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:23.581655   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:23.581868   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:23.583389   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "c55077d0bf8e420d893a73f712aa0112"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.587797   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:39:23.591231  4386 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.592176   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:23.592545   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "c55077d0bf8e420d893a73f712aa0112"
format_stamp: "Formatted at 2026-06-08 12:39:23 on dist-test-slave-mnll"
I20260608 12:39:23.592885   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:23.609437   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:23.610785   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:23.612424   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:23.614967   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:23.615223   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.615490   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:23.615695   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:23.660473   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41297
I20260608 12:39:23.660560  4448 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41297 every 8 connection(s)
I20260608 12:39:23.675734  4449 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40145
I20260608 12:39:23.676218  4449 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:23.676968  4449 heartbeater.cc:507] Master 127.0.107.254:40145 requested a full tablet report, sending...
I20260608 12:39:23.679105  4099 ts_manager.cc:194] Registered new tserver with Master: c55077d0bf8e420d893a73f712aa0112 (127.0.107.196:41297)
I20260608 12:39:23.679481   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.015365284s
I20260608 12:39:23.680913  4099 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35132
I20260608 12:39:24.245169  4099 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35152:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:39:24.290556  4266 tablet_service.cc:1511] Processing CreateTablet for tablet 3dee22b21fc345aeb969933a2d1dc3cd (DEFAULT_TABLE table=test-workload [id=8ffe654c64ce407fa17525d6f06168f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:24.292151  4266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dee22b21fc345aeb969933a2d1dc3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.295773  4340 tablet_service.cc:1511] Processing CreateTablet for tablet 3dee22b21fc345aeb969933a2d1dc3cd (DEFAULT_TABLE table=test-workload [id=8ffe654c64ce407fa17525d6f06168f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:24.297048  4340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dee22b21fc345aeb969933a2d1dc3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.298496  4191 tablet_service.cc:1511] Processing CreateTablet for tablet 3dee22b21fc345aeb969933a2d1dc3cd (DEFAULT_TABLE table=test-workload [id=8ffe654c64ce407fa17525d6f06168f1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:24.299799  4191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3dee22b21fc345aeb969933a2d1dc3cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.310334  4470 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: Bootstrap starting.
I20260608 12:39:24.312719  4471 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: Bootstrap starting.
I20260608 12:39:24.317577  4472 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: Bootstrap starting.
I20260608 12:39:24.320077  4471 tablet_bootstrap.cc:654] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:24.320088  4470 tablet_bootstrap.cc:654] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:24.325016  4471 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: No bootstrap required, opened a new log
I20260608 12:39:24.325104  4472 tablet_bootstrap.cc:654] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:24.325495  4471 ts_tablet_manager.cc:1403] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.007s
I20260608 12:39:24.328099  4471 raft_consensus.cc:359] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.328922  4471 raft_consensus.cc:385] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:24.329272  4471 raft_consensus.cc:740] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00382e69d1894cc69dcad4f44da1112d, State: Initialized, Role: FOLLOWER
I20260608 12:39:24.330265  4470 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: No bootstrap required, opened a new log
I20260608 12:39:24.330632  4472 tablet_bootstrap.cc:492] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: No bootstrap required, opened a new log
I20260608 12:39:24.330220  4471 consensus_queue.cc:260] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.330880  4470 ts_tablet_manager.cc:1403] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.005s
I20260608 12:39:24.331173  4472 ts_tablet_manager.cc:1403] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 12:39:24.333149  4375 heartbeater.cc:499] Master 127.0.107.254:40145 was elected leader, sending a full tablet report...
I20260608 12:39:24.333793  4470 raft_consensus.cc:359] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.334263  4471 ts_tablet_manager.cc:1434] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:39:24.334640  4470 raft_consensus.cc:385] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:24.334419  4472 raft_consensus.cc:359] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.335060  4470 raft_consensus.cc:740] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b39317da6e64d4fb131eef19cc271c9, State: Initialized, Role: FOLLOWER
I20260608 12:39:24.335243  4472 raft_consensus.cc:385] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:24.335635  4472 raft_consensus.cc:740] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 11c8ece468e24ef9bbe8e07717a424ca, State: Initialized, Role: FOLLOWER
I20260608 12:39:24.335973  4470 consensus_queue.cc:260] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.336530  4472 consensus_queue.cc:260] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.339735  4301 heartbeater.cc:499] Master 127.0.107.254:40145 was elected leader, sending a full tablet report...
I20260608 12:39:24.340116  4472 ts_tablet_manager.cc:1434] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.005s
I20260608 12:39:24.340277  4470 ts_tablet_manager.cc:1434] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.001s
I20260608 12:39:24.342207  4226 heartbeater.cc:499] Master 127.0.107.254:40145 was elected leader, sending a full tablet report...
I20260608 12:39:24.435308  4476 raft_consensus.cc:493] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:24.435895  4476 raft_consensus.cc:515] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.439018  4476 leader_election.cc:290] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6b39317da6e64d4fb131eef19cc271c9 (127.0.107.194:32815), 11c8ece468e24ef9bbe8e07717a424ca (127.0.107.193:41943)
I20260608 12:39:24.452800  4276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dee22b21fc345aeb969933a2d1dc3cd" candidate_uuid: "00382e69d1894cc69dcad4f44da1112d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6b39317da6e64d4fb131eef19cc271c9" is_pre_election: true
I20260608 12:39:24.452822  4201 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dee22b21fc345aeb969933a2d1dc3cd" candidate_uuid: "00382e69d1894cc69dcad4f44da1112d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11c8ece468e24ef9bbe8e07717a424ca" is_pre_election: true
I20260608 12:39:24.453833  4276 raft_consensus.cc:2468] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00382e69d1894cc69dcad4f44da1112d in term 0.
I20260608 12:39:24.453826  4201 raft_consensus.cc:2468] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00382e69d1894cc69dcad4f44da1112d in term 0.
I20260608 12:39:24.455230  4313 leader_election.cc:304] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00382e69d1894cc69dcad4f44da1112d, 6b39317da6e64d4fb131eef19cc271c9; no voters: 
I20260608 12:39:24.455971  4476 raft_consensus.cc:2804] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:24.456269  4476 raft_consensus.cc:493] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:24.456518  4476 raft_consensus.cc:3060] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:24.461694  4476 raft_consensus.cc:515] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.463555  4476 leader_election.cc:290] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [CANDIDATE]: Term 1 election: Requested vote from peers 6b39317da6e64d4fb131eef19cc271c9 (127.0.107.194:32815), 11c8ece468e24ef9bbe8e07717a424ca (127.0.107.193:41943)
I20260608 12:39:24.464402  4276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dee22b21fc345aeb969933a2d1dc3cd" candidate_uuid: "00382e69d1894cc69dcad4f44da1112d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6b39317da6e64d4fb131eef19cc271c9"
I20260608 12:39:24.464680  4201 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3dee22b21fc345aeb969933a2d1dc3cd" candidate_uuid: "00382e69d1894cc69dcad4f44da1112d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "11c8ece468e24ef9bbe8e07717a424ca"
I20260608 12:39:24.464918  4276 raft_consensus.cc:3060] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:24.465266  4201 raft_consensus.cc:3060] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:24.469882  4276 raft_consensus.cc:2468] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00382e69d1894cc69dcad4f44da1112d in term 1.
I20260608 12:39:24.469988  4201 raft_consensus.cc:2468] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00382e69d1894cc69dcad4f44da1112d in term 1.
I20260608 12:39:24.471026  4313 leader_election.cc:304] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00382e69d1894cc69dcad4f44da1112d, 6b39317da6e64d4fb131eef19cc271c9; no voters: 
I20260608 12:39:24.471921  4476 raft_consensus.cc:2804] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:24.473352  4476 raft_consensus.cc:697] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 1 LEADER]: Becoming Leader. State: Replica: 00382e69d1894cc69dcad4f44da1112d, State: Running, Role: LEADER
I20260608 12:39:24.474185  4476 consensus_queue.cc:237] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } }
I20260608 12:39:24.481964  4097 catalog_manager.cc:5696] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d reported cstate change: term changed from 0 to 1, leader changed from <none> to 00382e69d1894cc69dcad4f44da1112d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "00382e69d1894cc69dcad4f44da1112d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "00382e69d1894cc69dcad4f44da1112d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42599 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:24.683660  4449 heartbeater.cc:499] Master 127.0.107.254:40145 was elected leader, sending a full tablet report...
I20260608 12:39:24.862393  4476 consensus_queue.cc:1048] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [LEADER]: Connected to new peer: Peer: permanent_uuid: "11c8ece468e24ef9bbe8e07717a424ca" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41943 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:24.877921  4486 consensus_queue.cc:1048] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [LEADER]: Connected to new peer: Peer: permanent_uuid: "6b39317da6e64d4fb131eef19cc271c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32815 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:25.168447  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:25.169878  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:25.170236  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:27.171435  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:27.173417  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:27.173765  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:29.174810  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:29.176213  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:29.176546  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:31.177513  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:31.178859  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:31.179193  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:33.180191  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:33.181553  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:33.181870  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:35.182907  4152 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:35.184333  4152 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:35.184675  4152 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:35.557024   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:35.586687   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:35.587379   431 tablet_replica.cc:333] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca: stopping tablet replica
I20260608 12:39:35.588009   431 raft_consensus.cc:2243] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:35.588552   431 raft_consensus.cc:2272] T 3dee22b21fc345aeb969933a2d1dc3cd P 11c8ece468e24ef9bbe8e07717a424ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:35.610263   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:35.624955   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:35.648160   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:35.648981   431 tablet_replica.cc:333] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9: stopping tablet replica
I20260608 12:39:35.649513   431 raft_consensus.cc:2243] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:35.649992   431 raft_consensus.cc:2272] T 3dee22b21fc345aeb969933a2d1dc3cd P 6b39317da6e64d4fb131eef19cc271c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:35.670322   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:35.681608   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:35.705834   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:35.706591   431 tablet_replica.cc:333] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d: stopping tablet replica
I20260608 12:39:35.707157   431 raft_consensus.cc:2243] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:35.708086   431 raft_consensus.cc:2272] T 3dee22b21fc345aeb969933a2d1dc3cd P 00382e69d1894cc69dcad4f44da1112d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:35.743430   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:35.758708   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:35.784093   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:35.802968   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:35.813366   431 master.cc:562] Master@127.0.107.254:40145 shutting down...
I20260608 12:39:35.833971   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:35.834849   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:35.835260   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3176063e428144b6a290e324df73996e: stopping tablet replica
I20260608 12:39:35.855434   431 master.cc:584] Master@127.0.107.254:40145 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12879 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:39:35.896552   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:32945
I20260608 12:39:35.897846   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:35.904560  4494 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.905051   431 server_base.cc:1061] running on GCE node
W20260608 12:39:35.904574  4495 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:35.905390  4497 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:35.906618   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:35.906808   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:35.906924   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922375906913 us; error 0 us; skew 500 ppm
I20260608 12:39:35.907454   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:35.910166   431 webserver.cc:533] Webserver started at http://127.0.107.254:37665/ using document root <none> and password file <none>
I20260608 12:39:35.910667   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:35.910964   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:35.911586   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:35.912997   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "6b40f33b9f3c4db69761eb9790f64f50"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-mnll"
I20260608 12:39:35.918231   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:35.922309  4502 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:35.923092   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:39:35.923420   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "6b40f33b9f3c4db69761eb9790f64f50"
format_stamp: "Formatted at 2026-06-08 12:39:35 on dist-test-slave-mnll"
I20260608 12:39:35.923708   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:35.962050   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:35.963409   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:36.006264   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:32945
I20260608 12:39:36.006731  4553 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:32945 every 8 connection(s)
I20260608 12:39:36.010727  4554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:36.022294  4554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50: Bootstrap starting.
I20260608 12:39:36.027570  4554 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:36.032066  4554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50: No bootstrap required, opened a new log
I20260608 12:39:36.034665  4554 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER }
I20260608 12:39:36.035108  4554 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:36.035410  4554 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b40f33b9f3c4db69761eb9790f64f50, State: Initialized, Role: FOLLOWER
I20260608 12:39:36.036121  4554 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER }
I20260608 12:39:36.036609  4554 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:36.036815  4554 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:36.037110  4554 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:36.041862  4554 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER }
I20260608 12:39:36.042393  4554 leader_election.cc:304] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 6b40f33b9f3c4db69761eb9790f64f50; no voters: 
I20260608 12:39:36.043646  4554 leader_election.cc:290] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:36.044133  4557 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:36.045511  4557 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 1 LEADER]: Becoming Leader. State: Replica: 6b40f33b9f3c4db69761eb9790f64f50, State: Running, Role: LEADER
I20260608 12:39:36.046275  4557 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER }
I20260608 12:39:36.046734  4554 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:36.050629  4558 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6b40f33b9f3c4db69761eb9790f64f50" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER } }
I20260608 12:39:36.051422  4558 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:36.051297  4559 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6b40f33b9f3c4db69761eb9790f64f50. Latest consensus state: current_term: 1 leader_uuid: "6b40f33b9f3c4db69761eb9790f64f50" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6b40f33b9f3c4db69761eb9790f64f50" member_type: VOTER } }
I20260608 12:39:36.052042  4559 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:36.059154  4564 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:36.067657  4564 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:36.068894   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:36.081619  4564 catalog_manager.cc:1382] Generated new cluster ID: 8624230045424ce681797b8e2c9b8341
I20260608 12:39:36.082010  4564 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:36.121443  4564 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:36.122854  4564 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:36.139110  4564 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50: Generated new TSK 0
I20260608 12:39:36.139813  4564 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:36.200947   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:36.207546  4575 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.208418  4576 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.209941  4578 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.211431   431 server_base.cc:1061] running on GCE node
I20260608 12:39:36.212350   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:36.212666   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:36.212831   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922376212816 us; error 0 us; skew 500 ppm
I20260608 12:39:36.213474   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:36.216498   431 webserver.cc:533] Webserver started at http://127.0.107.193:37167/ using document root <none> and password file <none>
I20260608 12:39:36.217233   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:36.217424   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:36.217779   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:36.219036   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "18ebee5f0e84481f9efc4ccaa372c9be"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.224797   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:39:36.229812  4583 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.230959   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.005s	sys 0.000s
I20260608 12:39:36.231400   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "18ebee5f0e84481f9efc4ccaa372c9be"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.231757   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:36.253263   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:36.254535   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:36.256430   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:36.258836   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:36.259074   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.259322   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:36.259509   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.305459   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34631
I20260608 12:39:36.305676  4645 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34631 every 8 connection(s)
I20260608 12:39:36.310794   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:36.319172  4650 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.320403  4651 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.324836  4646 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32945
I20260608 12:39:36.325336  4646 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:36.326520  4646 heartbeater.cc:507] Master 127.0.107.254:32945 requested a full tablet report, sending...
W20260608 12:39:36.326583  4653 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.326776   431 server_base.cc:1061] running on GCE node
I20260608 12:39:36.327996   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:36.328238   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:36.328446   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922376328419 us; error 0 us; skew 500 ppm
I20260608 12:39:36.329092   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:36.329375  4519 ts_manager.cc:194] Registered new tserver with Master: 18ebee5f0e84481f9efc4ccaa372c9be (127.0.107.193:34631)
I20260608 12:39:36.331271  4519 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59836
I20260608 12:39:36.332017   431 webserver.cc:533] Webserver started at http://127.0.107.194:40627/ using document root <none> and password file <none>
I20260608 12:39:36.332572   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:36.332791   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:36.333060   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:36.334439   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "8b560fbe995f4e06a1d8ec45cd24c21d"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.339104   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:36.343304  4658 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.344203   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:39:36.344511   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "8b560fbe995f4e06a1d8ec45cd24c21d"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.344839   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:36.362017   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:36.363266   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:36.364815   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:36.367146   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:36.367372   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.367636   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:36.367816   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.409358   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43511
I20260608 12:39:36.409472  4720 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43511 every 8 connection(s)
I20260608 12:39:36.414598   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:36.422806  4724 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.423081  4725 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:36.426488  4727 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:36.427374  4721 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32945
I20260608 12:39:36.427831  4721 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:36.428771  4721 heartbeater.cc:507] Master 127.0.107.254:32945 requested a full tablet report, sending...
I20260608 12:39:36.429352   431 server_base.cc:1061] running on GCE node
I20260608 12:39:36.430310   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:36.430524   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:36.430730   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922376430713 us; error 0 us; skew 500 ppm
I20260608 12:39:36.431208  4519 ts_manager.cc:194] Registered new tserver with Master: 8b560fbe995f4e06a1d8ec45cd24c21d (127.0.107.194:43511)
I20260608 12:39:36.431367   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:36.432711  4519 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59842
I20260608 12:39:36.434470   431 webserver.cc:533] Webserver started at http://127.0.107.195:46697/ using document root <none> and password file <none>
I20260608 12:39:36.435055   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:36.435251   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:36.435556   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:36.436733   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "7eb0daaa41044800a6284e5b0fed33bc"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.441416   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:36.444947  4732 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.445781   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:39:36.446097   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "7eb0daaa41044800a6284e5b0fed33bc"
format_stamp: "Formatted at 2026-06-08 12:39:36 on dist-test-slave-mnll"
I20260608 12:39:36.446434   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:36.483403   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:36.484789   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:36.486354   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:36.488765   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:36.488998   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.489250   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:36.489445   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:36.536115   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38557
I20260608 12:39:36.536274  4794 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38557 every 8 connection(s)
I20260608 12:39:36.556638  4795 heartbeater.cc:344] Connected to a master server at 127.0.107.254:32945
I20260608 12:39:36.557010  4795 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:36.557798  4795 heartbeater.cc:507] Master 127.0.107.254:32945 requested a full tablet report, sending...
I20260608 12:39:36.559929  4519 ts_manager.cc:194] Registered new tserver with Master: 7eb0daaa41044800a6284e5b0fed33bc (127.0.107.195:38557)
I20260608 12:39:36.560940   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.021044927s
I20260608 12:39:36.561560  4519 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59846
I20260608 12:39:37.118579  4519 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59862:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:37.120765  4519 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:37.167457  4686 tablet_service.cc:1511] Processing CreateTablet for tablet 5ace8a32f13e469f907567439ed3a44b (DEFAULT_TABLE table=test-workload [id=7602f2ef908f4b788be844d25c01438e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:37.169006  4686 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ace8a32f13e469f907567439ed3a44b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:37.171877  4611 tablet_service.cc:1511] Processing CreateTablet for tablet 5ace8a32f13e469f907567439ed3a44b (DEFAULT_TABLE table=test-workload [id=7602f2ef908f4b788be844d25c01438e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:37.173381  4611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ace8a32f13e469f907567439ed3a44b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:37.178186  4760 tablet_service.cc:1511] Processing CreateTablet for tablet 5ace8a32f13e469f907567439ed3a44b (DEFAULT_TABLE table=test-workload [id=7602f2ef908f4b788be844d25c01438e]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:39:37.179523  4760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5ace8a32f13e469f907567439ed3a44b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:37.192461  4815 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: Bootstrap starting.
I20260608 12:39:37.194154  4816 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: Bootstrap starting.
I20260608 12:39:37.198596  4815 tablet_bootstrap.cc:654] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:37.200274  4817 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: Bootstrap starting.
I20260608 12:39:37.201953  4816 tablet_bootstrap.cc:654] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:37.207288  4816 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: No bootstrap required, opened a new log
I20260608 12:39:37.207749  4816 ts_tablet_manager.cc:1403] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260608 12:39:37.208110  4817 tablet_bootstrap.cc:654] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:37.208500  4815 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: No bootstrap required, opened a new log
I20260608 12:39:37.209028  4815 ts_tablet_manager.cc:1403] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260608 12:39:37.210294  4816 raft_consensus.cc:359] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.211196  4816 raft_consensus.cc:385] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:37.211486  4816 raft_consensus.cc:740] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b560fbe995f4e06a1d8ec45cd24c21d, State: Initialized, Role: FOLLOWER
I20260608 12:39:37.212389  4816 consensus_queue.cc:260] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.213236  4815 raft_consensus.cc:359] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.215025  4815 raft_consensus.cc:385] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:37.215523  4815 raft_consensus.cc:740] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18ebee5f0e84481f9efc4ccaa372c9be, State: Initialized, Role: FOLLOWER
I20260608 12:39:37.216622  4721 heartbeater.cc:499] Master 127.0.107.254:32945 was elected leader, sending a full tablet report...
I20260608 12:39:37.216665  4815 consensus_queue.cc:260] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.217272  4816 ts_tablet_manager.cc:1434] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:39:37.217185  4817 tablet_bootstrap.cc:492] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: No bootstrap required, opened a new log
I20260608 12:39:37.218139  4817 ts_tablet_manager.cc:1403] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260608 12:39:37.219565  4646 heartbeater.cc:499] Master 127.0.107.254:32945 was elected leader, sending a full tablet report...
I20260608 12:39:37.220216  4815 ts_tablet_manager.cc:1434] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.001s
I20260608 12:39:37.222108  4817 raft_consensus.cc:359] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.222918  4817 raft_consensus.cc:385] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:37.223687  4817 raft_consensus.cc:740] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7eb0daaa41044800a6284e5b0fed33bc, State: Initialized, Role: FOLLOWER
I20260608 12:39:37.224619  4817 consensus_queue.cc:260] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.227141  4795 heartbeater.cc:499] Master 127.0.107.254:32945 was elected leader, sending a full tablet report...
I20260608 12:39:37.228992  4817 ts_tablet_manager.cc:1434] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
W20260608 12:39:37.291491  4796 tablet.cc:2404] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:39:37.539747  4823 raft_consensus.cc:493] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:37.540258  4823 raft_consensus.cc:515] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.544441  4823 leader_election.cc:290] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b560fbe995f4e06a1d8ec45cd24c21d (127.0.107.194:43511), 18ebee5f0e84481f9efc4ccaa372c9be (127.0.107.193:34631)
I20260608 12:39:37.545430  4821 raft_consensus.cc:493] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:37.546036  4821 raft_consensus.cc:515] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.549365  4821 leader_election.cc:290] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 18ebee5f0e84481f9efc4ccaa372c9be (127.0.107.193:34631), 7eb0daaa41044800a6284e5b0fed33bc (127.0.107.195:38557)
I20260608 12:39:37.558390  4696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "7eb0daaa41044800a6284e5b0fed33bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" is_pre_election: true
I20260608 12:39:37.559284  4696 raft_consensus.cc:2468] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eb0daaa41044800a6284e5b0fed33bc in term 0.
I20260608 12:39:37.560243  4621 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "7eb0daaa41044800a6284e5b0fed33bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" is_pre_election: true
I20260608 12:39:37.560997  4621 raft_consensus.cc:2468] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7eb0daaa41044800a6284e5b0fed33bc in term 0.
I20260608 12:39:37.561071  4733 leader_election.cc:304] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eb0daaa41044800a6284e5b0fed33bc, 8b560fbe995f4e06a1d8ec45cd24c21d; no voters: 
I20260608 12:39:37.562161  4823 raft_consensus.cc:2804] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:37.562528  4823 raft_consensus.cc:493] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:37.562877  4823 raft_consensus.cc:3060] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:37.570907  4823 raft_consensus.cc:515] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.571796  4621 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" is_pre_election: true
I20260608 12:39:37.572400  4621 raft_consensus.cc:2468] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b560fbe995f4e06a1d8ec45cd24c21d in term 0.
I20260608 12:39:37.573863  4696 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "7eb0daaa41044800a6284e5b0fed33bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d"
I20260608 12:39:37.573854  4660 leader_election.cc:304] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 18ebee5f0e84481f9efc4ccaa372c9be, 8b560fbe995f4e06a1d8ec45cd24c21d; no voters: 
I20260608 12:39:37.573949  4770 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7eb0daaa41044800a6284e5b0fed33bc" is_pre_election: true
I20260608 12:39:37.574673  4696 raft_consensus.cc:3060] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:37.574330  4823 leader_election.cc:290] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [CANDIDATE]: Term 1 election: Requested vote from peers 8b560fbe995f4e06a1d8ec45cd24c21d (127.0.107.194:43511), 18ebee5f0e84481f9efc4ccaa372c9be (127.0.107.193:34631)
I20260608 12:39:37.575217  4770 raft_consensus.cc:2393] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8b560fbe995f4e06a1d8ec45cd24c21d in current term 1: Already voted for candidate 7eb0daaa41044800a6284e5b0fed33bc in this term.
I20260608 12:39:37.575973  4621 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5ace8a32f13e469f907567439ed3a44b" candidate_uuid: "7eb0daaa41044800a6284e5b0fed33bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18ebee5f0e84481f9efc4ccaa372c9be"
I20260608 12:39:37.576565  4621 raft_consensus.cc:3060] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:37.582552  4696 raft_consensus.cc:2468] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eb0daaa41044800a6284e5b0fed33bc in term 1.
I20260608 12:39:37.583117  4821 raft_consensus.cc:2764] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:39:37.583806  4733 leader_election.cc:304] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7eb0daaa41044800a6284e5b0fed33bc, 8b560fbe995f4e06a1d8ec45cd24c21d; no voters: 
I20260608 12:39:37.584194  4621 raft_consensus.cc:2468] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7eb0daaa41044800a6284e5b0fed33bc in term 1.
I20260608 12:39:37.584820  4823 raft_consensus.cc:2804] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:37.585988  4823 raft_consensus.cc:697] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 LEADER]: Becoming Leader. State: Replica: 7eb0daaa41044800a6284e5b0fed33bc, State: Running, Role: LEADER
I20260608 12:39:37.586692  4823 consensus_queue.cc:237] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } }
I20260608 12:39:37.594097  4519 catalog_manager.cc:5696] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc reported cstate change: term changed from 0 to 1, leader changed from <none> to 7eb0daaa41044800a6284e5b0fed33bc (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7eb0daaa41044800a6284e5b0fed33bc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7eb0daaa41044800a6284e5b0fed33bc" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38557 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:37.979900  4823 consensus_queue.cc:1048] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b560fbe995f4e06a1d8ec45cd24c21d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:37.989144  4823 consensus_queue.cc:1048] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [LEADER]: Connected to new peer: Peer: permanent_uuid: "18ebee5f0e84481f9efc4ccaa372c9be" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:38.060779  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:38.062325  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:38.063995  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:38.064344  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:39.070338  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:40.065608  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:40.067835  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:40.068341  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:40.079949  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:41.090806  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:42.069341  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:42.070724  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:42.071058  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:42.100734  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:43.109689  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:44.072364  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:44.074472  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:44.074955  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:44.118417  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:45.127095  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:46.076617  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:46.079066  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:46.079504  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:46.136096  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:47.143802  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:48.080698  4572 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:48.082165  4572 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:48.082430  4572 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:48.151669  4567 placement_policy_util.cc:407] tablet 5ace8a32f13e469f907567439ed3a44b: detected majority of replicas (2 of 3) at location L0
I20260608 12:39:48.698235   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:48.729137   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.729974   431 tablet_replica.cc:333] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be: stopping tablet replica
I20260608 12:39:48.730527   431 raft_consensus.cc:2243] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.731114   431 raft_consensus.cc:2272] T 5ace8a32f13e469f907567439ed3a44b P 18ebee5f0e84481f9efc4ccaa372c9be [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.752959   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:48.766418   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:48.790191   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.790990   431 tablet_replica.cc:333] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d: stopping tablet replica
I20260608 12:39:48.791570   431 raft_consensus.cc:2243] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:48.792203   431 raft_consensus.cc:2272] T 5ace8a32f13e469f907567439ed3a44b P 8b560fbe995f4e06a1d8ec45cd24c21d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.812533   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:48.824319   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:48.844769   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:48.845489   431 tablet_replica.cc:333] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc: stopping tablet replica
I20260608 12:39:48.846052   431 raft_consensus.cc:2243] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.847064   431 raft_consensus.cc:2272] T 5ace8a32f13e469f907567439ed3a44b P 7eb0daaa41044800a6284e5b0fed33bc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.867759   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:48.879029   431 master.cc:562] Master@127.0.107.254:32945 shutting down...
I20260608 12:39:48.899103   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:48.899919   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:48.900312   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6b40f33b9f3c4db69761eb9790f64f50: stopping tablet replica
I20260608 12:39:48.919445   431 master.cc:584] Master@127.0.107.254:32945 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13059 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:39:48.955984   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37727
I20260608 12:39:48.957273   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:48.963193  4844 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:48.963213  4843 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:48.964603  4846 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:48.966202   431 server_base.cc:1061] running on GCE node
I20260608 12:39:48.967000   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:48.967173   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:48.967334   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922388967318 us; error 0 us; skew 500 ppm
I20260608 12:39:48.968006   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:48.970530   431 webserver.cc:533] Webserver started at http://127.0.107.254:43079/ using document root <none> and password file <none>
I20260608 12:39:48.971011   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:48.971174   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:48.971400   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:48.972611   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "ba4f5423e17d46088c8b12401eb69351"
format_stamp: "Formatted at 2026-06-08 12:39:48 on dist-test-slave-mnll"
I20260608 12:39:48.977308   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:39:48.980908  4851 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:48.981827   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:39:48.982189   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "ba4f5423e17d46088c8b12401eb69351"
format_stamp: "Formatted at 2026-06-08 12:39:48 on dist-test-slave-mnll"
I20260608 12:39:48.982518   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.001564   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.002939   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.044847   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37727
I20260608 12:39:49.044977  4902 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37727 every 8 connection(s)
I20260608 12:39:49.049134  4903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:49.060040  4903 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351: Bootstrap starting.
I20260608 12:39:49.065039  4903 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:49.069375  4903 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351: No bootstrap required, opened a new log
I20260608 12:39:49.071801  4903 raft_consensus.cc:359] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER }
I20260608 12:39:49.072238  4903 raft_consensus.cc:385] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:49.072424  4903 raft_consensus.cc:740] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ba4f5423e17d46088c8b12401eb69351, State: Initialized, Role: FOLLOWER
I20260608 12:39:49.072990  4903 consensus_queue.cc:260] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER }
I20260608 12:39:49.073417  4903 raft_consensus.cc:399] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:49.073609  4903 raft_consensus.cc:493] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:49.073820  4903 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:49.078666  4903 raft_consensus.cc:515] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER }
I20260608 12:39:49.079173  4903 leader_election.cc:304] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: ba4f5423e17d46088c8b12401eb69351; no voters: 
I20260608 12:39:49.080415  4903 leader_election.cc:290] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:49.080854  4906 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:49.082463  4906 raft_consensus.cc:697] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 1 LEADER]: Becoming Leader. State: Replica: ba4f5423e17d46088c8b12401eb69351, State: Running, Role: LEADER
I20260608 12:39:49.083148  4906 consensus_queue.cc:237] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER }
I20260608 12:39:49.083717  4903 sys_catalog.cc:565] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:49.086575  4908 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ba4f5423e17d46088c8b12401eb69351. Latest consensus state: current_term: 1 leader_uuid: "ba4f5423e17d46088c8b12401eb69351" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER } }
I20260608 12:39:49.087200  4908 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:49.087597  4907 sys_catalog.cc:455] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ba4f5423e17d46088c8b12401eb69351" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ba4f5423e17d46088c8b12401eb69351" member_type: VOTER } }
I20260608 12:39:49.088434  4907 sys_catalog.cc:458] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:49.093084  4911 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:49.098471  4911 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:49.101841   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:49.108139  4911 catalog_manager.cc:1382] Generated new cluster ID: d3528c70e3a44611ab6141bf9180d1d5
I20260608 12:39:49.108407  4911 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:49.135015  4911 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:49.136416  4911 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:49.152076  4911 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351: Generated new TSK 0
I20260608 12:39:49.152899  4911 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:49.169148   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.175840  4924 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.176653  4925 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.178845  4927 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.179319   431 server_base.cc:1061] running on GCE node
I20260608 12:39:49.180279   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:49.180467   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.180696   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389180659 us; error 0 us; skew 500 ppm
I20260608 12:39:49.181329   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.184249   431 webserver.cc:533] Webserver started at http://127.0.107.193:35665/ using document root <none> and password file <none>
I20260608 12:39:49.185060   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.185266   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.185602   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.186806   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "0d7daa97b41f46198515b979d37f41a2"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.191581   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260608 12:39:49.195107  4932 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.196063   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:49.196456   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "0d7daa97b41f46198515b979d37f41a2"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.196698   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.211068   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.212322   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.213768   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.216425   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.216616   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.217083   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.217278   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.264204   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42567
I20260608 12:39:49.264348  4994 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42567 every 8 connection(s)
I20260608 12:39:49.269927   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.278944  4999 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.279860  5000 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.281081  5002 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.282460   431 server_base.cc:1061] running on GCE node
I20260608 12:39:49.283422   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:49.283645   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.283838   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389283797 us; error 0 us; skew 500 ppm
I20260608 12:39:49.284591   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.287418   431 webserver.cc:533] Webserver started at http://127.0.107.194:35177/ using document root <none> and password file <none>
I20260608 12:39:49.288059   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.288286   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.288645   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.290350   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "7b86226aa75742e5bd3fa02b311fccc6"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.292229  4995 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:49.292807  4995 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:49.293584  4995 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:49.296162  4868 ts_manager.cc:194] Registered new tserver with Master: 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567)
I20260608 12:39:49.296726   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.003s
I20260608 12:39:49.298805  4868 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53738
I20260608 12:39:49.301939  5007 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.302800   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:39:49.303150   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "7b86226aa75742e5bd3fa02b311fccc6"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.303445   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.341831   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.343200   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.344728   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.347086   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.347335   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.347586   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.347771   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.392309   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36493
I20260608 12:39:49.392413  5069 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36493 every 8 connection(s)
I20260608 12:39:49.397758   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:49.405547  5073 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:49.406682  5074 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.409332   431 server_base.cc:1061] running on GCE node
W20260608 12:39:49.410449  5076 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:49.411407   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:49.411695   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:49.411768  5070 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:49.411978   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922389411956 us; error 0 us; skew 500 ppm
I20260608 12:39:49.412221  5070 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:49.412905   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:49.413167  5070 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:49.415659   431 webserver.cc:533] Webserver started at http://127.0.107.195:40029/ using document root <none> and password file <none>
I20260608 12:39:49.415925  4868 ts_manager.cc:194] Registered new tserver with Master: 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:49.416466   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:49.416740   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:49.417068   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:49.417881  4868 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53748
I20260608 12:39:49.418705   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "adebc302dc4842edab7c8f0f1e50c854"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.423976   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.001s
I20260608 12:39:49.427462  5081 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.428447   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 12:39:49.428782   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "adebc302dc4842edab7c8f0f1e50c854"
format_stamp: "Formatted at 2026-06-08 12:39:49 on dist-test-slave-mnll"
I20260608 12:39:49.429098   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:49.444001   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:49.445240   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:49.446708   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:49.449090   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:49.449330   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.449580   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:49.449761   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:49.494983   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35079
I20260608 12:39:49.495096  5143 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35079 every 8 connection(s)
I20260608 12:39:49.510205  5144 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:49.510576  5144 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:49.511369  5144 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:49.513514  4868 ts_manager.cc:194] Registered new tserver with Master: adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:49.514577   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015886485s
I20260608 12:39:49.515133  4868 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53760
I20260608 12:39:50.212169  4868 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53762:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:39:50.215341  4868 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:39:50.301098  4960 tablet_service.cc:1511] Processing CreateTablet for tablet dde16dd9fecc49a4872ca9f8cab851a7 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:50.302136  4995 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:50.302641  4960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde16dd9fecc49a4872ca9f8cab851a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.304962  4959 tablet_service.cc:1511] Processing CreateTablet for tablet ef7db54d55224697a77a1b90f1297479 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:50.306427  4959 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7db54d55224697a77a1b90f1297479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.312937  4958 tablet_service.cc:1511] Processing CreateTablet for tablet 2a343c9702da48c3adcf181aabc36e24 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:50.314343  4958 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a343c9702da48c3adcf181aabc36e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.316953  4957 tablet_service.cc:1511] Processing CreateTablet for tablet be8e79b117d54f24a85343fc5212d7c3 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:50.318298  4957 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be8e79b117d54f24a85343fc5212d7c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.320760  5109 tablet_service.cc:1511] Processing CreateTablet for tablet dde16dd9fecc49a4872ca9f8cab851a7 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:50.321225  4956 tablet_service.cc:1511] Processing CreateTablet for tablet 39b00fbeec9c4c349d03c4d03cf7d876 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:50.322155  5109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde16dd9fecc49a4872ca9f8cab851a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.325033  5108 tablet_service.cc:1511] Processing CreateTablet for tablet ef7db54d55224697a77a1b90f1297479 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:50.326443  5108 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7db54d55224697a77a1b90f1297479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.329761  5107 tablet_service.cc:1511] Processing CreateTablet for tablet 2a343c9702da48c3adcf181aabc36e24 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:50.331244  5107 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a343c9702da48c3adcf181aabc36e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.331314  5105 tablet_service.cc:1511] Processing CreateTablet for tablet 39b00fbeec9c4c349d03c4d03cf7d876 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:50.332885  5105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39b00fbeec9c4c349d03c4d03cf7d876. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.334813  5106 tablet_service.cc:1511] Processing CreateTablet for tablet be8e79b117d54f24a85343fc5212d7c3 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:50.335704  5033 tablet_service.cc:1511] Processing CreateTablet for tablet 2a343c9702da48c3adcf181aabc36e24 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:39:50.337158  5033 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a343c9702da48c3adcf181aabc36e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.337481  5035 tablet_service.cc:1511] Processing CreateTablet for tablet dde16dd9fecc49a4872ca9f8cab851a7 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:39:50.338809  5035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde16dd9fecc49a4872ca9f8cab851a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.338552  5104 tablet_service.cc:1511] Processing CreateTablet for tablet 7af085a07c8d4e82abfb53ec52cedcb4 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:50.341012  5034 tablet_service.cc:1511] Processing CreateTablet for tablet ef7db54d55224697a77a1b90f1297479 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:39:50.341069  5030 tablet_service.cc:1511] Processing CreateTablet for tablet 7af085a07c8d4e82abfb53ec52cedcb4 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:50.341015  5103 tablet_service.cc:1511] Processing CreateTablet for tablet 725ad2187f8f49bb81d5e9879e6ffcf8 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:50.342761  5034 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7db54d55224697a77a1b90f1297479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.343801  5031 tablet_service.cc:1511] Processing CreateTablet for tablet 39b00fbeec9c4c349d03c4d03cf7d876 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:39:50.336274  5106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be8e79b117d54f24a85343fc5212d7c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.345187  5031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39b00fbeec9c4c349d03c4d03cf7d876. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.347132  5030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af085a07c8d4e82abfb53ec52cedcb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.348204  5104 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af085a07c8d4e82abfb53ec52cedcb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.349355  5103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 725ad2187f8f49bb81d5e9879e6ffcf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.349143  5032 tablet_service.cc:1511] Processing CreateTablet for tablet be8e79b117d54f24a85343fc5212d7c3 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:39:50.350525  5032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be8e79b117d54f24a85343fc5212d7c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.353518  5102 tablet_service.cc:1511] Processing CreateTablet for tablet 61f17654d4d14fbe88e3bb3879e0b79e (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:50.354607  4953 tablet_service.cc:1511] Processing CreateTablet for tablet 61f17654d4d14fbe88e3bb3879e0b79e (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:50.355216  5102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f17654d4d14fbe88e3bb3879e0b79e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.356348  4953 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f17654d4d14fbe88e3bb3879e0b79e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.360949  4956 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39b00fbeec9c4c349d03c4d03cf7d876. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.357831  5101 tablet_service.cc:1511] Processing CreateTablet for tablet e4f50875defd4ddd8cbe188122916b87 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:50.363075  5101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4f50875defd4ddd8cbe188122916b87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.358165  4954 tablet_service.cc:1511] Processing CreateTablet for tablet 725ad2187f8f49bb81d5e9879e6ffcf8 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:50.351703  4955 tablet_service.cc:1511] Processing CreateTablet for tablet 7af085a07c8d4e82abfb53ec52cedcb4 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:39:50.365062  4954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 725ad2187f8f49bb81d5e9879e6ffcf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.365815  4955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7af085a07c8d4e82abfb53ec52cedcb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.369575  4952 tablet_service.cc:1511] Processing CreateTablet for tablet e4f50875defd4ddd8cbe188122916b87 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:50.369791  5029 tablet_service.cc:1511] Processing CreateTablet for tablet 725ad2187f8f49bb81d5e9879e6ffcf8 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:39:50.371025  5029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 725ad2187f8f49bb81d5e9879e6ffcf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.372711  4951 tablet_service.cc:1511] Processing CreateTablet for tablet 420c76fa3338461db00ade859107d40d (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:50.373128  5028 tablet_service.cc:1511] Processing CreateTablet for tablet 61f17654d4d14fbe88e3bb3879e0b79e (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:39:50.374418  5028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f17654d4d14fbe88e3bb3879e0b79e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.378194  5027 tablet_service.cc:1511] Processing CreateTablet for tablet e4f50875defd4ddd8cbe188122916b87 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:39:50.371025  4952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4f50875defd4ddd8cbe188122916b87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.380070  5027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4f50875defd4ddd8cbe188122916b87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.383131  5100 tablet_service.cc:1511] Processing CreateTablet for tablet 420c76fa3338461db00ade859107d40d (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:50.384537  5100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 420c76fa3338461db00ade859107d40d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.386840  4951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 420c76fa3338461db00ade859107d40d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.405622  5026 tablet_service.cc:1511] Processing CreateTablet for tablet 420c76fa3338461db00ade859107d40d (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:39:50.407090  5026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 420c76fa3338461db00ade859107d40d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.420892  5070 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:50.454911  4951 tablet_service.cc:1511] Processing CreateTablet for tablet 02ff6be5305545378d2dcaebecf3aae0 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:50.457880  4954 tablet_service.cc:1511] Processing CreateTablet for tablet 474244af5cf94393b098ce098dfcc472 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:50.459739  5109 tablet_service.cc:1511] Processing CreateTablet for tablet 474244af5cf94393b098ce098dfcc472 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:50.477272  5109 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 474244af5cf94393b098ce098dfcc472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.471104  5106 tablet_service.cc:1511] Processing CreateTablet for tablet 02ff6be5305545378d2dcaebecf3aae0 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:50.466627  5031 tablet_service.cc:1511] Processing CreateTablet for tablet 02ff6be5305545378d2dcaebecf3aae0 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:39:50.501005  5163 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.508518  5031 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02ff6be5305545378d2dcaebecf3aae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.518164  5144 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:50.518428  5029 tablet_service.cc:1511] Processing CreateTablet for tablet 474244af5cf94393b098ce098dfcc472 (DEFAULT_TABLE table=test-workload [id=b48eb0ce57f04926899c47524f9ba0da]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:39:50.519889  5029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 474244af5cf94393b098ce098dfcc472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.520635  4951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02ff6be5305545378d2dcaebecf3aae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.524171  4954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 474244af5cf94393b098ce098dfcc472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.535983  5106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02ff6be5305545378d2dcaebecf3aae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:50.548290  5163 tablet_bootstrap.cc:654] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.551525  5165 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.553413  5164 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.559240  5165 tablet_bootstrap.cc:654] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.560921  5164 tablet_bootstrap.cc:654] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.577389  5163 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.577996  5163 ts_tablet_manager.cc:1403] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.078s	user 0.013s	sys 0.013s
I20260608 12:39:50.578907  5164 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.579407  5164 ts_tablet_manager.cc:1403] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.003s
I20260608 12:39:50.581746  5164 raft_consensus.cc:359] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.581754  5163 raft_consensus.cc:359] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.582702  5164 raft_consensus.cc:385] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.582794  5163 raft_consensus.cc:385] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.583091  5164 raft_consensus.cc:740] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.583189  5163 raft_consensus.cc:740] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.584012  5164 consensus_queue.cc:260] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.584034  5163 consensus_queue.cc:260] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.588476  5163 ts_tablet_manager.cc:1434] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:39:50.589013  5165 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.589514  5163 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.590852  5164 ts_tablet_manager.cc:1434] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:39:50.591985  5164 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.589540  5165 ts_tablet_manager.cc:1403] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.038s	user 0.007s	sys 0.013s
I20260608 12:39:50.595749  5165 raft_consensus.cc:359] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.596577  5165 raft_consensus.cc:385] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.596928  5165 raft_consensus.cc:740] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.598448  5163 tablet_bootstrap.cc:654] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.598654  5164 tablet_bootstrap.cc:654] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.597889  5165 consensus_queue.cc:260] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.608990  5165 ts_tablet_manager.cc:1434] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.005s
I20260608 12:39:50.610653  5164 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.611369  5164 ts_tablet_manager.cc:1403] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.007s
I20260608 12:39:50.614732  5163 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.614517  5164 raft_consensus.cc:359] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:50.615311  5163 ts_tablet_manager.cc:1403] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.012s
I20260608 12:39:50.615368  5164 raft_consensus.cc:385] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.615571  5165 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.615973  5164 raft_consensus.cc:740] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.617007  5164 consensus_queue.cc:260] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:50.618546  5163 raft_consensus.cc:359] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.619333  5163 raft_consensus.cc:385] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.619683  5163 raft_consensus.cc:740] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.620626  5163 consensus_queue.cc:260] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.621145  5164 ts_tablet_manager.cc:1434] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:39:50.622778  5164 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.622828  5165 tablet_bootstrap.cc:654] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.622923  5163 ts_tablet_manager.cc:1434] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:50.624441  5163 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.630612  5164 tablet_bootstrap.cc:654] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.631182  5163 tablet_bootstrap.cc:654] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.640903  5163 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.641621  5163 ts_tablet_manager.cc:1403] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.017s	user 0.007s	sys 0.009s
I20260608 12:39:50.645634  5163 raft_consensus.cc:359] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.647277  5163 raft_consensus.cc:385] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.647658  5163 raft_consensus.cc:740] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.648564  5163 consensus_queue.cc:260] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.649585  5164 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.650187  5164 ts_tablet_manager.cc:1403] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.004s
I20260608 12:39:50.650285  5165 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.650866  5163 ts_tablet_manager.cc:1434] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:39:50.650894  5165 ts_tablet_manager.cc:1403] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.036s	user 0.023s	sys 0.007s
I20260608 12:39:50.652120  5163 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.653388  5164 raft_consensus.cc:359] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.654139  5164 raft_consensus.cc:385] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.654501  5164 raft_consensus.cc:740] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.654579  5165 raft_consensus.cc:359] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.655679  5165 raft_consensus.cc:385] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.655443  5164 consensus_queue.cc:260] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.656097  5165 raft_consensus.cc:740] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.657078  5165 consensus_queue.cc:260] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.659546  5165 ts_tablet_manager.cc:1434] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.006s
I20260608 12:39:50.659543  5163 tablet_bootstrap.cc:654] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.660323  5164 ts_tablet_manager.cc:1434] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:39:50.661406  5164 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.661748  5165 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.668383  5164 tablet_bootstrap.cc:654] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.669027  5165 tablet_bootstrap.cc:654] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.680861  5165 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.680863  5163 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.681583  5165 ts_tablet_manager.cc:1403] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.009s
I20260608 12:39:50.681624  5163 ts_tablet_manager.cc:1403] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.030s	user 0.015s	sys 0.004s
I20260608 12:39:50.685281  5165 raft_consensus.cc:359] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.685190  5163 raft_consensus.cc:359] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.686048  5165 raft_consensus.cc:385] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.686153  5163 raft_consensus.cc:385] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.686503  5165 raft_consensus.cc:740] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.686554  5163 raft_consensus.cc:740] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.687577  5163 consensus_queue.cc:260] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.687551  5165 consensus_queue.cc:260] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.690771  5165 ts_tablet_manager.cc:1434] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:39:50.691483  5164 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.692049  5164 ts_tablet_manager.cc:1403] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.031s	user 0.019s	sys 0.011s
I20260608 12:39:50.692306  5165 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.694746  5163 ts_tablet_manager.cc:1434] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:39:50.695163  5164 raft_consensus.cc:359] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.695958  5164 raft_consensus.cc:385] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.696295  5164 raft_consensus.cc:740] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.697103  5164 consensus_queue.cc:260] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.699460  5164 ts_tablet_manager.cc:1434] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:39:50.699975  5165 tablet_bootstrap.cc:654] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.700477  5164 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.702102  5163 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.708284  5164 tablet_bootstrap.cc:654] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.708592  5163 tablet_bootstrap.cc:654] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.720185  5164 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.720830  5164 ts_tablet_manager.cc:1403] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260608 12:39:50.723271  5164 raft_consensus.cc:359] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.723647  5165 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.723881  5164 raft_consensus.cc:385] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.724495  5165 ts_tablet_manager.cc:1403] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.032s	user 0.018s	sys 0.008s
I20260608 12:39:50.724432  5164 raft_consensus.cc:740] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.725519  5164 consensus_queue.cc:260] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.726783  5163 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.727370  5163 ts_tablet_manager.cc:1403] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.032s	user 0.018s	sys 0.007s
I20260608 12:39:50.727880  5164 ts_tablet_manager.cc:1434] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:50.728984  5164 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.729055  5165 raft_consensus.cc:359] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.729925  5165 raft_consensus.cc:385] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.730301  5165 raft_consensus.cc:740] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.730530  5163 raft_consensus.cc:359] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.731320  5163 raft_consensus.cc:385] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.731755  5163 raft_consensus.cc:740] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.731384  5165 consensus_queue.cc:260] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.732791  5163 consensus_queue.cc:260] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.735977  5165 ts_tablet_manager.cc:1434] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:39:50.737078  5165 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.737612  5163 ts_tablet_manager.cc:1434] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 12:39:50.737720  5164 tablet_bootstrap.cc:654] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.738685  5163 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.743884  5165 tablet_bootstrap.cc:654] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.746078  5163 tablet_bootstrap.cc:654] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.748037  5169 raft_consensus.cc:493] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.748565  5169 raft_consensus.cc:515] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.749676  5164 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.750269  5164 ts_tablet_manager.cc:1403] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.005s
I20260608 12:39:50.753592  5164 raft_consensus.cc:359] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.754407  5164 raft_consensus.cc:385] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.754916  5164 raft_consensus.cc:740] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.755837  5164 consensus_queue.cc:260] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.759058  5165 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.759625  5165 ts_tablet_manager.cc:1403] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.005s
I20260608 12:39:50.763039  5165 raft_consensus.cc:359] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.764027  5165 raft_consensus.cc:385] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.764408  5165 raft_consensus.cc:740] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.765465  5165 consensus_queue.cc:260] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.767478  5169 leader_election.cc:290] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.769349  5165 ts_tablet_manager.cc:1434] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:39:50.770100  5163 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.770521  5165 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.770597  5163 ts_tablet_manager.cc:1403] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.005s
I20260608 12:39:50.772964  5164 ts_tablet_manager.cc:1434] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.012s
I20260608 12:39:50.775651  5170 raft_consensus.cc:493] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.779729  5163 raft_consensus.cc:359] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.780315  5170 raft_consensus.cc:515] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.780824  5163 raft_consensus.cc:385] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.781316  5163 raft_consensus.cc:740] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.782471  5163 consensus_queue.cc:260] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.783222  5170 leader_election.cc:290] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.784791  5164 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.800073  5164 tablet_bootstrap.cc:654] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.803539  5165 tablet_bootstrap.cc:654] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.811882  5163 ts_tablet_manager.cc:1434] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.036s	user 0.005s	sys 0.004s
I20260608 12:39:50.821065  5187 raft_consensus.cc:493] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.821736  5187 raft_consensus.cc:515] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.824769  5187 leader_election.cc:290] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.826002  5165 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.828003  5163 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:50.829249  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:50.828657  5165 ts_tablet_manager.cc:1403] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.058s	user 0.015s	sys 0.003s
I20260608 12:39:50.829589  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.830072  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a343c9702da48c3adcf181aabc36e24" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.830705  5044 raft_consensus.cc:2468] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
I20260608 12:39:50.832088  5164 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.832022  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a343c9702da48c3adcf181aabc36e24" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:50.832674  5164 ts_tablet_manager.cc:1403] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.048s	user 0.016s	sys 0.019s
I20260608 12:39:50.832796  4969 raft_consensus.cc:2468] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
I20260608 12:39:50.834738  5084 leader_election.cc:304] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 
W20260608 12:39:50.835726  5084 leader_election.cc:343] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.835824  5164 raft_consensus.cc:359] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.836618  5187 raft_consensus.cc:2804] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:50.836742  5164 raft_consensus.cc:385] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.837219  5164 raft_consensus.cc:740] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.836863  5165 raft_consensus.cc:359] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.837833  5165 raft_consensus.cc:385] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.838246  5165 raft_consensus.cc:740] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:50.838083  5164 consensus_queue.cc:260] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.838032  5163 tablet_bootstrap.cc:654] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.839455  5165 consensus_queue.cc:260] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.845330  5170 raft_consensus.cc:493] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.845863  5170 raft_consensus.cc:515] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.846465  5164 ts_tablet_manager.cc:1434] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:39:50.837162  5187 raft_consensus.cc:493] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:50.847190  5187 raft_consensus.cc:3060] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.848091  5170 leader_election.cc:290] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.850471  5165 ts_tablet_manager.cc:1434] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.002s
W20260608 12:39:50.852061  5085 leader_election.cc:343] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:50.853170  4899 debug-util.cc:398] Leaking SignalData structure 0x7b080016a420 after lost signal to thread 434
I20260608 12:39:50.854655  5164 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.859025  5165 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:50.861327  5164 tablet_bootstrap.cc:654] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.852640  5085 leader_election.cc:304] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: adebc302dc4842edab7c8f0f1e50c854; no voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:39:50.868544  5169 raft_consensus.cc:2749] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:50.870119  5165 tablet_bootstrap.cc:654] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.870618  5170 raft_consensus.cc:493] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.872040  5169 raft_consensus.cc:493] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.872711  5169 raft_consensus.cc:515] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.871131  5170 raft_consensus.cc:515] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.877494  5169 leader_election.cc:290] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.878201  5170 leader_election.cc:290] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.884027  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be8e79b117d54f24a85343fc5212d7c3" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.885140  5187 raft_consensus.cc:515] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
W20260608 12:39:50.886386  5084 leader_election.cc:343] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.888625  5119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f17654d4d14fbe88e3bb3879e0b79e" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:50.891168  5119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:50.894348  5118 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "420c76fa3338461db00ade859107d40d" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:50.895359  5118 raft_consensus.cc:2468] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
W20260608 12:39:50.898198  4935 leader_election.cc:343] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.900542  5043 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "420c76fa3338461db00ade859107d40d" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.901568  5043 raft_consensus.cc:2468] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:50.903148  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be8e79b117d54f24a85343fc5212d7c3" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:50.904070  4969 raft_consensus.cc:2468] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
W20260608 12:39:50.904525  4935 leader_election.cc:343] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.905598  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a343c9702da48c3adcf181aabc36e24" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
I20260608 12:39:50.905969  4935 leader_election.cc:304] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:50.906471  4970 raft_consensus.cc:3060] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.908278  5187 leader_election.cc:290] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.908274  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.909973  5085 leader_election.cc:304] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:39:50.910768  5164 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:50.911182  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a343c9702da48c3adcf181aabc36e24" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:50.911463  5187 raft_consensus.cc:2804] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:50.912158  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f17654d4d14fbe88e3bb3879e0b79e" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.912287  5187 raft_consensus.cc:493] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:50.912864  5187 raft_consensus.cc:3060] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.913910  5044 raft_consensus.cc:3060] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.911455  5164 ts_tablet_manager.cc:1403] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.057s	user 0.013s	sys 0.040s
I20260608 12:39:50.921355  5187 raft_consensus.cc:515] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.923141  5164 raft_consensus.cc:359] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.923910  5164 raft_consensus.cc:385] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:50.912895  5045 raft_consensus.cc:2468] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:50.924255  5164 raft_consensus.cc:740] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
W20260608 12:39:50.924665  4935 leader_election.cc:343] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.925047  5170 raft_consensus.cc:2804] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:50.925334  5164 consensus_queue.cc:260] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.926149  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be8e79b117d54f24a85343fc5212d7c3" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
I20260608 12:39:50.927673  4969 raft_consensus.cc:3060] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.929150  5164 ts_tablet_manager.cc:1434] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:50.930176  5164 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:50.931023  4970 raft_consensus.cc:2468] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:50.935945  4935 leader_election.cc:304] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2; no voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854
I20260608 12:39:50.936182  5085 leader_election.cc:304] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:50.926940  5170 raft_consensus.cc:493] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:50.937916  5164 tablet_bootstrap.cc:654] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:50.937590  5169 raft_consensus.cc:2804] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:50.942863  5044 raft_consensus.cc:2468] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:50.943907  5163 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:50.937665  5170 raft_consensus.cc:3060] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.949313  5199 raft_consensus.cc:493] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.951084  5187 leader_election.cc:290] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.952239  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "be8e79b117d54f24a85343fc5212d7c3" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:50.955195  5171 raft_consensus.cc:493] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 12:39:50.955549  5084 leader_election.cc:343] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:50.955832  5171 raft_consensus.cc:515] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.939828  4969 raft_consensus.cc:2468] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:50.960394  4935 leader_election.cc:304] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: adebc302dc4842edab7c8f0f1e50c854
I20260608 12:39:50.960279  5199 raft_consensus.cc:515] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.961556  5163 ts_tablet_manager.cc:1403] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.134s	user 0.030s	sys 0.040s
I20260608 12:39:50.966104  5085 leader_election.cc:304] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:39:50.961479  5171 leader_election.cc:290] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.968798  5187 raft_consensus.cc:2804] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:50.968186  5198 raft_consensus.cc:2749] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:50.969352  5187 raft_consensus.cc:697] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Becoming Leader. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Running, Role: LEADER
I20260608 12:39:50.973817  5187 consensus_queue.cc:237] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.978225  5165 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:50.979151  5165 ts_tablet_manager.cc:1403] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.120s	user 0.011s	sys 0.003s
I20260608 12:39:50.969664  5198 raft_consensus.cc:2804] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:50.972204  5169 raft_consensus.cc:697] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Becoming Leader. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Running, Role: LEADER
I20260608 12:39:50.981488  5171 raft_consensus.cc:493] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:50.984421  5171 raft_consensus.cc:515] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.986711  5171 leader_election.cc:290] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.987912  5199 leader_election.cc:290] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:50.991528  5118 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:50.992237  5118 raft_consensus.cc:2468] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:50.981622  5198 raft_consensus.cc:493] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:50.993414  5198 raft_consensus.cc:3060] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:50.994124  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:50.994200  5169 consensus_queue.cc:237] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.994956  5044 raft_consensus.cc:2468] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:50.996201  4935 leader_election.cc:304] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:50.993042  5170 raft_consensus.cc:515] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:50.997634  5199 raft_consensus.cc:2804] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:50.998027  5199 raft_consensus.cc:493] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:50.998369  5199 raft_consensus.cc:3060] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.000382  5200 raft_consensus.cc:493] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.000913  5200 raft_consensus.cc:515] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.002254  5163 raft_consensus.cc:359] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.002972  5163 raft_consensus.cc:385] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.003279  5163 raft_consensus.cc:740] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.003458  5200 leader_election.cc:290] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:50.992853  5165 raft_consensus.cc:359] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.004386  5165 raft_consensus.cc:385] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.004230  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.004823  5165 raft_consensus.cc:740] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.005882  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
W20260608 12:39:51.006358  5085 leader_election.cc:343] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.008447  5118 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "420c76fa3338461db00ade859107d40d" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.009176  5164 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:51.009704  5164 ts_tablet_manager.cc:1403] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.080s	user 0.016s	sys 0.001s
I20260608 12:39:51.010202  5163 consensus_queue.cc:260] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.011556  5200 raft_consensus.cc:493] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.009145  5118 raft_consensus.cc:3060] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.012082  5200 raft_consensus.cc:515] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.015166  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
W20260608 12:39:51.016372  5084 leader_election.cc:343] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:51.016724  5085 leader_election.cc:343] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.016880  5084 leader_election.cc:304] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: adebc302dc4842edab7c8f0f1e50c854; no voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:39:51.017181  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "420c76fa3338461db00ade859107d40d" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.017758  5200 leader_election.cc:290] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.017846  5044 raft_consensus.cc:3060] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.018594  5200 raft_consensus.cc:2749] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:51.005981  5165 consensus_queue.cc:260] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.021651  5165 ts_tablet_manager.cc:1434] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.042s	user 0.006s	sys 0.001s
I20260608 12:39:51.022925  5165 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:51.031786  5118 raft_consensus.cc:2468] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.032065  5163 ts_tablet_manager.cc:1434] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.065s	user 0.007s	sys 0.001s
I20260608 12:39:51.032891  5164 raft_consensus.cc:359] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.036281  4935 leader_election.cc:304] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.036521  5164 raft_consensus.cc:385] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.037007  5164 raft_consensus.cc:740] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.037330  5204 raft_consensus.cc:2804] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.037977  5164 consensus_queue.cc:260] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.033123  5199 raft_consensus.cc:515] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.040548  5164 ts_tablet_manager.cc:1434] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.031s	user 0.008s	sys 0.000s
I20260608 12:39:51.045660  5164 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:51.000022  5170 leader_election.cc:290] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.033735  5198 raft_consensus.cc:515] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.042640  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.047935  5045 raft_consensus.cc:3060] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.048617  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f17654d4d14fbe88e3bb3879e0b79e" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.054749  5164 tablet_bootstrap.cc:654] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.055157  5042 raft_consensus.cc:3060] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.056936  5204 raft_consensus.cc:697] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.044673  5163 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:51.034987  5044 raft_consensus.cc:2468] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.057897  5204 consensus_queue.cc:237] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.045470  5043 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.059134  5043 raft_consensus.cc:2468] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
I20260608 12:39:51.051564  5119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.060539  5119 raft_consensus.cc:2468] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 0.
I20260608 12:39:51.052516  5117 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.062028  5010 leader_election.cc:304] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.062162  5117 raft_consensus.cc:2468] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 0.
I20260608 12:39:51.062948  5171 raft_consensus.cc:2804] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.063326  5171 raft_consensus.cc:493] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.053047  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "61f17654d4d14fbe88e3bb3879e0b79e" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.063485  5084 leader_election.cc:304] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 0d7daa97b41f46198515b979d37f41a2
I20260608 12:39:51.064029  5171 raft_consensus.cc:3060] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.064342  5116 raft_consensus.cc:3060] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.065392  5010 leader_election.cc:304] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.053153  5198 leader_election.cc:290] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.050024  5118 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.069381  5118 raft_consensus.cc:3060] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.074180  5171 raft_consensus.cc:515] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.082645  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.083546  4969 raft_consensus.cc:2468] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 0.
I20260608 12:39:51.084327  5207 raft_consensus.cc:2804] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.084967  5207 raft_consensus.cc:493] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.084897  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "725ad2187f8f49bb81d5e9879e6ffcf8" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.085565  5207 raft_consensus.cc:3060] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.086148  4970 raft_consensus.cc:2393] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7b86226aa75742e5bd3fa02b311fccc6 in current term 1: Already voted for candidate 0d7daa97b41f46198515b979d37f41a2 in this term.
I20260608 12:39:51.057688  5045 raft_consensus.cc:2468] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.091358  5116 raft_consensus.cc:2468] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.091631  5164 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:51.092597  5042 raft_consensus.cc:2468] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.048404  5199 leader_election.cc:290] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.054186  5165 tablet_bootstrap.cc:654] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
W20260608 12:39:51.100026  4916 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:51.102254  5163 tablet_bootstrap.cc:654] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.102571  5164 ts_tablet_manager.cc:1403] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.057s	user 0.013s	sys 0.010s
I20260608 12:39:51.107126  4935 leader_election.cc:304] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.108429  4935 leader_election.cc:304] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.109256  5199 raft_consensus.cc:2804] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.109351  5164 raft_consensus.cc:359] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.110056  5164 raft_consensus.cc:385] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.109846  5199 raft_consensus.cc:697] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.110354  5164 raft_consensus.cc:740] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.110138  5208 raft_consensus.cc:2804] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.108784  5118 raft_consensus.cc:2468] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.111109  5208 raft_consensus.cc:697] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.111004  5199 consensus_queue.cc:237] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.112100  5164 consensus_queue.cc:260] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.111964  4868 catalog_manager.cc:5696] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: term changed from 0 to 1, leader changed from <none> to adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:51.112418  5208 consensus_queue.cc:237] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.118705  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
I20260608 12:39:51.119331  4970 raft_consensus.cc:3060] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.122812  5207 raft_consensus.cc:515] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.126137  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
W20260608 12:39:51.127743  5085 leader_election.cc:343] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.128695  4864 catalog_manager.cc:5696] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.130152  5211 raft_consensus.cc:2764] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:39:51.131146  5171 leader_election.cc:290] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.132833  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.133399  5207 leader_election.cc:290] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.137436  4970 raft_consensus.cc:2468] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 1.
I20260608 12:39:51.140122  5042 raft_consensus.cc:3060] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.145243  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4f50875defd4ddd8cbe188122916b87" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.146303  5116 raft_consensus.cc:3060] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.149159  5164 ts_tablet_manager.cc:1434] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.045s	user 0.003s	sys 0.004s
I20260608 12:39:51.149084  5011 leader_election.cc:304] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.150475  5164 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:51.150628  5211 raft_consensus.cc:2804] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.153817  5116 raft_consensus.cc:2468] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 1.
I20260608 12:39:51.154199  5211 raft_consensus.cc:697] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Becoming Leader. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Running, Role: LEADER
I20260608 12:39:51.156738  5211 consensus_queue.cc:237] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.158254  5163 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:51.160652  5163 ts_tablet_manager.cc:1403] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.116s	user 0.013s	sys 0.006s
I20260608 12:39:51.162839  5164 tablet_bootstrap.cc:654] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.153367  5042 raft_consensus.cc:2468] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:51.164422  5165 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:51.164948  5165 ts_tablet_manager.cc:1403] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.142s	user 0.017s	sys 0.007s
I20260608 12:39:51.164798  5163 raft_consensus.cc:359] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.165552  5163 raft_consensus.cc:385] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.165856  5163 raft_consensus.cc:740] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.166713  5163 consensus_queue.cc:260] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.167822  5165 raft_consensus.cc:359] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.168519  5165 raft_consensus.cc:385] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.168789  5165 raft_consensus.cc:740] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.169028  5163 ts_tablet_manager.cc:1434] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:39:51.170022  5163 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:51.169588  5165 consensus_queue.cc:260] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.171784  5165 ts_tablet_manager.cc:1434] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:39:51.172749  5165 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:51.177372  5163 tablet_bootstrap.cc:654] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.179620  5165 tablet_bootstrap.cc:654] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.182449  5084 leader_election.cc:304] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 0d7daa97b41f46198515b979d37f41a2
I20260608 12:39:51.184036  5207 raft_consensus.cc:2804] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.184995  5207 raft_consensus.cc:697] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Becoming Leader. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Running, Role: LEADER
I20260608 12:39:51.185848  5207 consensus_queue.cc:237] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.191013  5164 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:51.191694  5164 ts_tablet_manager.cc:1403] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.041s	user 0.013s	sys 0.004s
I20260608 12:39:51.195782  5164 raft_consensus.cc:359] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.198740  5164 raft_consensus.cc:385] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.199182  5164 raft_consensus.cc:740] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.200696  5164 consensus_queue.cc:260] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.203917  5164 ts_tablet_manager.cc:1434] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 12:39:51.205180  5164 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: Bootstrap starting.
I20260608 12:39:51.212800  5164 tablet_bootstrap.cc:654] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.218361  5165 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:51.218982  5165 ts_tablet_manager.cc:1403] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.046s	user 0.014s	sys 0.005s
I20260608 12:39:51.222218  5165 raft_consensus.cc:359] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.223143  5165 raft_consensus.cc:385] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.224617  5165 raft_consensus.cc:740] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.225593  5165 consensus_queue.cc:260] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.234668  5165 ts_tablet_manager.cc:1434] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.000s
I20260608 12:39:51.230863  5164 tablet_bootstrap.cc:492] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: No bootstrap required, opened a new log
I20260608 12:39:51.235656  5165 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:51.235559  5164 ts_tablet_manager.cc:1403] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.009s
I20260608 12:39:51.238499  5163 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:51.238981  5163 ts_tablet_manager.cc:1403] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.069s	user 0.017s	sys 0.044s
I20260608 12:39:51.240110  5164 raft_consensus.cc:359] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.240870  5164 raft_consensus.cc:385] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.241199  5164 raft_consensus.cc:740] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.241812  5163 raft_consensus.cc:359] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.242389  5165 tablet_bootstrap.cc:654] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.242491  5163 raft_consensus.cc:385] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.242118  5164 consensus_queue.cc:260] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.242885  5163 raft_consensus.cc:740] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.243746  5163 consensus_queue.cc:260] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.244849  5164 ts_tablet_manager.cc:1434] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:39:51.246322  5163 ts_tablet_manager.cc:1434] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:51.247293  5163 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:51.248278  5165 tablet_bootstrap.cc:492] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:51.248767  5165 ts_tablet_manager.cc:1403] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260608 12:39:51.248827  4867 catalog_manager.cc:5696] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.250025  4864 catalog_manager.cc:5696] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.251830  4864 catalog_manager.cc:5696] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.253159  5163 tablet_bootstrap.cc:654] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.251865  5165 raft_consensus.cc:359] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.255430  5165 raft_consensus.cc:385] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.255724  5165 raft_consensus.cc:740] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.254745  4868 catalog_manager.cc:5696] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: term changed from 0 to 1, leader changed from <none> to adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:51.257042  4868 catalog_manager.cc:5696] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: term changed from 0 to 1, leader changed from <none> to adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:51.256510  5165 consensus_queue.cc:260] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.276849  5165 ts_tablet_manager.cc:1434] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.028s	user 0.006s	sys 0.000s
I20260608 12:39:51.277848  5165 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:51.283728  5165 tablet_bootstrap.cc:654] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.317507  5163 tablet_bootstrap.cc:492] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:51.318157  5163 ts_tablet_manager.cc:1403] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.071s	user 0.033s	sys 0.032s
I20260608 12:39:51.320251  5165 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:51.320695  5165 ts_tablet_manager.cc:1403] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.043s	user 0.020s	sys 0.011s
I20260608 12:39:51.321363  5163 raft_consensus.cc:359] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.322154  5163 raft_consensus.cc:385] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.322438  5163 raft_consensus.cc:740] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.323328  5165 raft_consensus.cc:359] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.323951  5165 raft_consensus.cc:385] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.323382  5163 consensus_queue.cc:260] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.324230  5165 raft_consensus.cc:740] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.325038  5165 consensus_queue.cc:260] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.326153  5163 ts_tablet_manager.cc:1434] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:39:51.327108  5165 ts_tablet_manager.cc:1434] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:39:51.327214  5163 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:51.328603  5165 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: Bootstrap starting.
I20260608 12:39:51.334311  5163 tablet_bootstrap.cc:654] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.334862  5165 tablet_bootstrap.cc:654] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.349548  5199 raft_consensus.cc:493] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.350207  5199 raft_consensus.cc:515] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.352556  5199 leader_election.cc:290] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.354611  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af085a07c8d4e82abfb53ec52cedcb4" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.355499  5042 raft_consensus.cc:2468] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.356884  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af085a07c8d4e82abfb53ec52cedcb4" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.357092  4935 leader_election.cc:304] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.357533  5116 raft_consensus.cc:2468] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.358206  5199 raft_consensus.cc:2804] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.358623  5199 raft_consensus.cc:493] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.359002  5199 raft_consensus.cc:3060] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.360428  5207 raft_consensus.cc:493] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.360915  5207 raft_consensus.cc:515] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.363592  5207 leader_election.cc:290] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.364799  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.365088  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
W20260608 12:39:51.366683  5085 leader_election.cc:343] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:39:51.367327  5084 leader_election.cc:343] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:51.367818  5084 leader_election.cc:304] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: adebc302dc4842edab7c8f0f1e50c854; no voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:39:51.368520  5163 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:51.369010  5163 ts_tablet_manager.cc:1403] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.042s	user 0.020s	sys 0.007s
I20260608 12:39:51.369035  5207 raft_consensus.cc:2749] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:51.369800  5165 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: No bootstrap required, opened a new log
I20260608 12:39:51.370316  5165 ts_tablet_manager.cc:1403] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent bootstrapping tablet: real 0.042s	user 0.013s	sys 0.025s
I20260608 12:39:51.372129  5163 raft_consensus.cc:359] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.372874  5163 raft_consensus.cc:385] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.373152  5163 raft_consensus.cc:740] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.373050  5165 raft_consensus.cc:359] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.373996  5165 raft_consensus.cc:385] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.374459  5165 raft_consensus.cc:740] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.374029  5163 consensus_queue.cc:260] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.375454  5165 consensus_queue.cc:260] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.375514  5199 raft_consensus.cc:515] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.376844  5163 ts_tablet_manager.cc:1434] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:39:51.377904  5163 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Bootstrap starting.
I20260608 12:39:51.383800  5163 tablet_bootstrap.cc:654] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:51.384568  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af085a07c8d4e82abfb53ec52cedcb4" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.385229  5042 raft_consensus.cc:3060] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.387430  5165 ts_tablet_manager.cc:1434] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.001s
I20260608 12:39:51.393123  5042 raft_consensus.cc:2468] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.394398  4935 leader_election.cc:304] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.395344  5208 raft_consensus.cc:2804] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.396694  5208 raft_consensus.cc:697] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.397945  5199 leader_election.cc:290] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.399027  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7af085a07c8d4e82abfb53ec52cedcb4" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.398695  5208 consensus_queue.cc:237] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.399636  5116 raft_consensus.cc:3060] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.401463  5163 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: No bootstrap required, opened a new log
I20260608 12:39:51.402070  5163 ts_tablet_manager.cc:1403] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.007s
I20260608 12:39:51.405886  5163 raft_consensus.cc:359] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.406711  5163 raft_consensus.cc:385] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:51.407094  5163 raft_consensus.cc:740] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Initialized, Role: FOLLOWER
I20260608 12:39:51.408100  5163 consensus_queue.cc:260] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.408834  5116 raft_consensus.cc:2468] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.410691  5163 ts_tablet_manager.cc:1434] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:51.421485  4865 catalog_manager.cc:5696] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.423653  5207 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.435148  5211 raft_consensus.cc:493] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.435673  5211 raft_consensus.cc:515] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.438561  5211 leader_election.cc:290] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.439605  5208 raft_consensus.cc:493] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.440081  5042 raft_consensus.cc:3060] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.440145  5208 raft_consensus.cc:515] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.442457  5208 leader_election.cc:290] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.443272  4970 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.443955  4970 raft_consensus.cc:2468] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 0.
I20260608 12:39:51.444993  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.445586  5116 raft_consensus.cc:2468] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 0.
I20260608 12:39:51.447398  5045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.448282  5045 raft_consensus.cc:2393] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0d7daa97b41f46198515b979d37f41a2 in current term 1: Already voted for candidate adebc302dc4842edab7c8f0f1e50c854 in this term.
I20260608 12:39:51.449488  5010 leader_election.cc:304] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.450763  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "39b00fbeec9c4c349d03c4d03cf7d876" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.451298  5211 raft_consensus.cc:2804] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.452261  4935 leader_election.cc:304] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2; no voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854
I20260608 12:39:51.453832  5208 raft_consensus.cc:3060] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.451684  5211 raft_consensus.cc:493] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.456228  5211 raft_consensus.cc:3060] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.465832  5199 consensus_queue.cc:1048] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.466992  5211 raft_consensus.cc:515] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.469772  5211 leader_election.cc:290] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.471179  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
I20260608 12:39:51.471800  4969 raft_consensus.cc:3060] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.477491  5187 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.479775  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7db54d55224697a77a1b90f1297479" candidate_uuid: "7b86226aa75742e5bd3fa02b311fccc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.480600  5116 raft_consensus.cc:3060] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.481091  5208 raft_consensus.cc:2749] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:51.489437  5187 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.491183  4969 raft_consensus.cc:2468] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 1.
I20260608 12:39:51.494867  5011 leader_election.cc:304] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6; no voters: 
I20260608 12:39:51.499989  5211 raft_consensus.cc:2804] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.500689  5211 raft_consensus.cc:697] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Becoming Leader. State: Replica: 7b86226aa75742e5bd3fa02b311fccc6, State: Running, Role: LEADER
I20260608 12:39:51.501825  5211 consensus_queue.cc:237] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.503118  5187 raft_consensus.cc:493] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.503810  5187 raft_consensus.cc:515] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.505914  5116 raft_consensus.cc:2468] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b86226aa75742e5bd3fa02b311fccc6 in term 1.
I20260608 12:39:51.508258  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02ff6be5305545378d2dcaebecf3aae0" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2" is_pre_election: true
I20260608 12:39:51.511109  4969 raft_consensus.cc:2468] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
I20260608 12:39:51.511155  5043 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02ff6be5305545378d2dcaebecf3aae0" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.512207  5043 raft_consensus.cc:2468] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 0.
I20260608 12:39:51.513127  5085 leader_election.cc:304] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.509944  5187 leader_election.cc:290] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.514308  5169 raft_consensus.cc:2804] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.514842  5169 raft_consensus.cc:493] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.515578  5169 raft_consensus.cc:3060] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.533080  5208 raft_consensus.cc:493] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.533624  5208 raft_consensus.cc:515] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.529950  5169 raft_consensus.cc:515] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.537683  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.535745  5208 leader_election.cc:290] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.548681  5208 consensus_queue.cc:1048] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.537794  5169 leader_election.cc:290] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Requested vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.539244  4969 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02ff6be5305545378d2dcaebecf3aae0" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0d7daa97b41f46198515b979d37f41a2"
I20260608 12:39:51.540740  5043 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.540843  5116 raft_consensus.cc:2468] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.552595  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02ff6be5305545378d2dcaebecf3aae0" candidate_uuid: "adebc302dc4842edab7c8f0f1e50c854" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.553285  5044 raft_consensus.cc:3060] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.553596  4935 leader_election.cc:304] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.554797  5043 raft_consensus.cc:2468] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.555508  5199 raft_consensus.cc:2804] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.552798  4969 raft_consensus.cc:3060] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.556484  5199 raft_consensus.cc:493] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.557849  5199 raft_consensus.cc:3060] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.564249  5044 raft_consensus.cc:2468] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:51.575747  5198 raft_consensus.cc:493] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:51.585668  5084 leader_election.cc:304] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b86226aa75742e5bd3fa02b311fccc6, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.586892  5198 raft_consensus.cc:515] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.589355  5198 leader_election.cc:290] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.577600  5171 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260608 12:39:51.582186  5204 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260608 12:39:51.568825  4969 raft_consensus.cc:2468] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate adebc302dc4842edab7c8f0f1e50c854 in term 1.
I20260608 12:39:51.578557  5199 raft_consensus.cc:515] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.596150  5169 raft_consensus.cc:2804] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.603893  5169 raft_consensus.cc:697] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Becoming Leader. State: Replica: adebc302dc4842edab7c8f0f1e50c854, State: Running, Role: LEADER
I20260608 12:39:51.604871  5169 consensus_queue.cc:237] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.596032  5198 consensus_queue.cc:1048] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.014s
I20260608 12:39:51.610487  5118 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854" is_pre_election: true
I20260608 12:39:51.611315  5118 raft_consensus.cc:2468] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.612581  5044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6" is_pre_election: true
I20260608 12:39:51.613301  5044 raft_consensus.cc:2468] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 0.
I20260608 12:39:51.613469  4935 leader_election.cc:304] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.615058  5208 raft_consensus.cc:2804] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:51.615571  5208 raft_consensus.cc:493] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:51.616052  5208 raft_consensus.cc:3060] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.615828  5207 consensus_queue.cc:1048] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.647969  5207 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:51.650393  5207 consensus_queue.cc:1048] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:51.654821  5208 raft_consensus.cc:515] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.667169  5198 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.698940  5043 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.699620  5043 raft_consensus.cc:3060] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.701858  5119 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.702512  5119 raft_consensus.cc:3060] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.706463  5208 leader_election.cc:290] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:51.651971  4865 catalog_manager.cc:5696] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.724123  5208 consensus_queue.cc:1048] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:51.725788  5042 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde16dd9fecc49a4872ca9f8cab851a7" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b86226aa75742e5bd3fa02b311fccc6"
I20260608 12:39:51.726521  5042 raft_consensus.cc:3060] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.730906  5199 leader_election.cc:290] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Requested vote from peers 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:51.734563  5116 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "474244af5cf94393b098ce098dfcc472" candidate_uuid: "0d7daa97b41f46198515b979d37f41a2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "adebc302dc4842edab7c8f0f1e50c854"
I20260608 12:39:51.735198  5116 raft_consensus.cc:3060] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:51.735563  5119 raft_consensus.cc:2468] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.739099  4935 leader_election.cc:304] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.740353  5208 raft_consensus.cc:2804] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.740856  5208 raft_consensus.cc:697] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.741734  5208 consensus_queue.cc:237] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } }
I20260608 12:39:51.744508  5116 raft_consensus.cc:2468] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.747668  4935 leader_election.cc:304] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854; no voters: 
I20260608 12:39:51.749640  5199 raft_consensus.cc:2804] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:51.737201  5211 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.013s
I20260608 12:39:51.750424  5199 raft_consensus.cc:697] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Becoming Leader. State: Replica: 0d7daa97b41f46198515b979d37f41a2, State: Running, Role: LEADER
I20260608 12:39:51.751338  5199 consensus_queue.cc:237] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } }
I20260608 12:39:51.784152  5043 raft_consensus.cc:2468] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.790943  5042 raft_consensus.cc:2468] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0d7daa97b41f46198515b979d37f41a2 in term 1.
I20260608 12:39:51.804666  5208 consensus_queue.cc:1048] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:51.814945  4865 catalog_manager.cc:5696] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: term changed from 0 to 1, leader changed from <none> to adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:51.824580  4867 catalog_manager.cc:5696] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.826471  4867 catalog_manager.cc:5696] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.846447  5198 consensus_queue.cc:1048] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.048897  5252 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:52.057200  5251 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.138301  5198 consensus_queue.cc:1048] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.178908  5198 consensus_queue.cc:1048] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.193465  5243 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.194382  5169 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:52.217634  5208 consensus_queue.cc:1048] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:52.347764  5204 consensus_queue.cc:1048] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:39:53.046455  5305 log.cc:927] Time spent T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.059s	user 0.002s	sys 0.000s
W20260608 12:39:53.052670  5304 log.cc:927] Time spent T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.075s	user 0.001s	sys 0.000s
W20260608 12:39:53.137923  5311 log.cc:927] Time spent T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.095s	user 0.002s	sys 0.000s
W20260608 12:39:53.136962  5310 log.cc:927] Time spent T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.089s	user 0.000s	sys 0.002s
W20260608 12:39:53.214677  5318 log.cc:927] Time spent T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.108s	user 0.004s	sys 0.001s
W20260608 12:39:53.224045  5316 log.cc:927] Time spent T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: Append to log took a long time: real 0.063s	user 0.001s	sys 0.000s
W20260608 12:39:53.249529  5322 log.cc:927] Time spent T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: Append to log took a long time: real 0.057s	user 0.001s	sys 0.000s
W20260608 12:39:53.235679  4935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 134248us
W20260608 12:39:53.259878  5320 log.cc:927] Time spent T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Append to log took a long time: real 0.122s	user 0.000s	sys 0.002s
W20260608 12:39:53.461548  5333 log.cc:927] Time spent T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: Append to log took a long time: real 0.084s	user 0.002s	sys 0.000s
W20260608 12:39:53.465505  5328 log.cc:927] Time spent T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: Append to log took a long time: real 0.114s	user 0.001s	sys 0.000s
W20260608 12:39:53.621613  4935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 49724.8us
W20260608 12:39:53.661556  5084 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 62372.4us
I20260608 12:39:53.672232  5338 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=26, attempt_no=0}) took 1035 ms. Trace:
I20260608 12:39:53.679064  5313 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=21, attempt_no=0}) took 1053 ms. Trace:
I20260608 12:39:53.687984  5291 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:46482 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=37, attempt_no=0}) took 1006 ms. Trace:
I20260608 12:39:53.684240  5313 rpcz_store.cc:276] 0608 12:39:52.625579 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.637787 (+ 12208us) service_pool.cc:224] Handling call
0608 12:39:53.678850 (+1041063us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.735083 (+     0us) write_op.cc:183] PREPARE: starting on tablet dde16dd9fecc49a4872ca9f8cab851a7
0608 12:39:52.784019 (+ 48936us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.785198 (+  1179us) write_op.cc:435] Acquired schema lock
0608 12:39:52.785962 (+   764us) tablet.cc:662] Decoding operations
0608 12:39:52.805680 (+ 19718us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.806580 (+   900us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.808552 (+  1972us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:39:52.820480 (+ 11928us) tablet.cc:701] Row locks acquired
0608 12:39:52.821388 (+   908us) write_op.cc:260] PREPARE: finished
0608 12:39:52.824131 (+  2743us) write_op.cc:270] Start()
0608 12:39:52.824272 (+   141us) write_op.cc:276] Timestamp: P: 1780922392824072 usec, L: 0
0608 12:39:52.824299 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.825027 (+   728us) log.cc:844] Serialized 345 byte log entry
0608 12:39:53.191241 (+366214us) spinlock_profiling.cc:243] Waited 5.96 ms on lock 0x7b180008bc00. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f57340b4e0b 00007f57340c92ec 00007f5729e7ffdf 00007f5729e84b0b 00007f5729e84a60 00007f5729e849c0 00007f5729e84960 00007f5729e82c8f 000000000049a986 000000000049a618 00007f5729e47ee6
0608 12:39:53.662159 (+470918us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.677234 (+ 15075us) write_op.cc:301] APPLY: starting
0608 12:39:53.677355 (+   121us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.677470 (+   115us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.677492 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.677758 (+   266us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.677930 (+   172us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.677981 (+    51us) write_op.cc:312] APPLY: finished
0608 12:39:53.678174 (+   193us) log.cc:844] Serialized 22 byte log entry
0608 12:39:53.678393 (+   219us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.678462 (+    69us) write_op.cc:454] Released schema lock
0608 12:39:53.678508 (+    46us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":10872,"mutex_wait_us":14537,"num_ops":1,"prepare.queue_time_us":89915,"prepare.run_cpu_time_us":4160,"prepare.run_wall_time_us":105079,"raft.queue_time_us":11444,"raft.run_cpu_time_us":40,"raft.run_wall_time_us":902,"replication_time_us":790048,"spinlock_wait_cycles":13717888}]]}
I20260608 12:39:53.688503  5291 rpcz_store.cc:276] 0608 12:39:52.670261 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.671188 (+   927us) service_pool.cc:224] Handling call
0608 12:39:53.676517 (+1005329us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.864391 (+     0us) write_op.cc:183] PREPARE: starting on tablet ef7db54d55224697a77a1b90f1297479
0608 12:39:52.909962 (+ 45571us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.911998 (+  2036us) write_op.cc:435] Acquired schema lock
0608 12:39:52.912964 (+   966us) tablet.cc:662] Decoding operations
0608 12:39:52.937658 (+ 24694us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.937710 (+    52us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.943218 (+  5508us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:39:52.960172 (+ 16954us) tablet.cc:701] Row locks acquired
0608 12:39:52.961083 (+   911us) write_op.cc:260] PREPARE: finished
0608 12:39:53.169524 (+208441us) spinlock_profiling.cc:243] Waited 2.61 ms on lock 0x7b2c000629f8. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572bc5899b 00007f572bc721e3 00007f572bc71b68 00007f572bc71ac8 00007f572d65cca8 00007f572d65c940 00007f57311391d2 00007f5731138660 00007f5731142950 00007f57311428b0 00007f5731142810
0608 12:39:53.169600 (+    76us) write_op.cc:270] Start()
0608 12:39:53.169813 (+   213us) write_op.cc:276] Timestamp: P: 1780922392971198 usec, L: 0
0608 12:39:53.169841 (+    28us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.170589 (+   748us) log.cc:844] Serialized 432 byte log entry
0608 12:39:53.319883 (+149294us) spinlock_profiling.cc:243] Waited 84.1 ms on lock 0x7b580038a5d0. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572d4d5abc 00007f572d4b5305 00007f572d4c2490 00007f572d4c23a0 00007f572d4c2300 00007f572d4c22a0 00007f572d4c039f 000000000049a986 000000000049a618 00007f5729e80131 00007f5729e84b0b
0608 12:39:53.498628 (+178745us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.671640 (+173012us) write_op.cc:301] APPLY: starting
0608 12:39:53.671720 (+    80us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.671906 (+   186us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.671929 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.672523 (+   594us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.672705 (+   182us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.672755 (+    50us) write_op.cc:312] APPLY: finished
0608 12:39:53.673005 (+   250us) log.cc:844] Serialized 34 byte log entry
0608 12:39:53.673244 (+   239us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.673332 (+    88us) write_op.cc:454] Released schema lock
0608 12:39:53.673375 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":170894,"mutex_wait_us":32020,"num_ops":3,"prepare.queue_time_us":180164,"prepare.run_cpu_time_us":7072,"prepare.run_wall_time_us":312180,"raft.queue_time_us":134,"raft.run_cpu_time_us":4447,"raft.run_wall_time_us":148920,"replication_time_us":308762,"spinlock_wait_cycles":199521920}]]}
I20260608 12:39:53.745038  5337 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:46482 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=12, attempt_no=0}) took 1076 ms. Trace:
I20260608 12:39:53.750774  5335 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=18, attempt_no=0}) took 1130 ms. Trace:
I20260608 12:39:53.672887  5338 rpcz_store.cc:276] 0608 12:39:52.637081 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.645177 (+  8096us) service_pool.cc:224] Handling call
0608 12:39:53.672037 (+1026860us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.846328 (+     0us) write_op.cc:183] PREPARE: starting on tablet 61f17654d4d14fbe88e3bb3879e0b79e
0608 12:39:52.858088 (+ 11760us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.864240 (+  6152us) write_op.cc:435] Acquired schema lock
0608 12:39:52.864272 (+    32us) tablet.cc:662] Decoding operations
0608 12:39:52.873805 (+  9533us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.875683 (+  1878us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.875724 (+    41us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:39:52.876105 (+   381us) tablet.cc:701] Row locks acquired
0608 12:39:52.876129 (+    24us) write_op.cc:260] PREPARE: finished
0608 12:39:52.876326 (+   197us) write_op.cc:270] Start()
0608 12:39:52.876459 (+   133us) write_op.cc:276] Timestamp: P: 1780922392876276 usec, L: 0
0608 12:39:52.876477 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.908373 (+ 31896us) log.cc:844] Serialized 432 byte log entry
0608 12:39:53.142546 (+234173us) spinlock_profiling.cc:243] Waited 12.4 ms on lock 0x7b5400146f20. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572d4d5abc 00007f572d4ee498 00007f572d4edae6 00007f572d5e06ff 00007f572d5e1072 00007f5731139788 00007f5731138660 00007f5731142950 00007f57311428b0 00007f5731142810 00007f57311427b0
0608 12:39:53.411424 (+268878us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.442550 (+ 31126us) write_op.cc:301] APPLY: starting
0608 12:39:53.442642 (+    92us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.495851 (+ 53209us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.496446 (+   595us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.549929 (+ 53483us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.557648 (+  7719us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.561525 (+  3877us) write_op.cc:312] APPLY: finished
0608 12:39:53.625318 (+ 63793us) log.cc:844] Serialized 34 byte log entry
0608 12:39:53.626339 (+  1021us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.658180 (+ 31841us) write_op.cc:454] Released schema lock
0608 12:39:53.663765 (+  5585us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":17986,"num_ops":3,"prepare.queue_time_us":199792,"prepare.run_cpu_time_us":7504,"prepare.run_wall_time_us":296482,"replication_time_us":528150,"spinlock_wait_cycles":28569344}]]}
I20260608 12:39:53.774004  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=15, attempt_no=0}) took 1057 ms. Trace:
I20260608 12:39:53.796706  5340 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:46482 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=22, attempt_no=0}) took 1127 ms. Trace:
I20260608 12:39:53.800096  5339 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=38, attempt_no=0}) took 1019 ms. Trace:
I20260608 12:39:53.804131  5338 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=40, attempt_no=0}) took 1114 ms. Trace:
I20260608 12:39:53.819547  5313 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=34, attempt_no=0}) took 1153 ms. Trace:
I20260608 12:39:53.834333  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=33, attempt_no=0}) took 1098 ms. Trace:
I20260608 12:39:53.797163  5340 rpcz_store.cc:276] 0608 12:39:52.669208 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.674053 (+  4845us) service_pool.cc:224] Handling call
0608 12:39:52.744889 (+ 70836us) spinlock_profiling.cc:243] Waited 4.72 ms on lock 0x7b34000ed418. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:52.979456 (+234567us) spinlock_profiling.cc:243] Waited 913 us on lock 0x7b58003cb498. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f5729b56d9b 00007f5729e0c835 00007f5729e0c5cd 00007f57340de848 00007f5732d0ea6c 00007f5732e77d90 00007f5732e77e7e 00007f5732e01de6 00007f5732dd96e8 00007f5732dd5f44 00007f5731aa4ae6
0608 12:39:53.796504 (+817048us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.349043 (+     0us) write_op.cc:183] PREPARE: starting on tablet e4f50875defd4ddd8cbe188122916b87
0608 12:39:53.364864 (+ 15821us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.364900 (+    36us) write_op.cc:435] Acquired schema lock
0608 12:39:53.364921 (+    21us) tablet.cc:662] Decoding operations
0608 12:39:53.365368 (+   447us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.365411 (+    43us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.365439 (+    28us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:39:53.365739 (+   300us) tablet.cc:701] Row locks acquired
0608 12:39:53.365759 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:39:53.365994 (+   235us) write_op.cc:270] Start()
0608 12:39:53.366129 (+   135us) write_op.cc:276] Timestamp: P: 1780922393365897 usec, L: 0
0608 12:39:53.366155 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.366823 (+   668us) log.cc:844] Serialized 432 byte log entry
0608 12:39:53.528406 (+161583us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.713267 (+184861us) write_op.cc:301] APPLY: starting
0608 12:39:53.714904 (+  1637us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.724817 (+  9913us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.729340 (+  4523us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.795477 (+ 66137us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.795640 (+   163us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.795682 (+    42us) write_op.cc:312] APPLY: finished
0608 12:39:53.795883 (+   201us) log.cc:844] Serialized 34 byte log entry
0608 12:39:53.796059 (+   176us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.796138 (+    79us) write_op.cc:454] Released schema lock
0608 12:39:53.796179 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":12948736,"child_traces":[["op",{"apply.queue_time_us":182150,"mutex_wait_us":1020,"num_ops":3,"prepare.queue_time_us":300721,"prepare.run_cpu_time_us":3410,"prepare.run_wall_time_us":32430,"replication_time_us":162101}]]}
I20260608 12:39:53.806027  5338 rpcz_store.cc:276] 0608 12:39:52.695784 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.699145 (+  3361us) service_pool.cc:224] Handling call
0608 12:39:53.804048 (+1104903us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.790706 (+     0us) write_op.cc:183] PREPARE: starting on tablet 474244af5cf94393b098ce098dfcc472
0608 12:39:52.791326 (+   620us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.791360 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:39:52.791382 (+    22us) tablet.cc:662] Decoding operations
0608 12:39:52.792161 (+   779us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.792236 (+    75us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.792284 (+    48us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:52.792961 (+   677us) tablet.cc:701] Row locks acquired
0608 12:39:52.792987 (+    26us) write_op.cc:260] PREPARE: finished
0608 12:39:52.793265 (+   278us) write_op.cc:270] Start()
0608 12:39:52.793424 (+   159us) write_op.cc:276] Timestamp: P: 1780922392793191 usec, L: 0
0608 12:39:52.793458 (+    34us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.794462 (+  1004us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.693470 (+899008us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.758841 (+ 65371us) write_op.cc:301] APPLY: starting
0608 12:39:53.758926 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.759146 (+   220us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.759248 (+   102us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.760244 (+   996us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.760579 (+   335us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.760635 (+    56us) write_op.cc:312] APPLY: finished
0608 12:39:53.760911 (+   276us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.767884 (+  6973us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.781934 (+ 14050us) write_op.cc:454] Released schema lock
0608 12:39:53.786137 (+  4203us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":65183,"num_ops":5,"prepare.queue_time_us":3789,"prepare.run_cpu_time_us":4037,"prepare.run_wall_time_us":4037,"replication_time_us":899904,"spinlock_wait_cycles":3328}]]}
I20260608 12:39:53.800534  5339 rpcz_store.cc:276] 0608 12:39:52.782003 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.782606 (+   603us) service_pool.cc:224] Handling call
0608 12:39:53.799904 (+1017298us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.000537 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2a343c9702da48c3adcf181aabc36e24
0608 12:39:53.020064 (+ 19527us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.020092 (+    28us) write_op.cc:435] Acquired schema lock
0608 12:39:53.020116 (+    24us) tablet.cc:662] Decoding operations
0608 12:39:53.025444 (+  5328us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.025536 (+    92us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.026576 (+  1040us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:53.050047 (+ 23471us) tablet.cc:701] Row locks acquired
0608 12:39:53.051308 (+  1261us) write_op.cc:260] PREPARE: finished
0608 12:39:53.057114 (+  5806us) write_op.cc:270] Start()
0608 12:39:53.060034 (+  2920us) write_op.cc:276] Timestamp: P: 1780922393056264 usec, L: 0
0608 12:39:53.060862 (+   828us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.093533 (+ 32671us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.797354 (+703821us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.797823 (+   469us) write_op.cc:301] APPLY: starting
0608 12:39:53.797912 (+    89us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.798055 (+   143us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.798142 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.798763 (+   621us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.798943 (+   180us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.798988 (+    45us) write_op.cc:312] APPLY: finished
0608 12:39:53.799225 (+   237us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.799444 (+   219us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.799523 (+    79us) write_op.cc:454] Released schema lock
0608 12:39:53.799566 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":223,"mutex_wait_us":2283,"num_ops":4,"prepare.queue_time_us":177479,"prepare.run_cpu_time_us":4730,"prepare.run_wall_time_us":108016,"replication_time_us":736295}]]}
I20260608 12:39:53.774859  5334 rpcz_store.cc:276] 0608 12:39:52.716612 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.719183 (+  2571us) service_pool.cc:224] Handling call
0608 12:39:53.773718 (+1054535us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.225714 (+     0us) write_op.cc:183] PREPARE: starting on tablet 39b00fbeec9c4c349d03c4d03cf7d876
0608 12:39:53.226323 (+   609us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.226355 (+    32us) write_op.cc:435] Acquired schema lock
0608 12:39:53.226375 (+    20us) tablet.cc:662] Decoding operations
0608 12:39:53.226700 (+   325us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.226756 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.226787 (+    31us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:39:53.226961 (+   174us) tablet.cc:701] Row locks acquired
0608 12:39:53.226981 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:39:53.227164 (+   183us) write_op.cc:270] Start()
0608 12:39:53.227273 (+   109us) write_op.cc:276] Timestamp: P: 1780922393227115 usec, L: 0
0608 12:39:53.227296 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.236102 (+  8806us) log.cc:844] Serialized 345 byte log entry
0608 12:39:53.260015 (+ 23913us) spinlock_profiling.cc:243] Waited 8.34 ms on lock 0x7b580029a8d0. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572d4d5abc 00007f572d4b5305 00007f572d4c2490 00007f572d4c23a0 00007f572d4c2300 00007f572d4c22a0 00007f572d4c039f 000000000049a986 000000000049a618 00007f5729e80131 00007f5729e84b0b
0608 12:39:53.265020 (+  5005us) spinlock_profiling.cc:243] Waited 1.63 ms on lock 0x7b1800274840. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f57340b4e0b 00007f57340c92ec 00007f5729e802fc 00007f5729e84b0b 00007f5729e84a60 00007f5729e849c0 00007f5729e84960 00007f5729e82c8f 000000000049a986 000000000049a618 00007f5729e47ee6
0608 12:39:53.770846 (+505826us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.771349 (+   503us) write_op.cc:301] APPLY: starting
0608 12:39:53.771462 (+   113us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.771627 (+   165us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.771654 (+    27us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.771990 (+   336us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.772253 (+   263us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.772348 (+    95us) write_op.cc:312] APPLY: finished
0608 12:39:53.772646 (+   298us) log.cc:844] Serialized 22 byte log entry
0608 12:39:53.773021 (+   375us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.773130 (+   109us) write_op.cc:454] Released schema lock
0608 12:39:53.773193 (+    63us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":188,"num_ops":1,"prepare.queue_time_us":462747,"prepare.run_cpu_time_us":2706,"prepare.run_wall_time_us":20038,"raft.queue_time_us":1111,"raft.run_cpu_time_us":1267,"raft.run_wall_time_us":13652,"replication_time_us":543379,"spinlock_wait_cycles":22918272}]]}
I20260608 12:39:53.845757  5339 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=20, attempt_no=0}) took 1128 ms. Trace:
I20260608 12:39:53.828276  5313 rpcz_store.cc:276] 0608 12:39:52.665240 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.674020 (+  8780us) service_pool.cc:224] Handling call
0608 12:39:53.818423 (+1144403us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.851479 (+     0us) write_op.cc:183] PREPARE: starting on tablet dde16dd9fecc49a4872ca9f8cab851a7
0608 12:39:52.903251 (+ 51772us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.905052 (+  1801us) write_op.cc:435] Acquired schema lock
0608 12:39:52.906944 (+  1892us) tablet.cc:662] Decoding operations
0608 12:39:52.927723 (+ 20779us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.927780 (+    57us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.927817 (+    37us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:52.954781 (+ 26964us) tablet.cc:701] Row locks acquired
0608 12:39:52.955470 (+   689us) write_op.cc:260] PREPARE: finished
0608 12:39:52.965881 (+ 10411us) write_op.cc:270] Start()
0608 12:39:52.974904 (+  9023us) write_op.cc:276] Timestamp: P: 1780922392964027 usec, L: 0
0608 12:39:52.974944 (+    40us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.003842 (+ 28898us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.319655 (+315813us) spinlock_profiling.cc:243] Waited 75.5 ms on lock 0x7b580020ffd0. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572d4d5abc 00007f572d4b5305 00007f572d4c2490 00007f572d4c23a0 00007f572d4c2300 00007f572d4c22a0 00007f572d4c039f 000000000049a986 000000000049a618 00007f5729e80131 00007f5729e84b0b
0608 12:39:53.686608 (+366953us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.797589 (+110981us) write_op.cc:301] APPLY: starting
0608 12:39:53.797675 (+    86us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.797823 (+   148us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.797843 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.801009 (+  3166us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.801189 (+   180us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.801238 (+    49us) write_op.cc:312] APPLY: finished
0608 12:39:53.801460 (+   222us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.805763 (+  4303us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.808421 (+  2658us) write_op.cc:454] Released schema lock
0608 12:39:53.809548 (+  1127us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":100449,"mutex_wait_us":976,"num_ops":4,"prepare.queue_time_us":140477,"prepare.run_cpu_time_us":19141,"prepare.run_wall_time_us":218000,"raft.queue_time_us":32785,"raft.run_cpu_time_us":5843,"raft.run_wall_time_us":275202,"replication_time_us":705841,"spinlock_wait_cycles":173567360,"thread_start_us":39281,"threads_started":1}]]}
I20260608 12:39:53.846256  5339 rpcz_store.cc:276] 0608 12:39:52.717362 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.719258 (+  1896us) service_pool.cc:224] Handling call
0608 12:39:53.113524 (+394266us) spinlock_profiling.cc:243] Waited 9.96 ms on lock 0x7b34002e9388. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.845683 (+732159us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.146743 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2a343c9702da48c3adcf181aabc36e24
0608 12:39:53.181079 (+ 34336us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.181670 (+   591us) write_op.cc:435] Acquired schema lock
0608 12:39:53.186650 (+  4980us) tablet.cc:662] Decoding operations
0608 12:39:53.210670 (+ 24020us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.211770 (+  1100us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.211817 (+    47us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:39:53.212183 (+   366us) tablet.cc:701] Row locks acquired
0608 12:39:53.212206 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:39:53.215910 (+  3704us) spinlock_profiling.cc:243] Waited 2.74 ms on lock 0x7b2c00084188. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572bc5899b 00007f572bc721e3 00007f572bc71b68 00007f572bc71ac8 00007f572d65cca8 00007f572d65c940 00007f57311391d2 00007f5731138660 00007f5731142950 00007f57311428b0 00007f5731142810
0608 12:39:53.215997 (+    87us) write_op.cc:270] Start()
0608 12:39:53.216277 (+   280us) write_op.cc:276] Timestamp: P: 1780922393215126 usec, L: 0
0608 12:39:53.216308 (+    31us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.217283 (+   975us) log.cc:844] Serialized 432 byte log entry
0608 12:39:53.798223 (+580940us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.843601 (+ 45378us) write_op.cc:301] APPLY: starting
0608 12:39:53.843677 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.843837 (+   160us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.843886 (+    49us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.844455 (+   569us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.844643 (+   188us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.844691 (+    48us) write_op.cc:312] APPLY: finished
0608 12:39:53.844951 (+   260us) log.cc:844] Serialized 34 byte log entry
0608 12:39:53.845192 (+   241us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.845275 (+    83us) write_op.cc:454] Released schema lock
0608 12:39:53.845319 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":22899072,"child_traces":[["op",{"apply.queue_time_us":45163,"num_ops":3,"prepare.queue_time_us":16106,"prepare.run_cpu_time_us":5049,"prepare.run_wall_time_us":72314,"replication_time_us":581780,"spinlock_wait_cycles":6302592}]]}
I20260608 12:39:53.751271  5335 rpcz_store.cc:276] 0608 12:39:52.620003 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.621947 (+  1944us) service_pool.cc:224] Handling call
0608 12:39:53.750568 (+1128621us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.706006 (+     0us) write_op.cc:183] PREPARE: starting on tablet 474244af5cf94393b098ce098dfcc472
0608 12:39:52.706619 (+   613us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.706650 (+    31us) write_op.cc:435] Acquired schema lock
0608 12:39:52.706669 (+    19us) tablet.cc:662] Decoding operations
0608 12:39:52.707090 (+   421us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.707141 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.707168 (+    27us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:52.707570 (+   402us) tablet.cc:701] Row locks acquired
0608 12:39:52.707588 (+    18us) write_op.cc:260] PREPARE: finished
0608 12:39:52.711581 (+  3993us) write_op.cc:270] Start()
0608 12:39:52.713174 (+  1593us) write_op.cc:276] Timestamp: P: 1780922392711320 usec, L: 0
0608 12:39:52.713201 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.713998 (+   797us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.692923 (+978925us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.729755 (+ 36832us) write_op.cc:301] APPLY: starting
0608 12:39:53.732367 (+  2612us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.748593 (+ 16226us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.748692 (+    99us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.749406 (+   714us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.749603 (+   197us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.749649 (+    46us) write_op.cc:312] APPLY: finished
0608 12:39:53.749885 (+   236us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.750094 (+   209us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.750181 (+    87us) write_op.cc:454] Released schema lock
0608 12:39:53.750223 (+    42us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":33924,"num_ops":4,"prepare.queue_time_us":82563,"prepare.run_cpu_time_us":3142,"prepare.run_wall_time_us":8338,"replication_time_us":979594,"spinlock_wait_cycles":893824}]]}
I20260608 12:39:53.861491  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=46, attempt_no=0}) took 1042 ms. Trace:
I20260608 12:39:53.862219  5338 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=23, attempt_no=0}) took 1236 ms. Trace:
I20260608 12:39:53.862689  5338 rpcz_store.cc:276] 0608 12:39:52.626010 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.628441 (+  2431us) service_pool.cc:224] Handling call
0608 12:39:53.862152 (+1233711us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.703147 (+     0us) write_op.cc:183] PREPARE: starting on tablet 725ad2187f8f49bb81d5e9879e6ffcf8
0608 12:39:52.703794 (+   647us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.703824 (+    30us) write_op.cc:435] Acquired schema lock
0608 12:39:52.703842 (+    18us) tablet.cc:662] Decoding operations
0608 12:39:52.704324 (+   482us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.704377 (+    53us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.704415 (+    38us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:52.732432 (+ 28017us) tablet.cc:701] Row locks acquired
0608 12:39:52.733523 (+  1091us) write_op.cc:260] PREPARE: finished
0608 12:39:52.742436 (+  8913us) write_op.cc:270] Start()
0608 12:39:52.749286 (+  6850us) write_op.cc:276] Timestamp: P: 1780922392740536 usec, L: 0
0608 12:39:52.750666 (+  1380us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.763168 (+ 12502us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.700321 (+937153us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.847021 (+146700us) write_op.cc:301] APPLY: starting
0608 12:39:53.847093 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.847236 (+   143us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.847321 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.861043 (+ 13722us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.861220 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.861271 (+    51us) write_op.cc:312] APPLY: finished
0608 12:39:53.861480 (+   209us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.861667 (+   187us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.861753 (+    86us) write_op.cc:454] Released schema lock
0608 12:39:53.861793 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":144217,"num_ops":4,"prepare.queue_time_us":72076,"prepare.run_cpu_time_us":4154,"prepare.run_wall_time_us":62233,"replication_time_us":946670}]]}
I20260608 12:39:53.866947  5331 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=31, attempt_no=0}) took 1203 ms. Trace:
I20260608 12:39:53.745482  5337 rpcz_store.cc:276] 0608 12:39:52.668871 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.673985 (+  5114us) service_pool.cc:224] Handling call
0608 12:39:52.986066 (+312081us) spinlock_profiling.cc:243] Waited 13.9 ms on lock 0x7b34000ed418. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.744849 (+758783us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.176510 (+     0us) write_op.cc:183] PREPARE: starting on tablet ef7db54d55224697a77a1b90f1297479
0608 12:39:53.178087 (+  1577us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.178129 (+    42us) write_op.cc:435] Acquired schema lock
0608 12:39:53.178145 (+    16us) tablet.cc:662] Decoding operations
0608 12:39:53.184143 (+  5998us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.184198 (+    55us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.184223 (+    25us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:39:53.184699 (+   476us) tablet.cc:701] Row locks acquired
0608 12:39:53.184720 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:39:53.184956 (+   236us) write_op.cc:270] Start()
0608 12:39:53.185090 (+   134us) write_op.cc:276] Timestamp: P: 1780922393184908 usec, L: 0
0608 12:39:53.185110 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.185722 (+   612us) log.cc:844] Serialized 562 byte log entry
0608 12:39:53.351998 (+166276us) spinlock_profiling.cc:243] Waited 20 ms on lock 0x7b580038a5d0. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572d4d5abc 00007f572d4b5305 00007f572d4c2490 00007f572d4c23a0 00007f572d4c2300 00007f572d4c22a0 00007f572d4c039f 000000000049a986 000000000049a618 00007f5729e80131 00007f5729e84b0b
0608 12:39:53.529442 (+177444us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.717549 (+188107us) write_op.cc:301] APPLY: starting
0608 12:39:53.717623 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.717809 (+   186us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.717833 (+    24us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.743664 (+ 25831us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.743883 (+   219us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.743933 (+    50us) write_op.cc:312] APPLY: finished
0608 12:39:53.744180 (+   247us) log.cc:844] Serialized 52 byte log entry
0608 12:39:53.744357 (+   177us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.744472 (+   115us) write_op.cc:454] Released schema lock
0608 12:39:53.744519 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":32002304,"child_traces":[["op",{"apply.queue_time_us":184995,"mutex_wait_us":1193,"num_ops":6,"prepare.queue_time_us":146802,"prepare.run_cpu_time_us":49151,"prepare.run_wall_time_us":151608,"raft.queue_time_us":45488,"raft.run_cpu_time_us":3674,"raft.run_wall_time_us":116382,"replication_time_us":340821,"spinlock_wait_cycles":45923712,"thread_start_us":134314,"threads_started":1}]]}
I20260608 12:39:53.878136  5293 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=28, attempt_no=0}) took 1160 ms. Trace:
I20260608 12:39:53.878609  5293 rpcz_store.cc:276] 0608 12:39:52.717774 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.719306 (+  1532us) service_pool.cc:224] Handling call
0608 12:39:52.826286 (+106980us) spinlock_profiling.cc:243] Waited 16.1 ms on lock 0x7b34002e9388. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.877934 (+1051648us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.320120 (+     0us) write_op.cc:183] PREPARE: starting on tablet 39b00fbeec9c4c349d03c4d03cf7d876
0608 12:39:53.320682 (+   562us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.320717 (+    35us) write_op.cc:435] Acquired schema lock
0608 12:39:53.320736 (+    19us) tablet.cc:662] Decoding operations
0608 12:39:53.321275 (+   539us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.321324 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.321355 (+    31us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:53.321895 (+   540us) tablet.cc:701] Row locks acquired
0608 12:39:53.321915 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:39:53.322117 (+   202us) write_op.cc:270] Start()
0608 12:39:53.322233 (+   116us) write_op.cc:276] Timestamp: P: 1780922393322066 usec, L: 0
0608 12:39:53.322257 (+    24us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.323099 (+   842us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.775265 (+452166us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.785991 (+ 10726us) write_op.cc:301] APPLY: starting
0608 12:39:53.789390 (+  3399us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.805868 (+ 16478us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.808164 (+  2296us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.851192 (+ 43028us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.851369 (+   177us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.851414 (+    45us) write_op.cc:312] APPLY: finished
0608 12:39:53.851645 (+   231us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.851843 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.877551 (+ 25708us) write_op.cc:454] Released schema lock
0608 12:39:53.877600 (+    49us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":36937472,"child_traces":[["op",{"apply.queue_time_us":5204,"mutex_wait_us":1131,"num_ops":5,"prepare.queue_time_us":426379,"prepare.run_cpu_time_us":3266,"prepare.run_wall_time_us":4466,"replication_time_us":452872}]]}
I20260608 12:39:53.834852  5341 rpcz_store.cc:276] 0608 12:39:52.749221 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.751576 (+  2355us) service_pool.cc:224] Handling call
0608 12:39:53.834259 (+1082683us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.123389 (+     0us) write_op.cc:183] PREPARE: starting on tablet 2a343c9702da48c3adcf181aabc36e24
0608 12:39:53.144016 (+ 20627us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.144057 (+    41us) write_op.cc:435] Acquired schema lock
0608 12:39:53.144081 (+    24us) tablet.cc:662] Decoding operations
0608 12:39:53.144602 (+   521us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.144655 (+    53us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.144691 (+    36us) tablet.cc:685] Acquiring locks for 3 operations
0608 12:39:53.145005 (+   314us) tablet.cc:701] Row locks acquired
0608 12:39:53.145028 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:39:53.145240 (+   212us) write_op.cc:270] Start()
0608 12:39:53.145394 (+   154us) write_op.cc:276] Timestamp: P: 1780922393145183 usec, L: 0
0608 12:39:53.145421 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.146245 (+   824us) log.cc:844] Serialized 432 byte log entry
0608 12:39:53.797841 (+651596us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.802892 (+  5051us) write_op.cc:301] APPLY: starting
0608 12:39:53.802997 (+   105us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.803163 (+   166us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.804289 (+  1126us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.814070 (+  9781us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.818854 (+  4784us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.821379 (+  2525us) write_op.cc:312] APPLY: finished
0608 12:39:53.827959 (+  6580us) log.cc:844] Serialized 34 byte log entry
0608 12:39:53.832685 (+  4726us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.832855 (+   170us) write_op.cc:454] Released schema lock
0608 12:39:53.833839 (+   984us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":4770,"mutex_wait_us":329,"num_ops":3,"prepare.queue_time_us":284936,"prepare.run_cpu_time_us":3351,"prepare.run_wall_time_us":30712,"replication_time_us":652275}]]}
I20260608 12:39:53.909391  5335 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=45, attempt_no=0}) took 1187 ms. Trace:
I20260608 12:39:53.903648  5339 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=29, attempt_no=0}) took 1181 ms. Trace:
I20260608 12:39:53.937395  5341 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=32, attempt_no=0}) took 1202 ms. Trace:
I20260608 12:39:53.909861  5335 rpcz_store.cc:276] 0608 12:39:52.728668 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.730640 (+  1972us) service_pool.cc:224] Handling call
0608 12:39:53.909325 (+1178685us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.827162 (+     0us) write_op.cc:183] PREPARE: starting on tablet 725ad2187f8f49bb81d5e9879e6ffcf8
0608 12:39:52.874877 (+ 47715us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.877070 (+  2193us) write_op.cc:435] Acquired schema lock
0608 12:39:52.883764 (+  6694us) tablet.cc:662] Decoding operations
0608 12:39:52.897266 (+ 13502us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.897322 (+    56us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.897353 (+    31us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:52.897776 (+   423us) tablet.cc:701] Row locks acquired
0608 12:39:52.897796 (+    20us) write_op.cc:260] PREPARE: finished
0608 12:39:52.897999 (+   203us) write_op.cc:270] Start()
0608 12:39:52.898139 (+   140us) write_op.cc:276] Timestamp: P: 1780922392897939 usec, L: 0
0608 12:39:52.898161 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.898811 (+   650us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.725252 (+826441us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.907086 (+181834us) write_op.cc:301] APPLY: starting
0608 12:39:53.907164 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.907330 (+   166us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.907423 (+    93us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.908192 (+   769us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.908386 (+   194us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.908437 (+    51us) write_op.cc:312] APPLY: finished
0608 12:39:53.908665 (+   228us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.908857 (+   192us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.908949 (+    92us) write_op.cc:454] Released schema lock
0608 12:39:53.908994 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":181003,"mutex_wait_us":1018,"num_ops":4,"prepare.queue_time_us":50393,"prepare.run_cpu_time_us":3761,"prepare.run_wall_time_us":76529,"replication_time_us":822652}]]}
I20260608 12:39:53.919239  5313 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=36, attempt_no=0}) took 1249 ms. Trace:
I20260608 12:39:53.862524  5334 rpcz_store.cc:276] 0608 12:39:52.823078 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.827025 (+  3947us) service_pool.cc:224] Handling call
0608 12:39:53.861415 (+1034390us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.106077 (+     0us) write_op.cc:183] PREPARE: starting on tablet be8e79b117d54f24a85343fc5212d7c3
0608 12:39:53.106652 (+   575us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.106683 (+    31us) write_op.cc:435] Acquired schema lock
0608 12:39:53.106702 (+    19us) tablet.cc:662] Decoding operations
0608 12:39:53.107358 (+   656us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.107401 (+    43us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.107436 (+    35us) tablet.cc:685] Acquiring locks for 7 operations
0608 12:39:53.129618 (+ 22182us) tablet.cc:701] Row locks acquired
0608 12:39:53.129650 (+    32us) write_op.cc:260] PREPARE: finished
0608 12:39:53.129909 (+   259us) write_op.cc:270] Start()
0608 12:39:53.130091 (+   182us) write_op.cc:276] Timestamp: P: 1780922393129836 usec, L: 0
0608 12:39:53.130123 (+    32us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.131022 (+   899us) log.cc:844] Serialized 605 byte log entry
0608 12:39:53.857713 (+726691us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.858265 (+   552us) write_op.cc:301] APPLY: starting
0608 12:39:53.858337 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.858528 (+   191us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.858614 (+    86us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.859642 (+  1028us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.859871 (+   229us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.859919 (+    48us) write_op.cc:312] APPLY: finished
0608 12:39:53.860160 (+   241us) log.cc:844] Serialized 58 byte log entry
0608 12:39:53.860933 (+   773us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.861031 (+    98us) write_op.cc:454] Released schema lock
0608 12:39:53.861076 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":369,"num_ops":7,"prepare.queue_time_us":201066,"prepare.run_cpu_time_us":3775,"prepare.run_wall_time_us":28193,"replication_time_us":727475}]]}
I20260608 12:39:53.959726  5313 rpcz_store.cc:276] 0608 12:39:52.680482 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.681820 (+  1338us) service_pool.cc:224] Handling call
0608 12:39:52.859939 (+178119us) spinlock_profiling.cc:243] Waited 3.52 ms on lock 0x7b3400125928. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.918498 (+1058559us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.079047 (+     0us) write_op.cc:183] PREPARE: starting on tablet dde16dd9fecc49a4872ca9f8cab851a7
0608 12:39:53.110745 (+ 31698us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.113820 (+  3075us) write_op.cc:435] Acquired schema lock
0608 12:39:53.113836 (+    16us) tablet.cc:662] Decoding operations
0608 12:39:53.134853 (+ 21017us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.137829 (+  2976us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.139005 (+  1176us) tablet.cc:685] Acquiring locks for 1 operations
0608 12:39:53.151872 (+ 12867us) tablet.cc:701] Row locks acquired
0608 12:39:53.151910 (+    38us) write_op.cc:260] PREPARE: finished
0608 12:39:53.155313 (+  3403us) write_op.cc:270] Start()
0608 12:39:53.155476 (+   163us) write_op.cc:276] Timestamp: P: 1780922393155243 usec, L: 0
0608 12:39:53.155511 (+    35us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.194273 (+ 38762us) log.cc:844] Serialized 345 byte log entry
0608 12:39:53.702717 (+508444us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.853969 (+151252us) write_op.cc:301] APPLY: starting
0608 12:39:53.854057 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.854153 (+    96us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.854235 (+    82us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.854452 (+   217us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.854608 (+   156us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.854656 (+    48us) write_op.cc:312] APPLY: finished
0608 12:39:53.854827 (+   171us) log.cc:844] Serialized 22 byte log entry
0608 12:39:53.886504 (+ 31677us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.888538 (+  2034us) write_op.cc:454] Released schema lock
0608 12:39:53.889489 (+   951us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":8102144,"child_traces":[["op",{"apply.queue_time_us":145239,"num_ops":1,"prepare.queue_time_us":211584,"prepare.run_cpu_time_us":4101,"prepare.run_wall_time_us":125350,"replication_time_us":544830}]]}
I20260608 12:39:53.966116  5293 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=39, attempt_no=0}) took 1183 ms. Trace:
I20260608 12:39:53.924283  5338 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=25, attempt_no=0}) took 1290 ms. Trace:
I20260608 12:39:53.867394  5331 rpcz_store.cc:276] 0608 12:39:52.663391 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.663509 (+   118us) service_pool.cc:224] Handling call
0608 12:39:53.866856 (+1203347us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.752921 (+     0us) write_op.cc:183] PREPARE: starting on tablet 474244af5cf94393b098ce098dfcc472
0608 12:39:52.755739 (+  2818us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.755772 (+    33us) write_op.cc:435] Acquired schema lock
0608 12:39:52.755790 (+    18us) tablet.cc:662] Decoding operations
0608 12:39:52.760416 (+  4626us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.760498 (+    82us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.760542 (+    44us) tablet.cc:685] Acquiring locks for 8 operations
0608 12:39:52.761205 (+   663us) tablet.cc:701] Row locks acquired
0608 12:39:52.761237 (+    32us) write_op.cc:260] PREPARE: finished
0608 12:39:52.761493 (+   256us) write_op.cc:270] Start()
0608 12:39:52.761681 (+   188us) write_op.cc:276] Timestamp: P: 1780922392761417 usec, L: 0
0608 12:39:52.761707 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.790192 (+ 28485us) log.cc:844] Serialized 649 byte log entry
0608 12:39:53.693221 (+903029us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.763834 (+ 70613us) write_op.cc:301] APPLY: starting
0608 12:39:53.860278 (+ 96444us) spinlock_profiling.cc:243] Waited 1.64 ms on lock 0x7b60002c89c8. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f5730fd4afb 00007f573126150d 00007f5731265bab 00007f5731165cfc 00007f5730f961ad 00007f5730f99e46 00007f5731162e35 00007f573113c086 00007f57311454e0 00007f5731145440 00007f57311453a0
0608 12:39:53.860353 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.860574 (+   221us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.860596 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.861927 (+  1331us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.862170 (+   243us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.862218 (+    48us) write_op.cc:312] APPLY: finished
0608 12:39:53.862458 (+   240us) log.cc:844] Serialized 64 byte log entry
0608 12:39:53.862656 (+   198us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.862762 (+   106us) write_op.cc:454] Released schema lock
0608 12:39:53.862806 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":45417,"num_ops":8,"prepare.queue_time_us":72782,"prepare.run_cpu_time_us":5385,"prepare.run_wall_time_us":49478,"replication_time_us":931406,"spinlock_wait_cycles":3780352}]]}
I20260608 12:39:53.956347  5341 rpcz_store.cc:276] 0608 12:39:52.735431 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.735598 (+   167us) service_pool.cc:224] Handling call
0608 12:39:53.937318 (+1201720us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.451469 (+     0us) write_op.cc:183] PREPARE: starting on tablet 02ff6be5305545378d2dcaebecf3aae0
0608 12:39:53.452030 (+   561us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.452064 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:39:53.452084 (+    20us) tablet.cc:662] Decoding operations
0608 12:39:53.504886 (+ 52802us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.519169 (+ 14283us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.520474 (+  1305us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:39:53.524925 (+  4451us) tablet.cc:701] Row locks acquired
0608 12:39:53.524944 (+    19us) write_op.cc:260] PREPARE: finished
0608 12:39:53.529052 (+  4108us) write_op.cc:270] Start()
0608 12:39:53.534508 (+  5456us) write_op.cc:276] Timestamp: P: 1780922393525330 usec, L: 0
0608 12:39:53.535518 (+  1010us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.546899 (+ 11381us) log.cc:844] Serialized 562 byte log entry
0608 12:39:53.877238 (+330339us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.917096 (+ 39858us) write_op.cc:301] APPLY: starting
0608 12:39:53.917164 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.917342 (+   178us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.917467 (+   125us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.925900 (+  8433us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.927948 (+  2048us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.929999 (+  2051us) write_op.cc:312] APPLY: finished
0608 12:39:53.936059 (+  6060us) log.cc:844] Serialized 52 byte log entry
0608 12:39:53.936860 (+   801us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.936953 (+    93us) write_op.cc:454] Released schema lock
0608 12:39:53.936994 (+    41us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":39653,"num_ops":6,"prepare.queue_time_us":679639,"prepare.run_cpu_time_us":8867,"prepare.run_wall_time_us":99368,"replication_time_us":341612,"spinlock_wait_cycles":571136}]]}
I20260608 12:39:53.966578  5293 rpcz_store.cc:276] 0608 12:39:52.782476 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.784482 (+  2006us) service_pool.cc:224] Handling call
0608 12:39:53.966053 (+1181571us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.557384 (+     0us) write_op.cc:183] PREPARE: starting on tablet 02ff6be5305545378d2dcaebecf3aae0
0608 12:39:53.580914 (+ 23530us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.580935 (+    21us) write_op.cc:435] Acquired schema lock
0608 12:39:53.580945 (+    10us) tablet.cc:662] Decoding operations
0608 12:39:53.581338 (+   393us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.581382 (+    44us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.581408 (+    26us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:53.581852 (+   444us) tablet.cc:701] Row locks acquired
0608 12:39:53.581887 (+    35us) write_op.cc:260] PREPARE: finished
0608 12:39:53.582074 (+   187us) write_op.cc:270] Start()
0608 12:39:53.582219 (+   145us) write_op.cc:276] Timestamp: P: 1780922393582019 usec, L: 0
0608 12:39:53.582242 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.582972 (+   730us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.877541 (+294569us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.960500 (+ 82959us) write_op.cc:301] APPLY: starting
0608 12:39:53.960581 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.960754 (+   173us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.960844 (+    90us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.961723 (+   879us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.961910 (+   187us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.961959 (+    49us) write_op.cc:312] APPLY: finished
0608 12:39:53.962191 (+   232us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.965605 (+  3414us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.965693 (+    88us) write_op.cc:454] Released schema lock
0608 12:39:53.965733 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":82786,"num_ops":5,"prepare.queue_time_us":727032,"prepare.run_cpu_time_us":2994,"prepare.run_wall_time_us":27482,"replication_time_us":295194}]]}
I20260608 12:39:53.967516  5334 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:38874 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=5, attempt_no=0}) took 1274 ms. Trace:
I20260608 12:39:53.967551  5338 rpcz_store.cc:276] 0608 12:39:52.633570 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.635358 (+  1788us) service_pool.cc:224] Handling call
0608 12:39:53.924203 (+1288845us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.765947 (+     0us) write_op.cc:183] PREPARE: starting on tablet 725ad2187f8f49bb81d5e9879e6ffcf8
0608 12:39:52.767362 (+  1415us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.767431 (+    69us) write_op.cc:435] Acquired schema lock
0608 12:39:52.767455 (+    24us) tablet.cc:662] Decoding operations
0608 12:39:52.774130 (+  6675us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.781794 (+  7664us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.784221 (+  2427us) tablet.cc:685] Acquiring locks for 2 operations
0608 12:39:52.796171 (+ 11950us) tablet.cc:701] Row locks acquired
0608 12:39:52.796193 (+    22us) write_op.cc:260] PREPARE: finished
0608 12:39:52.805954 (+  9761us) write_op.cc:270] Start()
0608 12:39:52.807489 (+  1535us) write_op.cc:276] Timestamp: P: 1780922392805250 usec, L: 0
0608 12:39:52.809770 (+  2281us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.810434 (+   664us) log.cc:844] Serialized 388 byte log entry
0608 12:39:53.713061 (+902627us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.866314 (+153253us) write_op.cc:301] APPLY: starting
0608 12:39:53.866377 (+    63us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.866494 (+   117us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.866595 (+   101us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.892049 (+ 25454us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.918353 (+ 26304us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.920179 (+  1826us) write_op.cc:312] APPLY: finished
0608 12:39:53.923485 (+  3306us) log.cc:844] Serialized 28 byte log entry
0608 12:39:53.923693 (+   208us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.923779 (+    86us) write_op.cc:454] Released schema lock
0608 12:39:53.923823 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":152005,"num_ops":2,"prepare.queue_time_us":129102,"prepare.run_cpu_time_us":3968,"prepare.run_wall_time_us":54215,"replication_time_us":900547}]]}
I20260608 12:39:53.955624  5339 rpcz_store.cc:276] 0608 12:39:52.722234 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.729199 (+  6965us) service_pool.cc:224] Handling call
0608 12:39:53.003506 (+274307us) spinlock_profiling.cc:243] Waited 3.15 ms on lock 0x7b34002e9388. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.903581 (+900075us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.148037 (+     0us) write_op.cc:183] PREPARE: starting on tablet be8e79b117d54f24a85343fc5212d7c3
0608 12:39:53.193374 (+ 45337us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.193413 (+    39us) write_op.cc:435] Acquired schema lock
0608 12:39:53.193428 (+    15us) tablet.cc:662] Decoding operations
0608 12:39:53.196442 (+  3014us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.196486 (+    44us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.196515 (+    29us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:53.196967 (+   452us) tablet.cc:701] Row locks acquired
0608 12:39:53.196988 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:39:53.197161 (+   173us) write_op.cc:270] Start()
0608 12:39:53.197291 (+   130us) write_op.cc:276] Timestamp: P: 1780922393197115 usec, L: 0
0608 12:39:53.197306 (+    15us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.198019 (+   713us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.858010 (+659991us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.863330 (+  5320us) write_op.cc:301] APPLY: starting
0608 12:39:53.863405 (+    75us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.863635 (+   230us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.863723 (+    88us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.867127 (+  3404us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.867311 (+   184us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.867357 (+    46us) write_op.cc:312] APPLY: finished
0608 12:39:53.867592 (+   235us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.890875 (+ 23283us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.890968 (+    93us) write_op.cc:454] Released schema lock
0608 12:39:53.892313 (+  1345us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":7251328,"child_traces":[["op",{"apply.queue_time_us":5143,"num_ops":5,"prepare.queue_time_us":122048,"prepare.run_cpu_time_us":3484,"prepare.run_wall_time_us":59871,"replication_time_us":660604}]]}
I20260608 12:39:53.983242  5335 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=16, attempt_no=0}) took 1364 ms. Trace:
I20260608 12:39:53.992837  5338 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=27, attempt_no=0}) took 1355 ms. Trace:
I20260608 12:39:53.981377  5334 rpcz_store.cc:276] 0608 12:39:52.699649 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.701127 (+  1478us) service_pool.cc:224] Handling call
0608 12:39:53.052192 (+351065us) spinlock_profiling.cc:243] Waited 1.1 ms on lock 0x7b34002e9388. stack: 00007f5729e213a1 00007f5729e211c8 00007f57295fcf11 000000000047f705 000000000047f658 00007f572b4a54bb 00007f572b52564f 00007f572b5a9c24 00007f572b5aefaf 00007f572b5b17eb 00007f572b5b1740 00007f572b5b16a0 00007f572b5b1640 00007f572b5af96f 000000000049a986 000000000049a618
0608 12:39:53.967388 (+915196us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:53.198409 (+     0us) write_op.cc:183] PREPARE: starting on tablet be8e79b117d54f24a85343fc5212d7c3
0608 12:39:53.199009 (+   600us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:53.199043 (+    34us) write_op.cc:435] Acquired schema lock
0608 12:39:53.199062 (+    19us) tablet.cc:662] Decoding operations
0608 12:39:53.199564 (+   502us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:53.199603 (+    39us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.199634 (+    31us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:53.210259 (+ 10625us) tablet.cc:701] Row locks acquired
0608 12:39:53.210282 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:39:53.225445 (+ 15163us) write_op.cc:270] Start()
0608 12:39:53.225584 (+   139us) write_op.cc:276] Timestamp: P: 1780922393210466 usec, L: 0
0608 12:39:53.225609 (+    25us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.226554 (+   945us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.887965 (+661411us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.963488 (+ 75523us) write_op.cc:301] APPLY: starting
0608 12:39:53.963569 (+    81us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.963766 (+   197us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.963884 (+   118us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.964757 (+   873us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.964966 (+   209us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.965038 (+    72us) write_op.cc:312] APPLY: finished
0608 12:39:53.965533 (+   495us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.966908 (+  1375us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.967010 (+   102us) write_op.cc:454] Released schema lock
0608 12:39:53.967060 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":2523008,"child_traces":[["op",{"apply.queue_time_us":73684,"mutex_wait_us":8496,"num_ops":5,"prepare.queue_time_us":82478,"prepare.run_cpu_time_us":3472,"prepare.run_wall_time_us":44306,"replication_time_us":654573}]]}
I20260608 12:39:53.993338  5338 rpcz_store.cc:276] 0608 12:39:52.637486 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.641460 (+  3974us) service_pool.cc:224] Handling call
0608 12:39:53.992744 (+1351284us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.943103 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7af085a07c8d4e82abfb53ec52cedcb4
0608 12:39:52.945116 (+  2013us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.945155 (+    39us) write_op.cc:435] Acquired schema lock
0608 12:39:52.945179 (+    24us) tablet.cc:662] Decoding operations
0608 12:39:52.955181 (+ 10002us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.955964 (+   783us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.956325 (+   361us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:39:52.956967 (+   642us) tablet.cc:701] Row locks acquired
0608 12:39:52.956991 (+    24us) write_op.cc:260] PREPARE: finished
0608 12:39:52.957233 (+   242us) write_op.cc:270] Start()
0608 12:39:52.957408 (+   175us) write_op.cc:276] Timestamp: P: 1780922392957160 usec, L: 0
0608 12:39:52.957428 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.958399 (+   971us) log.cc:844] Serialized 475 byte log entry
0608 12:39:53.875512 (+917113us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.983899 (+108387us) write_op.cc:301] APPLY: starting
0608 12:39:53.983971 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.984122 (+   151us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.984213 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.984823 (+   610us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.984997 (+   174us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.985049 (+    52us) write_op.cc:312] APPLY: finished
0608 12:39:53.985261 (+   212us) log.cc:844] Serialized 40 byte log entry
0608 12:39:53.992307 (+  7046us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.992397 (+    90us) write_op.cc:454] Released schema lock
0608 12:39:53.992435 (+    38us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":108202,"num_ops":4,"prepare.queue_time_us":299012,"prepare.run_cpu_time_us":3787,"prepare.run_wall_time_us":15595,"replication_time_us":917939}]]}
I20260608 12:39:54.021023  5331 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:57706 (ReqId={client: b6dadc9e3a1847e8b4b7fdbf216dc612, seq_no=41, attempt_no=0}) took 1320 ms. Trace:
I20260608 12:39:54.021615  5331 rpcz_store.cc:276] 0608 12:39:52.709169 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.709658 (+   489us) service_pool.cc:224] Handling call
0608 12:39:54.020945 (+1311287us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.958936 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7af085a07c8d4e82abfb53ec52cedcb4
0608 12:39:52.959765 (+   829us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.959807 (+    42us) write_op.cc:435] Acquired schema lock
0608 12:39:52.959890 (+    83us) tablet.cc:662] Decoding operations
0608 12:39:52.999183 (+ 39293us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.999751 (+   568us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:53.002916 (+  3165us) tablet.cc:685] Acquiring locks for 6 operations
0608 12:39:53.041258 (+ 38342us) tablet.cc:701] Row locks acquired
0608 12:39:53.043516 (+  2258us) write_op.cc:260] PREPARE: finished
0608 12:39:53.052295 (+  8779us) write_op.cc:270] Start()
0608 12:39:53.055051 (+  2756us) write_op.cc:276] Timestamp: P: 1780922393051279 usec, L: 0
0608 12:39:53.056092 (+  1041us) op_driver.cc:348] REPLICATION: starting
0608 12:39:53.088660 (+ 32568us) log.cc:844] Serialized 562 byte log entry
0608 12:39:53.875778 (+787118us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.988707 (+112929us) write_op.cc:301] APPLY: starting
0608 12:39:53.988780 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.988976 (+   196us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.989083 (+   107us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.990175 (+  1092us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.990385 (+   210us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.990439 (+    54us) write_op.cc:312] APPLY: finished
0608 12:39:54.007558 (+ 17119us) log.cc:844] Serialized 52 byte log entry
0608 12:39:54.007759 (+   201us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:54.007906 (+   147us) write_op.cc:454] Released schema lock
0608 12:39:54.020570 (+ 12664us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":112765,"num_ops":6,"prepare.queue_time_us":217228,"prepare.run_cpu_time_us":4760,"prepare.run_wall_time_us":135142,"replication_time_us":819579}]]}
I20260608 12:39:53.993119  5335 rpcz_store.cc:276] 0608 12:39:52.618968 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:39:52.623467 (+  4499us) service_pool.cc:224] Handling call
0608 12:39:53.983178 (+1359711us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:39:52.868983 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7af085a07c8d4e82abfb53ec52cedcb4
0608 12:39:52.915606 (+ 46623us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:39:52.918376 (+  2770us) write_op.cc:435] Acquired schema lock
0608 12:39:52.918392 (+    16us) tablet.cc:662] Decoding operations
0608 12:39:52.940478 (+ 22086us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:39:52.940665 (+   187us) write_op.cc:641] Partition lock acquired for write op
0608 12:39:52.940722 (+    57us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:39:52.941212 (+   490us) tablet.cc:701] Row locks acquired
0608 12:39:52.941235 (+    23us) write_op.cc:260] PREPARE: finished
0608 12:39:52.941482 (+   247us) write_op.cc:270] Start()
0608 12:39:52.941644 (+   162us) write_op.cc:276] Timestamp: P: 1780922392941416 usec, L: 0
0608 12:39:52.941671 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 12:39:52.942592 (+   921us) log.cc:844] Serialized 519 byte log entry
0608 12:39:53.875183 (+932591us) op_driver.cc:464] REPLICATION: finished
0608 12:39:53.980972 (+105789us) write_op.cc:301] APPLY: starting
0608 12:39:53.981045 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0608 12:39:53.981211 (+   166us) tablet.cc:1370] finished BulkCheckPresence
0608 12:39:53.981311 (+   100us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:39:53.982114 (+   803us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:39:53.982298 (+   184us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:39:53.982346 (+    48us) write_op.cc:312] APPLY: finished
0608 12:39:53.982544 (+   198us) log.cc:844] Serialized 46 byte log entry
0608 12:39:53.982740 (+   196us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:39:53.982827 (+    87us) write_op.cc:454] Released schema lock
0608 12:39:53.982877 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":105615,"num_ops":5,"prepare.queue_time_us":233318,"prepare.run_cpu_time_us":4338,"prepare.run_wall_time_us":78406,"replication_time_us":933390}]]}
W20260608 12:39:54.186592  4935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:35079, user_credentials={real_user=slave}} blocked reactor thread for 46191.8us
W20260608 12:39:54.523707  4935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 59635.3us
W20260608 12:39:55.243131  4935 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 49385.3us
W20260608 12:39:56.101912  5150 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:35079, user_credentials={real_user=slave}} blocked reactor thread for 46150.1us
W20260608 12:39:56.128340  5266 meta_cache.cc:1261] Time spent looking up entry by key: real 0.141s	user 0.000s	sys 0.000s
W20260608 12:39:56.163643  5150 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:35079, user_credentials={real_user=slave}} blocked reactor thread for 60372.3us
W20260608 12:39:57.119815  5084 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36493, user_credentials={real_user=slave}} blocked reactor thread for 57278.7us
W20260608 12:39:57.474946  5085 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:42567, user_credentials={real_user=slave}} blocked reactor thread for 65749.8us
I20260608 12:39:57.839154   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:57.865435  5382 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:57.865576  5383 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:57.871421  5385 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:57.873386   431 server_base.cc:1061] running on GCE node
I20260608 12:39:57.876555   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:57.876878   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:57.877115   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922397877098 us; error 0 us; skew 500 ppm
I20260608 12:39:57.877995   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:57.881695   431 webserver.cc:533] Webserver started at http://127.0.107.196:38931/ using document root <none> and password file <none>
I20260608 12:39:57.882354   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:57.882591   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:57.882953   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:57.884392   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "9a2a45dc83fc4f1a8ff0553914db29cc"
format_stamp: "Formatted at 2026-06-08 12:39:57 on dist-test-slave-mnll"
I20260608 12:39:57.890190   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:57.895262  5390 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:57.896396   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:57.896703   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "9a2a45dc83fc4f1a8ff0553914db29cc"
format_stamp: "Formatted at 2026-06-08 12:39:57 on dist-test-slave-mnll"
I20260608 12:39:57.897012   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:57.925585   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:57.927063   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:57.928956   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:57.932024   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:57.932227   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:57.932545   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:57.932706   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:57.998147   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40543
I20260608 12:39:57.998282  5452 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40543 every 8 connection(s)
I20260608 12:39:58.004740   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:58.020300  5457 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:58.021565  5458 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.032774   431 server_base.cc:1061] running on GCE node
W20260608 12:39:58.036412  5460 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.037865   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:58.038314   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:58.038632   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922398038608 us; error 0 us; skew 500 ppm
I20260608 12:39:58.039593   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:58.043073   431 webserver.cc:533] Webserver started at http://127.0.107.197:36163/ using document root <none> and password file <none>
I20260608 12:39:58.044064   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:58.044409   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:58.044844   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:58.046504  5453 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:58.046962  5453 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:58.046765   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-4-root/instance:
uuid: "d92f22773d6a4d03a16977fad059a886"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-mnll"
I20260608 12:39:58.048022  5453 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:58.050868  4860 ts_manager.cc:194] Registered new tserver with Master: 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196:40543)
I20260608 12:39:58.053323  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55002
I20260608 12:39:58.055591   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.000s	sys 0.007s
I20260608 12:39:58.061195  5465 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.062266   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.003s
I20260608 12:39:58.062704   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-4-root
uuid: "d92f22773d6a4d03a16977fad059a886"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-mnll"
I20260608 12:39:58.063148   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-4-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:58.090925   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:58.092948   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:58.095206   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:58.099283   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:58.099578   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.099920   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:58.100155   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.182080   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:39557
I20260608 12:39:58.182516  5527 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:39557 every 8 connection(s)
I20260608 12:39:58.188647   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:58.202785  5531 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:58.203619  5532 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.206573  5528 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:58.207170  5528 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:58.208480  5528 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:58.211843  4860 ts_manager.cc:194] Registered new tserver with Master: d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557)
I20260608 12:39:58.214337  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55018
I20260608 12:39:58.221371   431 server_base.cc:1061] running on GCE node
W20260608 12:39:58.221354  5534 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:58.223003   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:58.223259   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:58.223506   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922398223488 us; error 0 us; skew 500 ppm
I20260608 12:39:58.224385   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:58.230705   431 webserver.cc:533] Webserver started at http://127.0.107.198:37963/ using document root <none> and password file <none>
I20260608 12:39:58.231279   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:58.231521   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:58.231943   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:58.233649   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-5-root/instance:
uuid: "28d94f25633b4f64a2a8e356d1b20372"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-mnll"
I20260608 12:39:58.240567   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:39:58.244585  5539 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.245519   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:39:58.245853   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-5-root
uuid: "28d94f25633b4f64a2a8e356d1b20372"
format_stamp: "Formatted at 2026-06-08 12:39:58 on dist-test-slave-mnll"
I20260608 12:39:58.246209   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-5-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:39:58.267450   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:58.268944   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:58.270897   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:58.284814   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:58.285135   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:39:58.285400   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:58.285589   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:58.396417   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:42553
I20260608 12:39:58.396644  5601 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:42553 every 8 connection(s)
I20260608 12:39:58.415405  5602 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37727
I20260608 12:39:58.415930  5602 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:58.416822  5602 heartbeater.cc:507] Master 127.0.107.254:37727 requested a full tablet report, sending...
I20260608 12:39:58.419215  4860 ts_manager.cc:194] Registered new tserver with Master: 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198:42553)
I20260608 12:39:58.420996  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55020
I20260608 12:39:58.913298  5041 consensus_queue.cc:237] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:39:58.923524  4970 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:58.925810  5608 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:58.926146  5115 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:58.928072  5368 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:58.936964  5608 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:58.951323  4970 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
W20260608 12:39:58.962826  5010 consensus_peers.cc:597] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 -> Peer 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198:42553): Couldn't send request to peer 28d94f25633b4f64a2a8e356d1b20372. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ef7db54d55224697a77a1b90f1297479. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:58.974910  4860 catalog_manager.cc:5696] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:58.976286  5115 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:58.991078  5116 consensus_queue.cc:237] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:39:59.011633  5041 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.013546  5378 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:59.026427  4970 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.028769  5378 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:59.033041  5378 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
W20260608 12:39:59.049021  5085 consensus_peers.cc:597] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196:40543): Couldn't send request to peer 9a2a45dc83fc4f1a8ff0553914db29cc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: be8e79b117d54f24a85343fc5212d7c3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.056749  5453 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:59.062033  5041 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.075556  4970 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.109180  4867 catalog_manager.cc:5696] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.111732  4970 consensus_queue.cc:237] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:39:59.128840  5116 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.129433  5041 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.132212  5379 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:59.135021  5379 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:59.157142  5359 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.161401  5041 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.172909  5115 consensus_queue.cc:237] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:39:59.172547  4860 catalog_manager.cc:5696] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:59.193662  4936 consensus_peers.cc:597] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 -> Peer d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557): Couldn't send request to peer d92f22773d6a4d03a16977fad059a886. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 61f17654d4d14fbe88e3bb3879e0b79e. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:59.198542  5085 consensus_peers.cc:597] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196:40543): Couldn't send request to peer 9a2a45dc83fc4f1a8ff0553914db29cc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 02ff6be5305545378d2dcaebecf3aae0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.200664  5041 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.200728  5116 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.202593  5623 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:59.205798  4970 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.207424  5623 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:59.218422  5528 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:59.230139  5621 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.235670  5041 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.236426  4970 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.250509  4863 catalog_manager.cc:5696] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:39:59.252686  5116 consensus_queue.cc:237] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:39:59.264580  5041 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.265924  5623 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:59.283231  4970 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
W20260608 12:39:59.284920  5084 consensus_peers.cc:597] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198:42553): Couldn't send request to peer 28d94f25633b4f64a2a8e356d1b20372. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2a343c9702da48c3adcf181aabc36e24. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.285760  5623 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:39:59.288851  5621 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:59.290648  5041 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:59.305853  4867 catalog_manager.cc:5696] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:59.310446  4970 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:39:59.327498  5041 consensus_queue.cc:237] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:39:59.336117  5116 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.336658  4970 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:39:59.338080  5608 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:39:59.339202  5368 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
W20260608 12:39:59.346758  5011 consensus_peers.cc:597] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 -> Peer d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557): Couldn't send request to peer d92f22773d6a4d03a16977fad059a886. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e4f50875defd4ddd8cbe188122916b87. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:59.352195  5368 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.354856  4970 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.363796  5116 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:39:59.370904  4860 catalog_manager.cc:5696] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 reported cstate change: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:59.397478  5645 ts_tablet_manager.cc:933] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Initiating tablet copy from peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:59.403102  5645 tablet_copy_client.cc:323] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35079
I20260608 12:39:59.418085  5129 tablet_copy_service.cc:140] P adebc302dc4842edab7c8f0f1e50c854: Received BeginTabletCopySession request for tablet be8e79b117d54f24a85343fc5212d7c3 from peer 9a2a45dc83fc4f1a8ff0553914db29cc ({username='slave'} at 127.0.0.1:36770)
I20260608 12:39:59.418664  5129 tablet_copy_service.cc:161] P adebc302dc4842edab7c8f0f1e50c854: Beginning new tablet copy session on tablet be8e79b117d54f24a85343fc5212d7c3 from peer 9a2a45dc83fc4f1a8ff0553914db29cc at {username='slave'} at 127.0.0.1:36770: session id = 9a2a45dc83fc4f1a8ff0553914db29cc-be8e79b117d54f24a85343fc5212d7c3
I20260608 12:39:59.423897  5602 heartbeater.cc:499] Master 127.0.107.254:37727 was elected leader, sending a full tablet report...
I20260608 12:39:59.426831  5129 tablet_copy_source_session.cc:215] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.430821  5645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet be8e79b117d54f24a85343fc5212d7c3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.445621  5648 ts_tablet_manager.cc:933] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Initiating tablet copy from peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:59.450589  5645 tablet_copy_client.cc:806] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.451335  5645 tablet_copy_client.cc:670] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.457774  5648 tablet_copy_client.cc:323] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36493
I20260608 12:39:59.457692  5646 tablet_copy_client.cc:1025] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.526513  5055 tablet_copy_service.cc:140] P 7b86226aa75742e5bd3fa02b311fccc6: Received BeginTabletCopySession request for tablet ef7db54d55224697a77a1b90f1297479 from peer 28d94f25633b4f64a2a8e356d1b20372 ({username='slave'} at 127.0.0.1:44688)
I20260608 12:39:59.527271  5055 tablet_copy_service.cc:161] P 7b86226aa75742e5bd3fa02b311fccc6: Beginning new tablet copy session on tablet ef7db54d55224697a77a1b90f1297479 from peer 28d94f25633b4f64a2a8e356d1b20372 at {username='slave'} at 127.0.0.1:44688: session id = 28d94f25633b4f64a2a8e356d1b20372-ef7db54d55224697a77a1b90f1297479
I20260608 12:39:59.537009  5055 tablet_copy_source_session.cc:215] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.540860  5648 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7db54d55224697a77a1b90f1297479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.559939  5648 tablet_copy_client.cc:806] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.560621  5648 tablet_copy_client.cc:670] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.569988  5649 tablet_copy_client.cc:1025] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.602823  5652 ts_tablet_manager.cc:933] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Initiating tablet copy from peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:59.605068  5652 tablet_copy_client.cc:323] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35079
I20260608 12:39:59.606779  5129 tablet_copy_service.cc:140] P adebc302dc4842edab7c8f0f1e50c854: Received BeginTabletCopySession request for tablet 02ff6be5305545378d2dcaebecf3aae0 from peer 9a2a45dc83fc4f1a8ff0553914db29cc ({username='slave'} at 127.0.0.1:36770)
I20260608 12:39:59.607321  5129 tablet_copy_service.cc:161] P adebc302dc4842edab7c8f0f1e50c854: Beginning new tablet copy session on tablet 02ff6be5305545378d2dcaebecf3aae0 from peer 9a2a45dc83fc4f1a8ff0553914db29cc at {username='slave'} at 127.0.0.1:36770: session id = 9a2a45dc83fc4f1a8ff0553914db29cc-02ff6be5305545378d2dcaebecf3aae0
I20260608 12:39:59.612321  5129 tablet_copy_source_session.cc:215] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.615269  5652 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02ff6be5305545378d2dcaebecf3aae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.627547  5652 tablet_copy_client.cc:806] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.628094  5652 tablet_copy_client.cc:670] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.631980  5653 tablet_copy_client.cc:1025] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.704870  5654 ts_tablet_manager.cc:933] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Initiating tablet copy from peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567)
I20260608 12:39:59.708186  5654 tablet_copy_client.cc:323] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42567
I20260608 12:39:59.720975  4980 tablet_copy_service.cc:140] P 0d7daa97b41f46198515b979d37f41a2: Received BeginTabletCopySession request for tablet 61f17654d4d14fbe88e3bb3879e0b79e from peer d92f22773d6a4d03a16977fad059a886 ({username='slave'} at 127.0.0.1:33874)
I20260608 12:39:59.721724  4980 tablet_copy_service.cc:161] P 0d7daa97b41f46198515b979d37f41a2: Beginning new tablet copy session on tablet 61f17654d4d14fbe88e3bb3879e0b79e from peer d92f22773d6a4d03a16977fad059a886 at {username='slave'} at 127.0.0.1:33874: session id = d92f22773d6a4d03a16977fad059a886-61f17654d4d14fbe88e3bb3879e0b79e
I20260608 12:39:59.729195  4980 tablet_copy_source_session.cc:215] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.732336  5654 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 61f17654d4d14fbe88e3bb3879e0b79e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.740653  5658 ts_tablet_manager.cc:933] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Initiating tablet copy from peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:39:59.743633  5658 tablet_copy_client.cc:323] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36493
I20260608 12:39:59.748553  5654 tablet_copy_client.cc:806] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.749209  5654 tablet_copy_client.cc:670] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.758271  5655 tablet_copy_client.cc:1025] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.761313  5660 ts_tablet_manager.cc:933] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Initiating tablet copy from peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:39:59.762610  5055 tablet_copy_service.cc:140] P 7b86226aa75742e5bd3fa02b311fccc6: Received BeginTabletCopySession request for tablet e4f50875defd4ddd8cbe188122916b87 from peer d92f22773d6a4d03a16977fad059a886 ({username='slave'} at 127.0.0.1:44692)
I20260608 12:39:59.763208  5055 tablet_copy_service.cc:161] P 7b86226aa75742e5bd3fa02b311fccc6: Beginning new tablet copy session on tablet e4f50875defd4ddd8cbe188122916b87 from peer d92f22773d6a4d03a16977fad059a886 at {username='slave'} at 127.0.0.1:44692: session id = d92f22773d6a4d03a16977fad059a886-e4f50875defd4ddd8cbe188122916b87
I20260608 12:39:59.765086  5660 tablet_copy_client.cc:323] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35079
I20260608 12:39:59.772636  5055 tablet_copy_source_session.cc:215] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.777072  5658 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4f50875defd4ddd8cbe188122916b87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.777801  5129 tablet_copy_service.cc:140] P adebc302dc4842edab7c8f0f1e50c854: Received BeginTabletCopySession request for tablet 2a343c9702da48c3adcf181aabc36e24 from peer 28d94f25633b4f64a2a8e356d1b20372 ({username='slave'} at 127.0.0.1:36774)
I20260608 12:39:59.778404  5129 tablet_copy_service.cc:161] P adebc302dc4842edab7c8f0f1e50c854: Beginning new tablet copy session on tablet 2a343c9702da48c3adcf181aabc36e24 from peer 28d94f25633b4f64a2a8e356d1b20372 at {username='slave'} at 127.0.0.1:36774: session id = 28d94f25633b4f64a2a8e356d1b20372-2a343c9702da48c3adcf181aabc36e24
I20260608 12:39:59.786108  5129 tablet_copy_source_session.cc:215] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:59.789587  5660 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a343c9702da48c3adcf181aabc36e24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:59.790305  5658 tablet_copy_client.cc:806] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.790984  5658 tablet_copy_client.cc:670] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.795153  5659 tablet_copy_client.cc:1025] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: tablet copy: Injecting latency into file download: 2000
I20260608 12:39:59.805078  5660 tablet_copy_client.cc:806] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:59.805697  5660 tablet_copy_client.cc:670] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:59.809880  5661 tablet_copy_client.cc:1025] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:01.483587  5645 tablet_copy_client.cc:538] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.492151  5645 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap starting.
I20260608 12:40:01.571008  5648 tablet_copy_client.cc:538] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.580382  5648 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap starting.
I20260608 12:40:01.626886  5645 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=98 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.628183  5645 tablet_bootstrap.cc:492] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap complete.
I20260608 12:40:01.628949  5645 ts_tablet_manager.cc:1403] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent bootstrapping tablet: real 0.137s	user 0.135s	sys 0.004s
I20260608 12:40:01.632887  5652 tablet_copy_client.cc:538] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.631913  5645 raft_consensus.cc:359] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:01.637390  5645 raft_consensus.cc:740] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9a2a45dc83fc4f1a8ff0553914db29cc, State: Initialized, Role: LEARNER
I20260608 12:40:01.638222  5645 consensus_queue.cc:260] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:01.643798  5652 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap starting.
I20260608 12:40:01.657590  5645 ts_tablet_manager.cc:1434] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent starting tablet: real 0.028s	user 0.012s	sys 0.012s
I20260608 12:40:01.659683  5129 tablet_copy_service.cc:342] P adebc302dc4842edab7c8f0f1e50c854: Request end of tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-be8e79b117d54f24a85343fc5212d7c3 received from {username='slave'} at 127.0.0.1:36770
I20260608 12:40:01.660279  5129 tablet_copy_service.cc:434] P adebc302dc4842edab7c8f0f1e50c854: ending tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-be8e79b117d54f24a85343fc5212d7c3 on tablet be8e79b117d54f24a85343fc5212d7c3 with peer 9a2a45dc83fc4f1a8ff0553914db29cc
I20260608 12:40:01.759286  5654 tablet_copy_client.cc:538] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.772881  5654 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Bootstrap starting.
I20260608 12:40:01.776252  5648 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.777292  5648 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap complete.
I20260608 12:40:01.778060  5648 ts_tablet_manager.cc:1403] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Time spent bootstrapping tablet: real 0.198s	user 0.160s	sys 0.015s
I20260608 12:40:01.781117  5648 raft_consensus.cc:359] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:01.781927  5648 raft_consensus.cc:740] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d94f25633b4f64a2a8e356d1b20372, State: Initialized, Role: LEARNER
I20260608 12:40:01.782567  5648 consensus_queue.cc:260] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:01.796288  5658 tablet_copy_client.cc:538] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.809530  5648 ts_tablet_manager.cc:1434] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: Time spent starting tablet: real 0.031s	user 0.014s	sys 0.015s
I20260608 12:40:01.810707  5660 tablet_copy_client.cc:538] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:01.821749  5055 tablet_copy_service.cc:342] P 7b86226aa75742e5bd3fa02b311fccc6: Request end of tablet copy session 28d94f25633b4f64a2a8e356d1b20372-ef7db54d55224697a77a1b90f1297479 received from {username='slave'} at 127.0.0.1:44688
I20260608 12:40:01.822628  5055 tablet_copy_service.cc:434] P 7b86226aa75742e5bd3fa02b311fccc6: ending tablet copy session 28d94f25633b4f64a2a8e356d1b20372-ef7db54d55224697a77a1b90f1297479 on tablet ef7db54d55224697a77a1b90f1297479 with peer 28d94f25633b4f64a2a8e356d1b20372
I20260608 12:40:01.825510  5652 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=95 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:01.826496  5652 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap complete.
I20260608 12:40:01.827209  5652 ts_tablet_manager.cc:1403] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent bootstrapping tablet: real 0.184s	user 0.142s	sys 0.019s
I20260608 12:40:01.830191  5652 raft_consensus.cc:359] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:01.830968  5652 raft_consensus.cc:740] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9a2a45dc83fc4f1a8ff0553914db29cc, State: Initialized, Role: LEARNER
I20260608 12:40:01.832665  5660 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap starting.
I20260608 12:40:01.834304  5658 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Bootstrap starting.
I20260608 12:40:01.831593  5652 consensus_queue.cc:260] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:01.842170  5652 ts_tablet_manager.cc:1434] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:40:01.846006  5129 tablet_copy_service.cc:342] P adebc302dc4842edab7c8f0f1e50c854: Request end of tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-02ff6be5305545378d2dcaebecf3aae0 received from {username='slave'} at 127.0.0.1:36770
I20260608 12:40:01.846472  5129 tablet_copy_service.cc:434] P adebc302dc4842edab7c8f0f1e50c854: ending tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-02ff6be5305545378d2dcaebecf3aae0 on tablet 02ff6be5305545378d2dcaebecf3aae0 with peer 9a2a45dc83fc4f1a8ff0553914db29cc
I20260608 12:40:01.915894  5577 raft_consensus.cc:1217] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
W20260608 12:40:02.010032  4936 consensus_peers.cc:597] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 -> Peer d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557): Couldn't send request to peer d92f22773d6a4d03a16977fad059a886. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:02.045603  5660 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=109 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:02.046576  5660 tablet_bootstrap.cc:492] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap complete.
I20260608 12:40:02.050369  5654 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=127 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:02.051295  5654 tablet_bootstrap.cc:492] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Bootstrap complete.
I20260608 12:40:02.051976  5654 ts_tablet_manager.cc:1403] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Time spent bootstrapping tablet: real 0.279s	user 0.152s	sys 0.039s
I20260608 12:40:02.052997  5660 ts_tablet_manager.cc:1403] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Time spent bootstrapping tablet: real 0.221s	user 0.157s	sys 0.012s
I20260608 12:40:02.054890  5654 raft_consensus.cc:359] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:02.055687  5654 raft_consensus.cc:740] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d92f22773d6a4d03a16977fad059a886, State: Initialized, Role: LEARNER
I20260608 12:40:02.055794  5660 raft_consensus.cc:359] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:02.056599  5660 raft_consensus.cc:740] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d94f25633b4f64a2a8e356d1b20372, State: Initialized, Role: LEARNER
I20260608 12:40:02.056373  5654 consensus_queue.cc:260] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:02.057219  5660 consensus_queue.cc:260] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:02.060643  5660 ts_tablet_manager.cc:1434] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:02.061339  5658 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:02.062263  5658 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Bootstrap complete.
I20260608 12:40:02.062305  5129 tablet_copy_service.cc:342] P adebc302dc4842edab7c8f0f1e50c854: Request end of tablet copy session 28d94f25633b4f64a2a8e356d1b20372-2a343c9702da48c3adcf181aabc36e24 received from {username='slave'} at 127.0.0.1:36774
I20260608 12:40:02.062870  5129 tablet_copy_service.cc:434] P adebc302dc4842edab7c8f0f1e50c854: ending tablet copy session 28d94f25633b4f64a2a8e356d1b20372-2a343c9702da48c3adcf181aabc36e24 on tablet 2a343c9702da48c3adcf181aabc36e24 with peer 28d94f25633b4f64a2a8e356d1b20372
I20260608 12:40:02.063120  5658 ts_tablet_manager.cc:1403] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Time spent bootstrapping tablet: real 0.229s	user 0.148s	sys 0.023s
I20260608 12:40:02.066428  5658 raft_consensus.cc:359] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:02.067207  5658 raft_consensus.cc:740] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d92f22773d6a4d03a16977fad059a886, State: Initialized, Role: LEARNER
I20260608 12:40:02.067799  5658 consensus_queue.cc:260] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:02.069034  5654 ts_tablet_manager.cc:1434] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:40:02.070745  5658 ts_tablet_manager.cc:1434] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260608 12:40:02.070713  4980 tablet_copy_service.cc:342] P 0d7daa97b41f46198515b979d37f41a2: Request end of tablet copy session d92f22773d6a4d03a16977fad059a886-61f17654d4d14fbe88e3bb3879e0b79e received from {username='slave'} at 127.0.0.1:33874
I20260608 12:40:02.071369  4980 tablet_copy_service.cc:434] P 0d7daa97b41f46198515b979d37f41a2: ending tablet copy session d92f22773d6a4d03a16977fad059a886-61f17654d4d14fbe88e3bb3879e0b79e on tablet 61f17654d4d14fbe88e3bb3879e0b79e with peer d92f22773d6a4d03a16977fad059a886
I20260608 12:40:02.073614  5055 tablet_copy_service.cc:342] P 7b86226aa75742e5bd3fa02b311fccc6: Request end of tablet copy session d92f22773d6a4d03a16977fad059a886-e4f50875defd4ddd8cbe188122916b87 received from {username='slave'} at 127.0.0.1:44692
I20260608 12:40:02.074270  5055 tablet_copy_service.cc:434] P 7b86226aa75742e5bd3fa02b311fccc6: ending tablet copy session d92f22773d6a4d03a16977fad059a886-e4f50875defd4ddd8cbe188122916b87 on tablet e4f50875defd4ddd8cbe188122916b87 with peer d92f22773d6a4d03a16977fad059a886
I20260608 12:40:02.090263  5428 raft_consensus.cc:1217] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260608 12:40:02.153458  5503 raft_consensus.cc:1217] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260608 12:40:02.355757  5428 raft_consensus.cc:1217] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260608 12:40:02.393985  5576 raft_consensus.cc:1217] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260608 12:40:02.534313  5503 raft_consensus.cc:1217] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.26->[1.27-1.27]   Dedup: 1.27->[]
I20260608 12:40:02.545253  5685 raft_consensus.cc:1064] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: attempting to promote NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 to VOTER
I20260608 12:40:02.548195  5685 consensus_queue.cc:237] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } }
I20260608 12:40:02.555581  5576 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.555783  5116 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.557413  4968 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.557315  5684 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.559116  5686 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.561265  5684 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.583844  5686 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.589530  5115 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.596156  4968 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.610496  4863 catalog_manager.cc:5696] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.629076  5576 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.655791  5686 raft_consensus.cc:1064] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: attempting to promote NON_VOTER d92f22773d6a4d03a16977fad059a886 to VOTER
I20260608 12:40:02.656970  5693 raft_consensus.cc:1064] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: attempting to promote NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc to VOTER
I20260608 12:40:02.658806  5686 consensus_queue.cc:237] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } }
I20260608 12:40:02.659991  5693 consensus_queue.cc:237] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } }
I20260608 12:40:02.677632  5503 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.678319  5115 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.680164  5684 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.681210  5671 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.686724  4968 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.687216  5428 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.690378  5041 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.691299  5696 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.693096  5623 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.694907  4968 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.696354  5696 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.699805  5685 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.722018  5037 consensus_queue.cc:237] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } }
I20260608 12:40:02.727533  5623 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.732746  5576 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.735610  5428 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.743330  4970 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.745329  5686 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.743345  5037 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.749221  4965 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.752703  4968 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.754786  5684 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:02.756201  4860 catalog_manager.cc:5696] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:02.757189  5503 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.764060  5671 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.766062  5577 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.776041  5115 consensus_queue.cc:237] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } }
I20260608 12:40:02.782404  5685 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:02.789144  4865 catalog_manager.cc:5696] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 reported cstate change: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.791807  4970 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.796587  5428 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.799723  5623 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:40:02.800879  5694 raft_consensus.cc:1064] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: attempting to promote NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc to VOTER
I20260608 12:40:02.803745  5694 consensus_queue.cc:237] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } }
I20260608 12:40:02.803907  4867 catalog_manager.cc:5696] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 reported cstate change: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:02.808435  5693 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.812181  4854 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ef7db54d55224697a77a1b90f1297479 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:02.818938  5104 tablet_service.cc:1558] Processing DeleteTablet for tablet ef7db54d55224697a77a1b90f1297479 with delete_type TABLET_DATA_TOMBSTONED (TS adebc302dc4842edab7c8f0f1e50c854 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:38850
I20260608 12:40:02.828339  5037 raft_consensus.cc:1275] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.837308  5623 consensus_queue.cc:1048] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:02.848994  5037 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.822186  5427 raft_consensus.cc:2955] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.866281  5708 tablet_replica.cc:333] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:02.869853  5708 raft_consensus.cc:2243] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.871081  5708 raft_consensus.cc:2272] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:02.877462  4865 catalog_manager.cc:5696] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc reported cstate change: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.880159  5696 raft_consensus.cc:1064] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: attempting to promote NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 to VOTER
I20260608 12:40:02.882861  5696 consensus_queue.cc:237] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } }
I20260608 12:40:02.884330  4854 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet be8e79b117d54f24a85343fc5212d7c3 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:02.890187  5115 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.896399  4951 tablet_service.cc:1558] Processing DeleteTablet for tablet be8e79b117d54f24a85343fc5212d7c3 with delete_type TABLET_DATA_TOMBSTONED (TS 0d7daa97b41f46198515b979d37f41a2 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:57694
I20260608 12:40:02.910028  4970 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.912187  5713 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.916888  5044 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.920629  5041 consensus_queue.cc:237] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } }
I20260608 12:40:02.921694  5623 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.932031  5503 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.932183  5427 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.933163  4970 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:02.935364  5685 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:40:02.934258  5693 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.003s
I20260608 12:40:02.936965  5709 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:40:02.951745  5503 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.957273  4970 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.958554  5577 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.964182  5623 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.964633  4968 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.965875  5041 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:02.972657  5693 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:02.976421  5696 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:02.980623  5686 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:02.992728  5711 tablet_replica.cc:333] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:02.996738  5694 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:02.998593  5711 raft_consensus.cc:2243] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:02.998804  5044 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.007774  5711 raft_consensus.cc:2272] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.014104  5708 ts_tablet_manager.cc:1916] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.013425  5045 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.017920  5427 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.022339  4863 catalog_manager.cc:5696] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 reported cstate change: config changed from index 28 to 29, VOTER adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.024801  4965 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.010640  5712 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.035686  5678 raft_consensus.cc:1064] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: attempting to promote NON_VOTER d92f22773d6a4d03a16977fad059a886 to VOTER
I20260608 12:40:03.035676  5104 tablet_service.cc:1558] Processing DeleteTablet for tablet e4f50875defd4ddd8cbe188122916b87 with delete_type TABLET_DATA_TOMBSTONED (TS adebc302dc4842edab7c8f0f1e50c854 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:38850
I20260608 12:40:03.038573  5678 consensus_queue.cc:237] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 27, Committed index: 27, Last appended: 1.27, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } }
I20260608 12:40:03.029670  4860 catalog_manager.cc:5696] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:03.044626  4968 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.049548  5711 ts_tablet_manager.cc:1916] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.054957  5708 ts_tablet_manager.cc:1929] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.055541  5708 log.cc:1199] T ef7db54d55224697a77a1b90f1297479 P adebc302dc4842edab7c8f0f1e50c854: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root/wals/ef7db54d55224697a77a1b90f1297479
I20260608 12:40:03.057410  5708 tablet_replica.cc:333] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:03.058600  5708 raft_consensus.cc:2243] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.059471  5708 raft_consensus.cc:2272] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.059731  4854 catalog_manager.cc:5027] TS adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): tablet ef7db54d55224697a77a1b90f1297479 (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:03.063930  5708 ts_tablet_manager.cc:1916] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.064548  4854 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e4f50875defd4ddd8cbe188122916b87 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.070570  5115 consensus_queue.cc:237] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } }
I20260608 12:40:03.086723  5708 ts_tablet_manager.cc:1929] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.087508  5708 log.cc:1199] T e4f50875defd4ddd8cbe188122916b87 P adebc302dc4842edab7c8f0f1e50c854: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-2-root/wals/e4f50875defd4ddd8cbe188122916b87
I20260608 12:40:03.088481  5503 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:03.089406  5045 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.089556  4854 catalog_manager.cc:5027] TS adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): tablet e4f50875defd4ddd8cbe188122916b87 (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:03.091276  5693 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.091807  5115 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:03.092710  5688 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:03.093736  5720 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:40:03.099411  5694 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.108438  5045 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.113328  5044 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:40:03.106940  5577 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.116374  5428 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.056255  4867 catalog_manager.cc:5696] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index 27 to 28, 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.119280  5688 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:40:03.123816  5694 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.125599  4854 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 02ff6be5305545378d2dcaebecf3aae0 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.131011  5427 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.135315  5711 ts_tablet_manager.cc:1929] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.135833  5711 log.cc:1199] T be8e79b117d54f24a85343fc5212d7c3 P 0d7daa97b41f46198515b979d37f41a2: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root/wals/be8e79b117d54f24a85343fc5212d7c3
I20260608 12:40:03.137725  4855 catalog_manager.cc:5027] TS 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): tablet be8e79b117d54f24a85343fc5212d7c3 (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:03.148650  5688 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.157433  5118 consensus_queue.cc:237] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } }
I20260608 12:40:03.160673  5116 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.162176  4865 catalog_manager.cc:5696] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc reported cstate change: config changed from index 28 to 29, VOTER 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } }
I20260608 12:40:03.164494  5577 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.166136  4968 raft_consensus.cc:1275] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.167207  5694 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.168603  5696 consensus_queue.cc:1048] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.174069  5044 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.177188  5696 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.183763  5503 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.190227  4854 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 2a343c9702da48c3adcf181aabc36e24 with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.189670  4968 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.193300  5577 raft_consensus.cc:2955] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.200551  4951 tablet_service.cc:1558] Processing DeleteTablet for tablet 02ff6be5305545378d2dcaebecf3aae0 with delete_type TABLET_DATA_TOMBSTONED (Replica with old config index 28 (current committed config index is 29)) from {username='slave'} at 127.0.0.1:57694
I20260608 12:40:03.201805  5711 tablet_replica.cc:333] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:03.202986  5711 raft_consensus.cc:2243] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.203780  5711 raft_consensus.cc:2272] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.211197  5711 ts_tablet_manager.cc:1916] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.222056  4859 catalog_manager.cc:5696] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 reported cstate change: config changed from index 27 to 28, d92f22773d6a4d03a16977fad059a886 (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.224056  4860 catalog_manager.cc:5696] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 reported cstate change: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } }
I20260608 12:40:03.230002  5711 ts_tablet_manager.cc:1929] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.230557  5711 log.cc:1199] T 02ff6be5305545378d2dcaebecf3aae0 P 0d7daa97b41f46198515b979d37f41a2: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-0-root/wals/02ff6be5305545378d2dcaebecf3aae0
I20260608 12:40:03.232442  4855 catalog_manager.cc:5027] TS 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): tablet 02ff6be5305545378d2dcaebecf3aae0 (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:03.238425  5029 tablet_service.cc:1558] Processing DeleteTablet for tablet 2a343c9702da48c3adcf181aabc36e24 with delete_type TABLET_DATA_TOMBSTONED (TS 7b86226aa75742e5bd3fa02b311fccc6 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:46458
I20260608 12:40:03.241251  5726 tablet_replica.cc:333] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:03.242381  5726 raft_consensus.cc:2243] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.243173  5726 raft_consensus.cc:2272] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.247782  5726 ts_tablet_manager.cc:1916] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.247519  4968 consensus_queue.cc:237] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } }
I20260608 12:40:03.252797  5503 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.253338  5116 raft_consensus.cc:1275] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:40:03.254089  5688 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.255162  5722 consensus_queue.cc:1048] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:40:03.262600  5678 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.264338  5116 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.270785  5726 ts_tablet_manager.cc:1929] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.271256  5726 log.cc:1199] T 2a343c9702da48c3adcf181aabc36e24 P 7b86226aa75742e5bd3fa02b311fccc6: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root/wals/2a343c9702da48c3adcf181aabc36e24
I20260608 12:40:03.270228  5503 raft_consensus.cc:2955] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.272974  4854 catalog_manager.cc:5027] TS 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): tablet 2a343c9702da48c3adcf181aabc36e24 (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:03.282212  4855 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 61f17654d4d14fbe88e3bb3879e0b79e with cas_config_opid_index 28: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:03.284253  4865 catalog_manager.cc:5696] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index 28 to 29, VOTER 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } }
I20260608 12:40:03.298400  5029 tablet_service.cc:1558] Processing DeleteTablet for tablet 61f17654d4d14fbe88e3bb3879e0b79e with delete_type TABLET_DATA_TOMBSTONED (TS 7b86226aa75742e5bd3fa02b311fccc6 not found in new config with opid_index 29) from {username='slave'} at 127.0.0.1:46458
I20260608 12:40:03.299459  5726 tablet_replica.cc:333] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:03.300488  5726 raft_consensus.cc:2243] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:03.301496  5726 raft_consensus.cc:2272] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:03.304656  5726 ts_tablet_manager.cc:1916] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:03.314771  5726 ts_tablet_manager.cc:1929] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.28
I20260608 12:40:03.315055  5726 log.cc:1199] T 61f17654d4d14fbe88e3bb3879e0b79e P 7b86226aa75742e5bd3fa02b311fccc6: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922264717849-431-0/minicluster-data/ts-1-root/wals/61f17654d4d14fbe88e3bb3879e0b79e
I20260608 12:40:03.316354  4854 catalog_manager.cc:5027] TS 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): tablet 61f17654d4d14fbe88e3bb3879e0b79e (table test-workload [id=b48eb0ce57f04926899c47524f9ba0da]) successfully deleted
I20260608 12:40:04.318372  5044 consensus_queue.cc:237] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
W20260608 12:40:04.325126  5011 consensus_peers.cc:597] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 -> Peer d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557): Couldn't send request to peer d92f22773d6a4d03a16977fad059a886. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ef7db54d55224697a77a1b90f1297479. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.325825  4968 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260608 12:40:04.326444  5577 raft_consensus.cc:1275] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260608 12:40:04.327497  5731 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:40:04.328552  5727 consensus_queue.cc:1048] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:40:04.337896  5730 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.339932  4968 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.340355  5577 raft_consensus.cc:2955] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.353019  4863 catalog_manager.cc:5696] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index 29 to 30, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.358111  5116 consensus_queue.cc:237] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:04.366192  5427 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260608 12:40:04.368948  5694 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
W20260608 12:40:04.373878  5084 consensus_peers.cc:597] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198:42553): Couldn't send request to peer 28d94f25633b4f64a2a8e356d1b20372. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 02ff6be5305545378d2dcaebecf3aae0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.376431  5044 raft_consensus.cc:1275] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer adebc302dc4842edab7c8f0f1e50c854: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260608 12:40:04.378741  5694 consensus_queue.cc:1048] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260608 12:40:04.397734  5694 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.399760  5427 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.413559  5045 raft_consensus.cc:2955] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.419826  4865 catalog_manager.cc:5696] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "adebc302dc4842edab7c8f0f1e50c854" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:04.441746  4968 consensus_queue.cc:237] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:04.449425  5116 raft_consensus.cc:1275] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:04.449860  5045 raft_consensus.cc:1275] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:04.452538  5728 consensus_queue.cc:1048] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:04.454813  5728 consensus_queue.cc:1048] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:04.477643  5678 raft_consensus.cc:2955] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.482193  5116 raft_consensus.cc:2955] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.484769  5045 raft_consensus.cc:2955] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.495653  4867 catalog_manager.cc:5696] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index -1 to 27, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
W20260608 12:40:04.502291  4936 consensus_peers.cc:597] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 -> Peer 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196:40543): Couldn't send request to peer 9a2a45dc83fc4f1a8ff0553914db29cc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 725ad2187f8f49bb81d5e9879e6ffcf8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.507392  4968 consensus_queue.cc:237] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 25, Committed index: 25, Last appended: 1.25, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:04.516136  5116 raft_consensus.cc:1275] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:40:04.516942  4936 consensus_peers.cc:597] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 -> Peer 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196:40543): Couldn't send request to peer 9a2a45dc83fc4f1a8ff0553914db29cc. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 420c76fa3338461db00ade859107d40d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.517681  5678 consensus_queue.cc:1048] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:04.519234  5045 raft_consensus.cc:1275] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:40:04.520556  5678 consensus_queue.cc:1048] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:40:04.526561  5748 raft_consensus.cc:2955] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.528545  5116 raft_consensus.cc:2955] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.531936  5045 raft_consensus.cc:2955] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } } }
I20260608 12:40:04.542171  4863 catalog_manager.cc:5696] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index -1 to 26, NON_VOTER 9a2a45dc83fc4f1a8ff0553914db29cc (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:04.544648  4968 consensus_queue.cc:237] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
W20260608 12:40:04.551826  4936 consensus_peers.cc:597] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 -> Peer d92f22773d6a4d03a16977fad059a886 (127.0.107.197:39557): Couldn't send request to peer d92f22773d6a4d03a16977fad059a886. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 474244af5cf94393b098ce098dfcc472. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.552446  5045 raft_consensus.cc:1275] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:04.553102  5116 raft_consensus.cc:1275] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Refusing update from remote peer 0d7daa97b41f46198515b979d37f41a2: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:40:04.553901  5678 consensus_queue.cc:1048] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:04.554840  5753 consensus_queue.cc:1048] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:40:04.565057  5753 raft_consensus.cc:2955] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.568063  5045 raft_consensus.cc:2955] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.569816  5116 raft_consensus.cc:2955] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.580040  4867 catalog_manager.cc:5696] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 reported cstate change: config changed from index -1 to 27, NON_VOTER d92f22773d6a4d03a16977fad059a886 (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "0d7daa97b41f46198515b979d37f41a2" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } } }
I20260608 12:40:04.580603  5044 consensus_queue.cc:237] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 29, Committed index: 29, Last appended: 1.29, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:04.588644  5503 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
I20260608 12:40:04.589143  4968 raft_consensus.cc:1275] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Refusing update from remote peer 7b86226aa75742e5bd3fa02b311fccc6: Log matching property violated. Preceding OpId in replica: term: 1 index: 29. Preceding OpId from leader: term: 1 index: 30. (index mismatch)
W20260608 12:40:04.589550  5010 consensus_peers.cc:597] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 -> Peer 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198:42553): Couldn't send request to peer 28d94f25633b4f64a2a8e356d1b20372. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e4f50875defd4ddd8cbe188122916b87. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.590690  5731 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:40:04.592587  5730 consensus_queue.cc:1048] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260608 12:40:04.602114  5731 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.604579  4968 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.611552  5503 raft_consensus.cc:2955] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.619582  4863 catalog_manager.cc:5696] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 reported cstate change: config changed from index 29 to 30, NON_VOTER 28d94f25633b4f64a2a8e356d1b20372 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "7b86226aa75742e5bd3fa02b311fccc6" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } } }
I20260608 12:40:04.826232  5764 ts_tablet_manager.cc:933] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Initiating tablet copy from peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567)
I20260608 12:40:04.828224  5764 tablet_copy_client.cc:323] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42567
I20260608 12:40:04.841490  4980 tablet_copy_service.cc:140] P 0d7daa97b41f46198515b979d37f41a2: Received BeginTabletCopySession request for tablet 725ad2187f8f49bb81d5e9879e6ffcf8 from peer 9a2a45dc83fc4f1a8ff0553914db29cc ({username='slave'} at 127.0.0.1:38186)
I20260608 12:40:04.841990  4980 tablet_copy_service.cc:161] P 0d7daa97b41f46198515b979d37f41a2: Beginning new tablet copy session on tablet 725ad2187f8f49bb81d5e9879e6ffcf8 from peer 9a2a45dc83fc4f1a8ff0553914db29cc at {username='slave'} at 127.0.0.1:38186: session id = 9a2a45dc83fc4f1a8ff0553914db29cc-725ad2187f8f49bb81d5e9879e6ffcf8
I20260608 12:40:04.846992  4980 tablet_copy_source_session.cc:215] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:04.851403  5764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 725ad2187f8f49bb81d5e9879e6ffcf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.864246  5764 tablet_copy_client.cc:806] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:04.864851  5764 tablet_copy_client.cc:670] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:04.868786  5765 tablet_copy_client.cc:1025] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:04.890192  5768 ts_tablet_manager.cc:933] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Initiating tablet copy from peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:40:04.898213  5768 tablet_copy_client.cc:323] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36493
I20260608 12:40:04.900050  5055 tablet_copy_service.cc:140] P 7b86226aa75742e5bd3fa02b311fccc6: Received BeginTabletCopySession request for tablet ef7db54d55224697a77a1b90f1297479 from peer d92f22773d6a4d03a16977fad059a886 ({username='slave'} at 127.0.0.1:44692)
I20260608 12:40:04.900637  5055 tablet_copy_service.cc:161] P 7b86226aa75742e5bd3fa02b311fccc6: Beginning new tablet copy session on tablet ef7db54d55224697a77a1b90f1297479 from peer d92f22773d6a4d03a16977fad059a886 at {username='slave'} at 127.0.0.1:44692: session id = d92f22773d6a4d03a16977fad059a886-ef7db54d55224697a77a1b90f1297479
I20260608 12:40:04.908291  5055 tablet_copy_source_session.cc:215] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:04.911926  5768 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7db54d55224697a77a1b90f1297479. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.927366  5768 tablet_copy_client.cc:806] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:04.928047  5768 tablet_copy_client.cc:670] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:04.928743  5770 ts_tablet_manager.cc:933] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Initiating tablet copy from peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567)
I20260608 12:40:04.933496  5769 tablet_copy_client.cc:1025] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:04.934983  5770 tablet_copy_client.cc:323] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42567
I20260608 12:40:04.935631  5771 ts_tablet_manager.cc:933] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Initiating tablet copy from peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
I20260608 12:40:04.937121  4980 tablet_copy_service.cc:140] P 0d7daa97b41f46198515b979d37f41a2: Received BeginTabletCopySession request for tablet 420c76fa3338461db00ade859107d40d from peer 9a2a45dc83fc4f1a8ff0553914db29cc ({username='slave'} at 127.0.0.1:38186)
I20260608 12:40:04.937847  4980 tablet_copy_service.cc:161] P 0d7daa97b41f46198515b979d37f41a2: Beginning new tablet copy session on tablet 420c76fa3338461db00ade859107d40d from peer 9a2a45dc83fc4f1a8ff0553914db29cc at {username='slave'} at 127.0.0.1:38186: session id = 9a2a45dc83fc4f1a8ff0553914db29cc-420c76fa3338461db00ade859107d40d
I20260608 12:40:04.938759  5771 tablet_copy_client.cc:323] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35079
I20260608 12:40:04.940739  5129 tablet_copy_service.cc:140] P adebc302dc4842edab7c8f0f1e50c854: Received BeginTabletCopySession request for tablet 02ff6be5305545378d2dcaebecf3aae0 from peer 28d94f25633b4f64a2a8e356d1b20372 ({username='slave'} at 127.0.0.1:36774)
I20260608 12:40:04.941298  5129 tablet_copy_service.cc:161] P adebc302dc4842edab7c8f0f1e50c854: Beginning new tablet copy session on tablet 02ff6be5305545378d2dcaebecf3aae0 from peer 28d94f25633b4f64a2a8e356d1b20372 at {username='slave'} at 127.0.0.1:36774: session id = 28d94f25633b4f64a2a8e356d1b20372-02ff6be5305545378d2dcaebecf3aae0
I20260608 12:40:04.945472  4980 tablet_copy_source_session.cc:215] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:04.948804  5770 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 420c76fa3338461db00ade859107d40d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.948920  5129 tablet_copy_source_session.cc:215] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:04.952590  5771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02ff6be5305545378d2dcaebecf3aae0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:04.969606  5770 tablet_copy_client.cc:806] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:04.970330  5771 tablet_copy_client.cc:806] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:04.970332  5770 tablet_copy_client.cc:670] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:04.971170  5771 tablet_copy_client.cc:670] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:04.975554  5772 tablet_copy_client.cc:1025] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:04.976689  5773 tablet_copy_client.cc:1025] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:04.993525  5774 ts_tablet_manager.cc:933] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Initiating tablet copy from peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567)
I20260608 12:40:04.995491  5774 tablet_copy_client.cc:323] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:42567
I20260608 12:40:04.997303  4980 tablet_copy_service.cc:140] P 0d7daa97b41f46198515b979d37f41a2: Received BeginTabletCopySession request for tablet 474244af5cf94393b098ce098dfcc472 from peer d92f22773d6a4d03a16977fad059a886 ({username='slave'} at 127.0.0.1:33874)
I20260608 12:40:04.997895  4980 tablet_copy_service.cc:161] P 0d7daa97b41f46198515b979d37f41a2: Beginning new tablet copy session on tablet 474244af5cf94393b098ce098dfcc472 from peer d92f22773d6a4d03a16977fad059a886 at {username='slave'} at 127.0.0.1:33874: session id = d92f22773d6a4d03a16977fad059a886-474244af5cf94393b098ce098dfcc472
I20260608 12:40:05.005957  4980 tablet_copy_source_session.cc:215] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:05.009178  5774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 474244af5cf94393b098ce098dfcc472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.022919  5774 tablet_copy_client.cc:806] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:05.023573  5774 tablet_copy_client.cc:670] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:05.028249  5775 tablet_copy_client.cc:1025] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:05.082212  5776 ts_tablet_manager.cc:933] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Initiating tablet copy from peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:40:05.084019  5776 tablet_copy_client.cc:323] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36493
I20260608 12:40:05.085778  5055 tablet_copy_service.cc:140] P 7b86226aa75742e5bd3fa02b311fccc6: Received BeginTabletCopySession request for tablet e4f50875defd4ddd8cbe188122916b87 from peer 28d94f25633b4f64a2a8e356d1b20372 ({username='slave'} at 127.0.0.1:44688)
I20260608 12:40:05.086346  5055 tablet_copy_service.cc:161] P 7b86226aa75742e5bd3fa02b311fccc6: Beginning new tablet copy session on tablet e4f50875defd4ddd8cbe188122916b87 from peer 28d94f25633b4f64a2a8e356d1b20372 at {username='slave'} at 127.0.0.1:44688: session id = 28d94f25633b4f64a2a8e356d1b20372-e4f50875defd4ddd8cbe188122916b87
I20260608 12:40:05.094143  5055 tablet_copy_source_session.cc:215] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:05.097443  5776 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4f50875defd4ddd8cbe188122916b87. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:05.110303  5776 tablet_copy_client.cc:806] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:05.110989  5776 tablet_copy_client.cc:670] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:05.115144  5777 tablet_copy_client.cc:1025] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Injecting latency into file download: 2000
I20260608 12:40:05.589105   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:05.599375   431 tablet_copy_service.cc:362] P 0d7daa97b41f46198515b979d37f41a2: Destroying tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-420c76fa3338461db00ade859107d40d due to service shutdown
I20260608 12:40:05.599893   431 tablet_copy_service.cc:434] P 0d7daa97b41f46198515b979d37f41a2: ending tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-420c76fa3338461db00ade859107d40d on tablet 420c76fa3338461db00ade859107d40d with peer 9a2a45dc83fc4f1a8ff0553914db29cc
I20260608 12:40:05.600447   431 tablet_copy_service.cc:362] P 0d7daa97b41f46198515b979d37f41a2: Destroying tablet copy session d92f22773d6a4d03a16977fad059a886-474244af5cf94393b098ce098dfcc472 due to service shutdown
I20260608 12:40:05.600720   431 tablet_copy_service.cc:434] P 0d7daa97b41f46198515b979d37f41a2: ending tablet copy session d92f22773d6a4d03a16977fad059a886-474244af5cf94393b098ce098dfcc472 on tablet 474244af5cf94393b098ce098dfcc472 with peer d92f22773d6a4d03a16977fad059a886
I20260608 12:40:05.601166   431 tablet_copy_service.cc:362] P 0d7daa97b41f46198515b979d37f41a2: Destroying tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-725ad2187f8f49bb81d5e9879e6ffcf8 due to service shutdown
I20260608 12:40:05.601433   431 tablet_copy_service.cc:434] P 0d7daa97b41f46198515b979d37f41a2: ending tablet copy session 9a2a45dc83fc4f1a8ff0553914db29cc-725ad2187f8f49bb81d5e9879e6ffcf8 on tablet 725ad2187f8f49bb81d5e9879e6ffcf8 with peer 9a2a45dc83fc4f1a8ff0553914db29cc
I20260608 12:40:05.637142   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:05.638267   431 tablet_replica.cc:333] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.639434   431 raft_consensus.cc:2243] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.640842   431 raft_consensus.cc:2272] T 420c76fa3338461db00ade859107d40d P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.643574   431 tablet_replica.cc:333] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.644274   431 raft_consensus.cc:2243] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.645088   431 raft_consensus.cc:2272] T 61f17654d4d14fbe88e3bb3879e0b79e P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.647993   431 tablet_replica.cc:333] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.648667   431 raft_consensus.cc:2243] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.649202   431 raft_consensus.cc:2272] T e4f50875defd4ddd8cbe188122916b87 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.651412   431 tablet_replica.cc:333] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.652032   431 raft_consensus.cc:2243] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.653031   431 raft_consensus.cc:2272] T 474244af5cf94393b098ce098dfcc472 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.655676   431 tablet_replica.cc:333] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.656400   431 raft_consensus.cc:2243] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.657368   431 raft_consensus.cc:2272] T dde16dd9fecc49a4872ca9f8cab851a7 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.660006   431 tablet_replica.cc:333] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.660912   431 raft_consensus.cc:2243] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.661844   431 raft_consensus.cc:2272] T 7af085a07c8d4e82abfb53ec52cedcb4 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.664027   431 tablet_replica.cc:333] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.664565   431 raft_consensus.cc:2243] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.665112   431 raft_consensus.cc:2272] T 2a343c9702da48c3adcf181aabc36e24 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.667178   431 tablet_replica.cc:333] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.667914   431 raft_consensus.cc:2243] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.668478   431 raft_consensus.cc:2272] T 39b00fbeec9c4c349d03c4d03cf7d876 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.670687   431 tablet_replica.cc:333] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.671224   431 raft_consensus.cc:2243] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.672333   431 raft_consensus.cc:2272] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.674515   431 tablet_replica.cc:333] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2: stopping tablet replica
I20260608 12:40:05.675048   431 raft_consensus.cc:2243] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.675628   431 raft_consensus.cc:2272] T ef7db54d55224697a77a1b90f1297479 P 0d7daa97b41f46198515b979d37f41a2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.716012   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:40:05.760109  5085 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111) [suppressed 12 similar messages]
I20260608 12:40:05.760195   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:40:05.765377  5085 consensus_peers.cc:597] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Couldn't send request to peer 0d7daa97b41f46198515b979d37f41a2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:05.777738   431 tablet_copy_service.cc:362] P 7b86226aa75742e5bd3fa02b311fccc6: Destroying tablet copy session 28d94f25633b4f64a2a8e356d1b20372-e4f50875defd4ddd8cbe188122916b87 due to service shutdown
I20260608 12:40:05.778105   431 tablet_copy_service.cc:434] P 7b86226aa75742e5bd3fa02b311fccc6: ending tablet copy session 28d94f25633b4f64a2a8e356d1b20372-e4f50875defd4ddd8cbe188122916b87 on tablet e4f50875defd4ddd8cbe188122916b87 with peer 28d94f25633b4f64a2a8e356d1b20372
I20260608 12:40:05.778585   431 tablet_copy_service.cc:362] P 7b86226aa75742e5bd3fa02b311fccc6: Destroying tablet copy session d92f22773d6a4d03a16977fad059a886-ef7db54d55224697a77a1b90f1297479 due to service shutdown
I20260608 12:40:05.778820   431 tablet_copy_service.cc:434] P 7b86226aa75742e5bd3fa02b311fccc6: ending tablet copy session d92f22773d6a4d03a16977fad059a886-ef7db54d55224697a77a1b90f1297479 on tablet ef7db54d55224697a77a1b90f1297479 with peer d92f22773d6a4d03a16977fad059a886
W20260608 12:40:05.799093  5011 consensus_peers.cc:597] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 -> Peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Couldn't send request to peer 0d7daa97b41f46198515b979d37f41a2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:05.818802   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:05.819782   431 tablet_replica.cc:333] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
W20260608 12:40:05.820343  5085 consensus_peers.cc:597] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Couldn't send request to peer 0d7daa97b41f46198515b979d37f41a2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:05.820658   431 raft_consensus.cc:2243] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.821522   431 raft_consensus.cc:2272] T 02ff6be5305545378d2dcaebecf3aae0 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.824744   431 tablet_replica.cc:333] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.825506   431 raft_consensus.cc:2243] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.826282   431 raft_consensus.cc:2272] T 474244af5cf94393b098ce098dfcc472 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.829121   431 tablet_replica.cc:333] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.829879   431 raft_consensus.cc:2243] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.830431   431 raft_consensus.cc:2272] T be8e79b117d54f24a85343fc5212d7c3 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.833326   431 tablet_replica.cc:333] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.834064   431 raft_consensus.cc:2243] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.834795   431 raft_consensus.cc:2272] T 420c76fa3338461db00ade859107d40d P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.837870   431 tablet_replica.cc:333] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.838601   431 raft_consensus.cc:2243] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.840107   431 raft_consensus.cc:2272] T e4f50875defd4ddd8cbe188122916b87 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:05.842063  5084 consensus_peers.cc:597] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Couldn't send request to peer 7b86226aa75742e5bd3fa02b311fccc6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:05.843142   431 tablet_replica.cc:333] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.843981   431 raft_consensus.cc:2243] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.844792   431 raft_consensus.cc:2272] T dde16dd9fecc49a4872ca9f8cab851a7 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.847719   431 tablet_replica.cc:333] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.848448   431 raft_consensus.cc:2243] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.849138   431 raft_consensus.cc:2272] T 7af085a07c8d4e82abfb53ec52cedcb4 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.852095   431 tablet_replica.cc:333] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.852811   431 raft_consensus.cc:2243] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.853417   431 raft_consensus.cc:2272] T 39b00fbeec9c4c349d03c4d03cf7d876 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.856208   431 tablet_replica.cc:333] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.856865   431 raft_consensus.cc:2243] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:05.858255   431 raft_consensus.cc:2272] T ef7db54d55224697a77a1b90f1297479 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:05.859313  5084 consensus_peers.cc:597] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 -> Peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Couldn't send request to peer 7b86226aa75742e5bd3fa02b311fccc6. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:05.861202   431 tablet_replica.cc:333] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6: stopping tablet replica
I20260608 12:40:05.861940   431 raft_consensus.cc:2243] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.862510   431 raft_consensus.cc:2272] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 7b86226aa75742e5bd3fa02b311fccc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.896119   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:05.936250   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:05.952261   431 tablet_copy_service.cc:362] P adebc302dc4842edab7c8f0f1e50c854: Destroying tablet copy session 28d94f25633b4f64a2a8e356d1b20372-02ff6be5305545378d2dcaebecf3aae0 due to service shutdown
I20260608 12:40:05.953047   431 tablet_copy_service.cc:434] P adebc302dc4842edab7c8f0f1e50c854: ending tablet copy session 28d94f25633b4f64a2a8e356d1b20372-02ff6be5305545378d2dcaebecf3aae0 on tablet 02ff6be5305545378d2dcaebecf3aae0 with peer 28d94f25633b4f64a2a8e356d1b20372
I20260608 12:40:05.983613   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:05.984584   431 tablet_replica.cc:333] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:05.985421   431 raft_consensus.cc:2243] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.986171   431 raft_consensus.cc:2272] T 7af085a07c8d4e82abfb53ec52cedcb4 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.989462   431 tablet_replica.cc:333] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:05.990216   431 raft_consensus.cc:2243] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.990972   431 raft_consensus.cc:2272] T 725ad2187f8f49bb81d5e9879e6ffcf8 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.994170   431 tablet_replica.cc:333] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:05.994984   431 raft_consensus.cc:2243] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:05.995896   431 raft_consensus.cc:2272] T 61f17654d4d14fbe88e3bb3879e0b79e P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:05.998847   431 tablet_replica.cc:333] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:05.999579   431 raft_consensus.cc:2243] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:06.000180   431 raft_consensus.cc:2272] T dde16dd9fecc49a4872ca9f8cab851a7 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.003057   431 tablet_replica.cc:333] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.003762   431 raft_consensus.cc:2243] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:06.004491   431 raft_consensus.cc:2272] T 474244af5cf94393b098ce098dfcc472 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.007282   431 tablet_replica.cc:333] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.007987   431 raft_consensus.cc:2243] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:06.008997   431 raft_consensus.cc:2272] T be8e79b117d54f24a85343fc5212d7c3 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.012089   431 tablet_replica.cc:333] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.012766   431 raft_consensus.cc:2243] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:06.013398   431 raft_consensus.cc:2272] T 420c76fa3338461db00ade859107d40d P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.016243   431 tablet_replica.cc:333] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.016919   431 raft_consensus.cc:2243] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:06.017908   431 raft_consensus.cc:2272] T 39b00fbeec9c4c349d03c4d03cf7d876 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.020843   431 tablet_replica.cc:333] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.021483   431 raft_consensus.cc:2243] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:06.022818   431 raft_consensus.cc:2272] T 02ff6be5305545378d2dcaebecf3aae0 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.025669   431 tablet_replica.cc:333] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854: stopping tablet replica
I20260608 12:40:06.026288   431 raft_consensus.cc:2243] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:06.027223   431 raft_consensus.cc:2272] T 2a343c9702da48c3adcf181aabc36e24 P adebc302dc4842edab7c8f0f1e50c854 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:06.059890   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:06.100220   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:06.187816   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:06.656458  5789 raft_consensus.cc:493] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 0d7daa97b41f46198515b979d37f41a2)
I20260608 12:40:06.657403  5789 raft_consensus.cc:515] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } }
I20260608 12:40:06.660746  5789 leader_election.cc:290] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
W20260608 12:40:06.668545  5469 leader_election.cc:336] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
W20260608 12:40:06.669396  5468 leader_election.cc:336] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35079: connect: Connection refused (error 111)
I20260608 12:40:06.669906  5468 leader_election.cc:304] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: d92f22773d6a4d03a16977fad059a886; no voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854
I20260608 12:40:06.670753  5789 raft_consensus.cc:2749] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:06.870594  5764 tablet_copy_client.cc:538] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:06.881764  5764 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap starting.
I20260608 12:40:06.935442  5768 tablet_copy_client.cc:538] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:06.947270  5768 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Bootstrap starting.
I20260608 12:40:06.977169  5770 tablet_copy_client.cc:538] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:06.981027  5771 tablet_copy_client.cc:538] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:07.002756  5770 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap starting.
I20260608 12:40:07.003696  5771 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap starting.
I20260608 12:40:07.024524  5764 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.025477  5764 tablet_bootstrap.cc:492] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap complete.
I20260608 12:40:07.026297  5764 ts_tablet_manager.cc:1403] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent bootstrapping tablet: real 0.145s	user 0.129s	sys 0.013s
I20260608 12:40:07.030093  5774 tablet_copy_client.cc:538] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:07.030566  5764 raft_consensus.cc:359] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:07.031481  5764 raft_consensus.cc:740] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9a2a45dc83fc4f1a8ff0553914db29cc, State: Initialized, Role: LEARNER
I20260608 12:40:07.032167  5764 consensus_queue.cc:260] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:07.042201  5774 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Bootstrap starting.
I20260608 12:40:07.058208  5764 ts_tablet_manager.cc:1434] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent starting tablet: real 0.031s	user 0.020s	sys 0.012s
W20260608 12:40:07.081780  5764 tablet_copy_client.cc:1131] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
I20260608 12:40:07.116634  5776 tablet_copy_client.cc:538] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:07.128621  5789 raft_consensus.cc:493] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7b86226aa75742e5bd3fa02b311fccc6)
I20260608 12:40:07.129397  5789 raft_consensus.cc:515] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:07.132388  5789 leader_election.cc:290] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
W20260608 12:40:07.142815  5468 leader_election.cc:336] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Network error: Client connection negotiation failed: client connection to 127.0.107.194:36493: connect: Connection refused (error 111)
W20260608 12:40:07.143798  5469 leader_election.cc:336] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
I20260608 12:40:07.144285  5469 leader_election.cc:304] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: d92f22773d6a4d03a16977fad059a886; no voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:40:07.145706  5789 raft_consensus.cc:2749] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:07.128855  5776 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap starting.
I20260608 12:40:07.177781  5768 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Bootstrap replayed 1/1 log segments. Stats: ops{read=30 overwritten=0 applied=30 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.178793  5768 tablet_bootstrap.cc:492] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Bootstrap complete.
I20260608 12:40:07.179533  5768 ts_tablet_manager.cc:1403] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Time spent bootstrapping tablet: real 0.233s	user 0.185s	sys 0.040s
I20260608 12:40:07.182703  5768 raft_consensus.cc:359] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:07.183555  5768 raft_consensus.cc:740] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d92f22773d6a4d03a16977fad059a886, State: Initialized, Role: LEARNER
I20260608 12:40:07.184273  5768 consensus_queue.cc:260] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:07.187520  5768 ts_tablet_manager.cc:1434] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.004s
W20260608 12:40:07.192631  5768 tablet_copy_client.cc:1131] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:36493: connect: Connection refused (error 111)
I20260608 12:40:07.261009  5770 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=97 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.262151  5770 tablet_bootstrap.cc:492] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Bootstrap complete.
I20260608 12:40:07.262898  5770 ts_tablet_manager.cc:1403] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent bootstrapping tablet: real 0.260s	user 0.140s	sys 0.044s
I20260608 12:40:07.266474  5770 raft_consensus.cc:359] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:07.267364  5770 raft_consensus.cc:740] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9a2a45dc83fc4f1a8ff0553914db29cc, State: Initialized, Role: LEARNER
I20260608 12:40:07.268064  5770 consensus_queue.cc:260] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } attrs { replace: true } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: true } }
I20260608 12:40:07.270645  5770 ts_tablet_manager.cc:1434] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
W20260608 12:40:07.274012  5770 tablet_copy_client.cc:1131] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
I20260608 12:40:07.276974   431 tablet_replica.cc:333] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc: stopping tablet replica
I20260608 12:40:07.277918   431 raft_consensus.cc:2243] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.278430   431 raft_consensus.cc:2272] T 420c76fa3338461db00ade859107d40d P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.281431   431 tablet_replica.cc:333] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc: stopping tablet replica
I20260608 12:40:07.282171   431 raft_consensus.cc:2243] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.282620   431 raft_consensus.cc:2272] T 725ad2187f8f49bb81d5e9879e6ffcf8 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.285738   431 tablet_replica.cc:333] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc: stopping tablet replica
I20260608 12:40:07.286635   431 raft_consensus.cc:2243] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.288103   431 raft_consensus.cc:2272] T 02ff6be5305545378d2dcaebecf3aae0 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.292281   431 tablet_replica.cc:333] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc: stopping tablet replica
I20260608 12:40:07.293479   431 raft_consensus.cc:2243] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.294607   431 raft_consensus.cc:2272] T be8e79b117d54f24a85343fc5212d7c3 P 9a2a45dc83fc4f1a8ff0553914db29cc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.326607   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:07.363360  5774 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Bootstrap replayed 1/1 log segments. Stats: ops{read=27 overwritten=0 applied=27 ignored=0} inserts{seen=110 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.364379  5774 tablet_bootstrap.cc:492] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Bootstrap complete.
I20260608 12:40:07.365033  5774 ts_tablet_manager.cc:1403] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Time spent bootstrapping tablet: real 0.323s	user 0.162s	sys 0.016s
I20260608 12:40:07.367650  5774 raft_consensus.cc:359] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:07.368417  5774 raft_consensus.cc:740] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d92f22773d6a4d03a16977fad059a886, State: Initialized, Role: LEARNER
I20260608 12:40:07.368994  5774 consensus_queue.cc:260] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 27, Last appended: 1.27, Last appended by leader: 27, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:07.371133  5774 ts_tablet_manager.cc:1434] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260608 12:40:07.375664  5771 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap replayed 1/1 log segments. Stats: ops{read=30 overwritten=0 applied=30 ignored=0} inserts{seen=95 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.376943   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:40:07.377589  5771 tablet_bootstrap.cc:492] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap complete.
I20260608 12:40:07.378216  5801 raft_consensus.cc:493] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7b86226aa75742e5bd3fa02b311fccc6)
I20260608 12:40:07.378422  5771 ts_tablet_manager.cc:1403] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Time spent bootstrapping tablet: real 0.375s	user 0.163s	sys 0.012s
I20260608 12:40:07.378866  5801 raft_consensus.cc:515] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: true } }
I20260608 12:40:07.382297  5801 leader_election.cc:290] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493)
I20260608 12:40:07.382921  5801 raft_consensus.cc:493] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader adebc302dc4842edab7c8f0f1e50c854)
I20260608 12:40:07.383750  5801 raft_consensus.cc:515] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: false } }
I20260608 12:40:07.387104  5801 leader_election.cc:290] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567), adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079)
W20260608 12:40:07.388111  5774 tablet_copy_client.cc:1131] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
I20260608 12:40:07.390626  5776 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap replayed 1/1 log segments. Stats: ops{read=30 overwritten=0 applied=30 ignored=0} inserts{seen=102 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:07.391496  5776 tablet_bootstrap.cc:492] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Bootstrap complete.
I20260608 12:40:07.392307  5776 ts_tablet_manager.cc:1403] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Time spent bootstrapping tablet: real 0.264s	user 0.170s	sys 0.037s
I20260608 12:40:07.392095  5771 raft_consensus.cc:359] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:07.397224  5771 raft_consensus.cc:740] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d94f25633b4f64a2a8e356d1b20372, State: Initialized, Role: LEARNER
I20260608 12:40:07.398033  5771 consensus_queue.cc:260] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } attrs { replace: true } } peers { permanent_uuid: "adebc302dc4842edab7c8f0f1e50c854" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35079 } } peers { permanent_uuid: "9a2a45dc83fc4f1a8ff0553914db29cc" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40543 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:07.395735  5776 raft_consensus.cc:359] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:07.399121  5776 raft_consensus.cc:740] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 28d94f25633b4f64a2a8e356d1b20372, State: Initialized, Role: LEARNER
I20260608 12:40:07.401650  5771 ts_tablet_manager.cc:1434] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.000s
I20260608 12:40:07.408100  5776 consensus_queue.cc:260] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "0d7daa97b41f46198515b979d37f41a2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42567 } attrs { replace: true } } peers { permanent_uuid: "7b86226aa75742e5bd3fa02b311fccc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36493 } } peers { permanent_uuid: "d92f22773d6a4d03a16977fad059a886" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 39557 } attrs { promote: false } } peers { permanent_uuid: "28d94f25633b4f64a2a8e356d1b20372" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 42553 } attrs { promote: true } }
I20260608 12:40:07.410594  5776 ts_tablet_manager.cc:1434] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
W20260608 12:40:07.419049  5776 tablet_copy_client.cc:1131] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.194:36493: connect: Connection refused (error 111)
W20260608 12:40:07.420538  5771 tablet_copy_client.cc:1131] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:35079: connect: Connection refused (error 111)
W20260608 12:40:07.434291  5543 leader_election.cc:336] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
W20260608 12:40:07.435007  5543 leader_election.cc:336] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0d7daa97b41f46198515b979d37f41a2 (127.0.107.193:42567): Network error: Client connection negotiation failed: client connection to 127.0.107.193:42567: connect: Connection refused (error 111)
W20260608 12:40:07.436465  5542 leader_election.cc:336] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7b86226aa75742e5bd3fa02b311fccc6 (127.0.107.194:36493): Network error: Client connection negotiation failed: client connection to 127.0.107.194:36493: connect: Connection refused (error 111)
I20260608 12:40:07.437067  5542 leader_election.cc:304] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 28d94f25633b4f64a2a8e356d1b20372; no voters: 0d7daa97b41f46198515b979d37f41a2, 7b86226aa75742e5bd3fa02b311fccc6
I20260608 12:40:07.438230  5802 raft_consensus.cc:2749] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:40:07.438558  5542 leader_election.cc:336] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer adebc302dc4842edab7c8f0f1e50c854 (127.0.107.195:35079): Network error: Client connection negotiation failed: client connection to 127.0.107.195:35079: connect: Connection refused (error 111)
I20260608 12:40:07.440148  5542 leader_election.cc:304] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 28d94f25633b4f64a2a8e356d1b20372; no voters: 0d7daa97b41f46198515b979d37f41a2, adebc302dc4842edab7c8f0f1e50c854
I20260608 12:40:07.441033  5802 raft_consensus.cc:2749] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:40:07.443019   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:07.444523   431 tablet_replica.cc:333] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886: stopping tablet replica
I20260608 12:40:07.445281   431 raft_consensus.cc:2243] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.445765   431 raft_consensus.cc:2272] T ef7db54d55224697a77a1b90f1297479 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.448930   431 tablet_replica.cc:333] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886: stopping tablet replica
I20260608 12:40:07.449653   431 raft_consensus.cc:2243] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.450691   431 raft_consensus.cc:2272] T e4f50875defd4ddd8cbe188122916b87 P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.454571   431 tablet_replica.cc:333] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886: stopping tablet replica
I20260608 12:40:07.455216   431 raft_consensus.cc:2243] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.455667   431 raft_consensus.cc:2272] T 474244af5cf94393b098ce098dfcc472 P d92f22773d6a4d03a16977fad059a886 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.458541   431 tablet_replica.cc:333] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886: stopping tablet replica
I20260608 12:40:07.459255   431 raft_consensus.cc:2243] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.460160   431 raft_consensus.cc:2272] T 61f17654d4d14fbe88e3bb3879e0b79e P d92f22773d6a4d03a16977fad059a886 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.489398   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:40:07.508600   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:40:07.542905   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:07.544791   431 tablet_replica.cc:333] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372: stopping tablet replica
I20260608 12:40:07.545565   431 raft_consensus.cc:2243] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.546069   431 raft_consensus.cc:2272] T 02ff6be5305545378d2dcaebecf3aae0 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.549149   431 tablet_replica.cc:333] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372: stopping tablet replica
I20260608 12:40:07.549899   431 raft_consensus.cc:2243] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:40:07.550350   431 raft_consensus.cc:2272] T e4f50875defd4ddd8cbe188122916b87 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:40:07.553330   431 tablet_replica.cc:333] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372: stopping tablet replica
I20260608 12:40:07.554085   431 raft_consensus.cc:2243] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.555151   431 raft_consensus.cc:2272] T 2a343c9702da48c3adcf181aabc36e24 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.558653   431 tablet_replica.cc:333] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372: stopping tablet replica
I20260608 12:40:07.559320   431 raft_consensus.cc:2243] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:07.560389   431 raft_consensus.cc:2272] T ef7db54d55224697a77a1b90f1297479 P 28d94f25633b4f64a2a8e356d1b20372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.580971   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:40:07.597564   431 master.cc:562] Master@127.0.107.254:37727 shutting down...
W20260608 12:40:07.621078  4916 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:40:07.621377  4916 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:40:07.621595  4916 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:40:07.623797   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:07.624508   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:07.624873   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P ba4f5423e17d46088c8b12401eb69351: stopping tablet replica
I20260608 12:40:07.666991   431 master.cc:584] Master@127.0.107.254:37727 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (18763 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:40:07.719405   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46567
I20260608 12:40:07.720723   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:07.727388  5807 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:07.727586  5809 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:07.727784  5806 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:07.728479   431 server_base.cc:1061] running on GCE node
I20260608 12:40:07.729457   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:07.729667   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:07.730041   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922407730011 us; error 0 us; skew 500 ppm
I20260608 12:40:07.730700   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:07.733217   431 webserver.cc:533] Webserver started at http://127.0.107.254:37649/ using document root <none> and password file <none>
I20260608 12:40:07.733744   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:07.733922   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:07.734217   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:07.735410   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "058315ec40044d94957a906576be66c0"
format_stamp: "Formatted at 2026-06-08 12:40:07 on dist-test-slave-mnll"
I20260608 12:40:07.740468   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:40:07.744343  5814 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:07.745247   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:40:07.745494   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "058315ec40044d94957a906576be66c0"
format_stamp: "Formatted at 2026-06-08 12:40:07 on dist-test-slave-mnll"
I20260608 12:40:07.745735   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:07.764662   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:07.765885   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:07.806315   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46567
I20260608 12:40:07.806463  5865 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46567 every 8 connection(s)
I20260608 12:40:07.810874  5866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:07.821409  5866 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0: Bootstrap starting.
I20260608 12:40:07.826412  5866 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:07.830803  5866 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0: No bootstrap required, opened a new log
I20260608 12:40:07.833204  5866 raft_consensus.cc:359] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER }
I20260608 12:40:07.833578  5866 raft_consensus.cc:385] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:07.833765  5866 raft_consensus.cc:740] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 058315ec40044d94957a906576be66c0, State: Initialized, Role: FOLLOWER
I20260608 12:40:07.834405  5866 consensus_queue.cc:260] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER }
I20260608 12:40:07.834833  5866 raft_consensus.cc:399] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:07.835029  5866 raft_consensus.cc:493] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:07.835244  5866 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:07.840266  5866 raft_consensus.cc:515] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER }
I20260608 12:40:07.841006  5866 leader_election.cc:304] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 058315ec40044d94957a906576be66c0; no voters: 
I20260608 12:40:07.842268  5866 leader_election.cc:290] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:07.842968  5869 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:07.844770  5869 raft_consensus.cc:697] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 1 LEADER]: Becoming Leader. State: Replica: 058315ec40044d94957a906576be66c0, State: Running, Role: LEADER
I20260608 12:40:07.845584  5866 sys_catalog.cc:565] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:07.845571  5869 consensus_queue.cc:237] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER }
I20260608 12:40:07.852063  5870 sys_catalog.cc:455] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "058315ec40044d94957a906576be66c0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER } }
I20260608 12:40:07.852591  5870 sys_catalog.cc:458] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:07.854100  5871 sys_catalog.cc:455] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 058315ec40044d94957a906576be66c0. Latest consensus state: current_term: 1 leader_uuid: "058315ec40044d94957a906576be66c0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "058315ec40044d94957a906576be66c0" member_type: VOTER } }
I20260608 12:40:07.854908  5871 sys_catalog.cc:458] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:07.857913  5877 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:07.864565  5877 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:07.865628   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:07.874142  5877 catalog_manager.cc:1382] Generated new cluster ID: 6784ceed0f7f4e8ab657dc98a3cec295
I20260608 12:40:07.874434  5877 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:07.894944  5877 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:07.896338  5877 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:07.911481  5877 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0: Generated new TSK 0
I20260608 12:40:07.912190  5877 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:07.932932   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:07.940478  5887 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:07.941599  5888 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:07.944504  5890 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:07.944518   431 server_base.cc:1061] running on GCE node
I20260608 12:40:07.945984   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:07.946172   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:07.946303   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922407946291 us; error 0 us; skew 500 ppm
I20260608 12:40:07.946969   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:07.949436   431 webserver.cc:533] Webserver started at http://127.0.107.193:39535/ using document root <none> and password file <none>
I20260608 12:40:07.949906   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:07.950057   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:07.950280   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:07.951383   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "4b9683a245594e659742ac04301fa542"
format_stamp: "Formatted at 2026-06-08 12:40:07 on dist-test-slave-mnll"
I20260608 12:40:07.956539   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.001s
I20260608 12:40:07.960915  5895 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:07.962064   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:40:07.962386   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "4b9683a245594e659742ac04301fa542"
format_stamp: "Formatted at 2026-06-08 12:40:07 on dist-test-slave-mnll"
I20260608 12:40:07.962744   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:08.001209   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:08.002679   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:08.004251   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:08.007076   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:08.007302   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.007687   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:08.007874   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.055567   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45777
I20260608 12:40:08.055754  5957 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45777 every 8 connection(s)
I20260608 12:40:08.061538   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:08.072943  5963 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:08.076329  5958 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46567
I20260608 12:40:08.077200  5958 heartbeater.cc:461] Registering TS with master...
W20260608 12:40:08.077379  5962 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:08.079277  5958 heartbeater.cc:507] Master 127.0.107.254:46567 requested a full tablet report, sending...
W20260608 12:40:08.081097  5966 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:08.081236   431 server_base.cc:1061] running on GCE node
I20260608 12:40:08.083431  5831 ts_manager.cc:194] Registered new tserver with Master: 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777)
I20260608 12:40:08.085135   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:08.085399   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:08.085474  5831 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47620
I20260608 12:40:08.085601   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922408085586 us; error 0 us; skew 500 ppm
I20260608 12:40:08.086418   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:08.089331   431 webserver.cc:533] Webserver started at http://127.0.107.194:34275/ using document root <none> and password file <none>
I20260608 12:40:08.089864   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:08.090072   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:08.090342   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:08.091446   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "b63feb846fc44044bf7d349146db02ca"
format_stamp: "Formatted at 2026-06-08 12:40:08 on dist-test-slave-mnll"
I20260608 12:40:08.095829   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:40:08.099383  5970 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.100363   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:08.100905   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "b63feb846fc44044bf7d349146db02ca"
format_stamp: "Formatted at 2026-06-08 12:40:08 on dist-test-slave-mnll"
I20260608 12:40:08.101397   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:08.120410   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:08.121711   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:08.123363   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:08.125773   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:08.125999   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.126266   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:08.126452   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.170401   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36723
I20260608 12:40:08.170538  6032 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36723 every 8 connection(s)
I20260608 12:40:08.176211   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:08.184474  6036 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:08.185741  6037 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:08.187736   431 server_base.cc:1061] running on GCE node
W20260608 12:40:08.187800  6039 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:08.189056   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:08.189375   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:08.189565   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922408189548 us; error 0 us; skew 500 ppm
I20260608 12:40:08.190186   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:08.192831   431 webserver.cc:533] Webserver started at http://127.0.107.195:35379/ using document root <none> and password file <none>
I20260608 12:40:08.193454   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:08.193691   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:08.193969   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:08.195062   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "ce4db13e689b47d28355b66a0211f7af"
format_stamp: "Formatted at 2026-06-08 12:40:08 on dist-test-slave-mnll"
I20260608 12:40:08.196867  6033 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46567
I20260608 12:40:08.197320  6033 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:08.198061  6033 heartbeater.cc:507] Master 127.0.107.254:46567 requested a full tablet report, sending...
I20260608 12:40:08.200212   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:40:08.200220  5831 ts_manager.cc:194] Registered new tserver with Master: b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:08.201905  5831 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47634
I20260608 12:40:08.204421  6044 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.205413   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:08.205675   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "ce4db13e689b47d28355b66a0211f7af"
format_stamp: "Formatted at 2026-06-08 12:40:08 on dist-test-slave-mnll"
I20260608 12:40:08.205909   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:08.228554   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:08.229707   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:08.231099   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:08.233505   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:08.233757   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.234002   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:08.234182   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:08.277817   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40479
I20260608 12:40:08.277971  6106 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40479 every 8 connection(s)
I20260608 12:40:08.293526  6107 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46567
I20260608 12:40:08.293939  6107 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:08.294638  6107 heartbeater.cc:507] Master 127.0.107.254:46567 requested a full tablet report, sending...
I20260608 12:40:08.296746  5831 ts_manager.cc:194] Registered new tserver with Master: ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479)
I20260608 12:40:08.297060   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016041107s
I20260608 12:40:08.298629  5831 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47640
I20260608 12:40:09.088874  5958 heartbeater.cc:499] Master 127.0.107.254:46567 was elected leader, sending a full tablet report...
I20260608 12:40:09.204737  6033 heartbeater.cc:499] Master 127.0.107.254:46567 was elected leader, sending a full tablet report...
I20260608 12:40:09.301745  6107 heartbeater.cc:499] Master 127.0.107.254:46567 was elected leader, sending a full tablet report...
I20260608 12:40:09.356621  5831 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47650:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:09.359246  5831 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:09.428325  5921 tablet_service.cc:1511] Processing CreateTablet for tablet 7d9cda39f95a469fba5f812058759d78 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:09.429150  5922 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6907fb692b46fdb301b785b3283905 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:09.430003  5921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d9cda39f95a469fba5f812058759d78. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.430945  5923 tablet_service.cc:1511] Processing CreateTablet for tablet 35f05b8754354ebaa5237b6aa26e49c7 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:09.431257  5997 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6907fb692b46fdb301b785b3283905 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:09.432834  5997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6907fb692b46fdb301b785b3283905. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.432734  5996 tablet_service.cc:1511] Processing CreateTablet for tablet 7d9cda39f95a469fba5f812058759d78 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:09.433262  5998 tablet_service.cc:1511] Processing CreateTablet for tablet 35f05b8754354ebaa5237b6aa26e49c7 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:09.434247  5996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d9cda39f95a469fba5f812058759d78. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.434531  6072 tablet_service.cc:1511] Processing CreateTablet for tablet 35f05b8754354ebaa5237b6aa26e49c7 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:40:09.435920  6072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35f05b8754354ebaa5237b6aa26e49c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.436090  5998 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35f05b8754354ebaa5237b6aa26e49c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.441197  6070 tablet_service.cc:1511] Processing CreateTablet for tablet 7d9cda39f95a469fba5f812058759d78 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:40:09.442744  6070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7d9cda39f95a469fba5f812058759d78. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.439503  6071 tablet_service.cc:1511] Processing CreateTablet for tablet 5d6907fb692b46fdb301b785b3283905 (DEFAULT_TABLE table=test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:40:09.445138  6071 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6907fb692b46fdb301b785b3283905. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.447780  5923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35f05b8754354ebaa5237b6aa26e49c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.452359  5922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6907fb692b46fdb301b785b3283905. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:09.488358  6128 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: Bootstrap starting.
I20260608 12:40:09.498867  6127 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: Bootstrap starting.
I20260608 12:40:09.499270  6129 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Bootstrap starting.
I20260608 12:40:09.500979  6128 tablet_bootstrap.cc:654] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.506995  6127 tablet_bootstrap.cc:654] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.507813  6128 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: No bootstrap required, opened a new log
I20260608 12:40:09.508244  6129 tablet_bootstrap.cc:654] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.508378  6128 ts_tablet_manager.cc:1403] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.006s
I20260608 12:40:09.511993  6128 raft_consensus.cc:359] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.512990  6128 raft_consensus.cc:385] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.513414  6128 raft_consensus.cc:740] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce4db13e689b47d28355b66a0211f7af, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.514715  6129 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: No bootstrap required, opened a new log
I20260608 12:40:09.514231  6128 consensus_queue.cc:260] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.515163  6127 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: No bootstrap required, opened a new log
I20260608 12:40:09.515228  6129 ts_tablet_manager.cc:1403] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.006s
I20260608 12:40:09.516207  6127 ts_tablet_manager.cc:1403] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.007s
I20260608 12:40:09.517858  6128 ts_tablet_manager.cc:1434] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:40:09.518972  6128 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: Bootstrap starting.
I20260608 12:40:09.518602  6129 raft_consensus.cc:359] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.519975  6129 raft_consensus.cc:385] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.519622  6127 raft_consensus.cc:359] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.520362  6129 raft_consensus.cc:740] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b9683a245594e659742ac04301fa542, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.520550  6127 raft_consensus.cc:385] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.521013  6127 raft_consensus.cc:740] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b63feb846fc44044bf7d349146db02ca, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.521454  6129 consensus_queue.cc:260] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.522065  6127 consensus_queue.cc:260] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.530107  6128 tablet_bootstrap.cc:654] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.530874  6127 ts_tablet_manager.cc:1434] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.004s
W20260608 12:40:09.533905  6108 tablet.cc:2404] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:09.535727  6127 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: Bootstrap starting.
I20260608 12:40:09.542378  6129 ts_tablet_manager.cc:1434] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Time spent starting tablet: real 0.027s	user 0.012s	sys 0.016s
I20260608 12:40:09.544065  6129 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: Bootstrap starting.
I20260608 12:40:09.544167  6133 raft_consensus.cc:493] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:09.544998  6133 raft_consensus.cc:515] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.554222  6129 tablet_bootstrap.cc:654] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.558533  6133 leader_election.cc:290] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.564814  6127 tablet_bootstrap.cc:654] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.571161  6129 tablet_bootstrap.cc:492] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: No bootstrap required, opened a new log
I20260608 12:40:09.571748  6129 ts_tablet_manager.cc:1403] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.015s
I20260608 12:40:09.571916  6128 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: No bootstrap required, opened a new log
I20260608 12:40:09.572500  6128 ts_tablet_manager.cc:1403] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: Time spent bootstrapping tablet: real 0.054s	user 0.041s	sys 0.008s
I20260608 12:40:09.575177  6129 raft_consensus.cc:359] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.575455  6128 raft_consensus.cc:359] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.576077  6129 raft_consensus.cc:385] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.576200  6128 raft_consensus.cc:385] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.576510  6129 raft_consensus.cc:740] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b9683a245594e659742ac04301fa542, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.576637  6128 raft_consensus.cc:740] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce4db13e689b47d28355b66a0211f7af, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.577706  6129 consensus_queue.cc:260] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.578501  6127 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: No bootstrap required, opened a new log
I20260608 12:40:09.579036  6127 ts_tablet_manager.cc:1403] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: Time spent bootstrapping tablet: real 0.044s	user 0.004s	sys 0.010s
I20260608 12:40:09.578934  6128 consensus_queue.cc:260] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.580102  6129 ts_tablet_manager.cc:1434] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:40:09.581249  6128 ts_tablet_manager.cc:1434] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:40:09.582238  6128 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Bootstrap starting.
I20260608 12:40:09.582162  6127 raft_consensus.cc:359] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.585590  6127 raft_consensus.cc:385] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.585991  6127 raft_consensus.cc:740] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b63feb846fc44044bf7d349146db02ca, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.586860  6127 consensus_queue.cc:260] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.588907  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d9cda39f95a469fba5f812058759d78" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca" is_pre_election: true
I20260608 12:40:09.589408  6128 tablet_bootstrap.cc:654] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.589738  6008 raft_consensus.cc:2468] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce4db13e689b47d28355b66a0211f7af in term 0.
I20260608 12:40:09.590603  6127 ts_tablet_manager.cc:1434] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.003s
I20260608 12:40:09.591650  6127 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: Bootstrap starting.
I20260608 12:40:09.591926  6048 leader_election.cc:304] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b63feb846fc44044bf7d349146db02ca, ce4db13e689b47d28355b66a0211f7af; no voters: 
I20260608 12:40:09.593204  6133 raft_consensus.cc:2804] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:09.593686  6133 raft_consensus.cc:493] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:09.594131  6133 raft_consensus.cc:3060] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.583559  6129 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: Bootstrap starting.
I20260608 12:40:09.605438  6127 tablet_bootstrap.cc:654] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.609216  6129 tablet_bootstrap.cc:654] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:09.608544  6133 raft_consensus.cc:515] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.614050  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d9cda39f95a469fba5f812058759d78" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca"
I20260608 12:40:09.614880  6008 raft_consensus.cc:3060] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.624446  5932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d9cda39f95a469fba5f812058759d78" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542"
I20260608 12:40:09.625442  5932 raft_consensus.cc:3060] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.628285  5933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7d9cda39f95a469fba5f812058759d78" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542" is_pre_election: true
I20260608 12:40:09.640012  6133 leader_election.cc:290] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 election: Requested vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.645830  6127 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: No bootstrap required, opened a new log
I20260608 12:40:09.646440  6128 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: No bootstrap required, opened a new log
I20260608 12:40:09.646567  6127 ts_tablet_manager.cc:1403] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: Time spent bootstrapping tablet: real 0.055s	user 0.011s	sys 0.015s
I20260608 12:40:09.647445  6128 ts_tablet_manager.cc:1403] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Time spent bootstrapping tablet: real 0.065s	user 0.036s	sys 0.028s
I20260608 12:40:09.645885  5932 raft_consensus.cc:2468] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce4db13e689b47d28355b66a0211f7af in term 1.
I20260608 12:40:09.646399  6008 raft_consensus.cc:2468] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce4db13e689b47d28355b66a0211f7af in term 1.
I20260608 12:40:09.648962  6048 leader_election.cc:304] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b9683a245594e659742ac04301fa542, ce4db13e689b47d28355b66a0211f7af; no voters: 
I20260608 12:40:09.649956  6133 raft_consensus.cc:2804] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:09.650641  6128 raft_consensus.cc:359] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.651433  6133 raft_consensus.cc:697] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 1 LEADER]: Becoming Leader. State: Replica: ce4db13e689b47d28355b66a0211f7af, State: Running, Role: LEADER
I20260608 12:40:09.649276  6129 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: No bootstrap required, opened a new log
I20260608 12:40:09.651620  6128 raft_consensus.cc:385] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.652412  6129 ts_tablet_manager.cc:1403] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: Time spent bootstrapping tablet: real 0.069s	user 0.007s	sys 0.023s
I20260608 12:40:09.652657  6128 raft_consensus.cc:740] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce4db13e689b47d28355b66a0211f7af, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.652560  6127 raft_consensus.cc:359] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.652648  6133 consensus_queue.cc:237] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.653719  6127 raft_consensus.cc:385] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.654131  6127 raft_consensus.cc:740] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b63feb846fc44044bf7d349146db02ca, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.653998  6128 consensus_queue.cc:260] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.655319  6127 consensus_queue.cc:260] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.655946  6129 raft_consensus.cc:359] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.656770  6129 raft_consensus.cc:385] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:09.656833  6128 ts_tablet_manager.cc:1434] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:40:09.657243  6129 raft_consensus.cc:740] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4b9683a245594e659742ac04301fa542, State: Initialized, Role: FOLLOWER
I20260608 12:40:09.658226  6129 consensus_queue.cc:260] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.660879  6129 ts_tablet_manager.cc:1434] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:40:09.662684  6127 ts_tablet_manager.cc:1434] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 12:40:09.663905  6134 raft_consensus.cc:493] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:09.664389  6135 raft_consensus.cc:493] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:09.664543  6134 raft_consensus.cc:515] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.665021  6135 raft_consensus.cc:515] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.668432  6135 leader_election.cc:290] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479)
I20260608 12:40:09.683339  6134 leader_election.cc:290] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.690579  6144 raft_consensus.cc:493] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:09.691311  6144 raft_consensus.cc:515] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.696770  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca" is_pre_election: true
I20260608 12:40:09.697590  6008 raft_consensus.cc:2468] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce4db13e689b47d28355b66a0211f7af in term 0.
I20260608 12:40:09.699259  6048 leader_election.cc:304] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b63feb846fc44044bf7d349146db02ca, ce4db13e689b47d28355b66a0211f7af; no voters: 
I20260608 12:40:09.700317  6144 leader_election.cc:290] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.700851  6133 raft_consensus.cc:2804] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:09.699775  5827 catalog_manager.cc:5696] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af reported cstate change: term changed from 0 to 1, leader changed from <none> to ce4db13e689b47d28355b66a0211f7af (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ce4db13e689b47d28355b66a0211f7af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:09.701287  6133 raft_consensus.cc:493] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:09.701802  6133 raft_consensus.cc:3060] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.708484  5932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "b63feb846fc44044bf7d349146db02ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542" is_pre_election: true
I20260608 12:40:09.709107  5932 raft_consensus.cc:2468] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b63feb846fc44044bf7d349146db02ca in term 0.
I20260608 12:40:09.710440  5974 leader_election.cc:304] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b9683a245594e659742ac04301fa542, b63feb846fc44044bf7d349146db02ca; no voters: 
I20260608 12:40:09.711656  6135 raft_consensus.cc:2804] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:09.712113  6135 raft_consensus.cc:493] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:09.712446  6135 raft_consensus.cc:3060] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.721385  6135 raft_consensus.cc:515] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.723875  5932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542" is_pre_election: true
I20260608 12:40:09.724560  5932 raft_consensus.cc:2468] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce4db13e689b47d28355b66a0211f7af in term 0.
I20260608 12:40:09.725286  6135 leader_election.cc:290] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [CANDIDATE]: Term 1 election: Requested vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479)
I20260608 12:40:09.725657  5933 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "b63feb846fc44044bf7d349146db02ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542"
I20260608 12:40:09.725494  6133 raft_consensus.cc:515] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.726478  5933 raft_consensus.cc:3060] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.728246  6133 leader_election.cc:290] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 election: Requested vote from peers 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.729679  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca"
I20260608 12:40:09.730592  6008 raft_consensus.cc:2393] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate ce4db13e689b47d28355b66a0211f7af in current term 1: Already voted for candidate b63feb846fc44044bf7d349146db02ca in this term.
I20260608 12:40:09.733554  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35f05b8754354ebaa5237b6aa26e49c7" candidate_uuid: "4b9683a245594e659742ac04301fa542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca" is_pre_election: true
I20260608 12:40:09.734102  5932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "ce4db13e689b47d28355b66a0211f7af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4b9683a245594e659742ac04301fa542"
I20260608 12:40:09.734196  6008 raft_consensus.cc:2468] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b9683a245594e659742ac04301fa542 in term 0.
I20260608 12:40:09.735693  6048 leader_election.cc:304] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: ce4db13e689b47d28355b66a0211f7af; no voters: 4b9683a245594e659742ac04301fa542, b63feb846fc44044bf7d349146db02ca
I20260608 12:40:09.737236  5933 raft_consensus.cc:2468] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b63feb846fc44044bf7d349146db02ca in term 1.
I20260608 12:40:09.737566  6133 raft_consensus.cc:2749] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:09.738021  5899 leader_election.cc:304] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b9683a245594e659742ac04301fa542, b63feb846fc44044bf7d349146db02ca; no voters: 
I20260608 12:40:09.739252  6082 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "b63feb846fc44044bf7d349146db02ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce4db13e689b47d28355b66a0211f7af" is_pre_election: true
I20260608 12:40:09.739663  5974 leader_election.cc:304] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b9683a245594e659742ac04301fa542, b63feb846fc44044bf7d349146db02ca; no voters: 
I20260608 12:40:09.739792  6081 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d6907fb692b46fdb301b785b3283905" candidate_uuid: "b63feb846fc44044bf7d349146db02ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce4db13e689b47d28355b66a0211f7af"
I20260608 12:40:09.740461  6082 raft_consensus.cc:2393] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b63feb846fc44044bf7d349146db02ca in current term 1: Already voted for candidate ce4db13e689b47d28355b66a0211f7af in this term.
I20260608 12:40:09.740773  6135 raft_consensus.cc:2804] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:09.739297  6134 raft_consensus.cc:2804] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:09.741520  6134 raft_consensus.cc:493] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:09.741916  6134 raft_consensus.cc:3060] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.744586  6082 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35f05b8754354ebaa5237b6aa26e49c7" candidate_uuid: "4b9683a245594e659742ac04301fa542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce4db13e689b47d28355b66a0211f7af" is_pre_election: true
I20260608 12:40:09.745469  6135 raft_consensus.cc:697] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 LEADER]: Becoming Leader. State: Replica: b63feb846fc44044bf7d349146db02ca, State: Running, Role: LEADER
I20260608 12:40:09.745344  6082 raft_consensus.cc:2468] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4b9683a245594e659742ac04301fa542 in term 0.
I20260608 12:40:09.746408  6135 consensus_queue.cc:237] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } }
I20260608 12:40:09.750947  6134 raft_consensus.cc:515] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.753401  6134 leader_election.cc:290] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [CANDIDATE]: Term 1 election: Requested vote from peers ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479), b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:09.754026  6008 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35f05b8754354ebaa5237b6aa26e49c7" candidate_uuid: "4b9683a245594e659742ac04301fa542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b63feb846fc44044bf7d349146db02ca"
I20260608 12:40:09.754628  6008 raft_consensus.cc:3060] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.754895  6082 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "35f05b8754354ebaa5237b6aa26e49c7" candidate_uuid: "4b9683a245594e659742ac04301fa542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce4db13e689b47d28355b66a0211f7af"
I20260608 12:40:09.755441  6082 raft_consensus.cc:3060] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:09.756196  5827 catalog_manager.cc:5696] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca reported cstate change: term changed from 0 to 1, leader changed from <none> to b63feb846fc44044bf7d349146db02ca (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b63feb846fc44044bf7d349146db02ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:09.761909  6008 raft_consensus.cc:2468] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b9683a245594e659742ac04301fa542 in term 1.
I20260608 12:40:09.762893  6082 raft_consensus.cc:2468] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4b9683a245594e659742ac04301fa542 in term 1.
I20260608 12:40:09.763187  5899 leader_election.cc:304] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4b9683a245594e659742ac04301fa542, b63feb846fc44044bf7d349146db02ca; no voters: 
I20260608 12:40:09.764128  6134 raft_consensus.cc:2804] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:09.765367  6134 raft_consensus.cc:697] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 LEADER]: Becoming Leader. State: Replica: 4b9683a245594e659742ac04301fa542, State: Running, Role: LEADER
I20260608 12:40:09.766216  6134 consensus_queue.cc:237] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } }
I20260608 12:40:09.774174  5827 catalog_manager.cc:5696] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4b9683a245594e659742ac04301fa542 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4b9683a245594e659742ac04301fa542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:09.832676   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:09.839690  6155 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:09.841817  6156 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:09.844919   431 server_base.cc:1061] running on GCE node
W20260608 12:40:09.844848  6158 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:09.846951   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:09.847235   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:09.847532   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922409847494 us; error 0 us; skew 500 ppm
I20260608 12:40:09.848522   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:09.852068   431 webserver.cc:533] Webserver started at http://127.0.107.196:39281/ using document root <none> and password file <none>
I20260608 12:40:09.852648   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:09.852877   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:09.853197   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:09.854447   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "12e302210d3e4bedb8ebb91c4d8d52d2"
format_stamp: "Formatted at 2026-06-08 12:40:09 on dist-test-slave-mnll"
I20260608 12:40:09.859480   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:40:09.864480  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:09.864691  6163 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:09.865984   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:09.866421   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "12e302210d3e4bedb8ebb91c4d8d52d2"
format_stamp: "Formatted at 2026-06-08 12:40:09 on dist-test-slave-mnll"
I20260608 12:40:09.866848   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:09.869294  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:09.869860  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:09.882103   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:09.883489   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:09.884975   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:09.887378   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:09.887588   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:09.887925   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:09.888093   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:09.935257   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45293
I20260608 12:40:09.935374  6225 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45293 every 8 connection(s)
I20260608 12:40:09.957151  6226 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46567
I20260608 12:40:09.957515  6226 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:09.958547  6226 heartbeater.cc:507] Master 127.0.107.254:46567 requested a full tablet report, sending...
I20260608 12:40:09.960897  5827 ts_manager.cc:194] Registered new tserver with Master: 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196:45293)
I20260608 12:40:09.962596  5827 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47654
I20260608 12:40:09.995427  6135 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:09.999010  6133 consensus_queue.cc:1048] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [LEADER]: Connected to new peer: Peer: permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:09.999154  6153 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:40:10.007154  6151 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:40:10.007964  6151 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:40:10.016465  6133 consensus_queue.cc:1048] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:10.041941  6135 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:10.047199  6234 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:10.897029  6007 consensus_queue.cc:237] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:10.903595  6081 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.904377  5932 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:10.906533  6151 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:10.907485  6245 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:10.917378  5932 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
W20260608 12:40:10.919236  5972 consensus_peers.cc:597] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca -> Peer 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196:45293): Couldn't send request to peer 12e302210d3e4bedb8ebb91c4d8d52d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5d6907fb692b46fdb301b785b3283905. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:10.918171  6081 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:10.931915  5827 catalog_manager.cc:5696] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af reported cstate change: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b63feb846fc44044bf7d349146db02ca" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:10.965468  6226 heartbeater.cc:499] Master 127.0.107.254:46567 was elected leader, sending a full tablet report...
I20260608 12:40:11.025676  6245 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:11.048309  5932 consensus_queue.cc:237] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:11.054291  6007 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:11.056160  6081 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:11.056305  6153 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:11.057873  6253 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:11.065493  5897 consensus_peers.cc:597] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 -> Peer 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196:45293): Couldn't send request to peer 12e302210d3e4bedb8ebb91c4d8d52d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 35f05b8754354ebaa5237b6aa26e49c7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:11.068605  6007 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:11.069314  6081 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:11.136543  5828 catalog_manager.cc:5696] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af reported cstate change: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "4b9683a245594e659742ac04301fa542" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:11.156900  6258 ts_tablet_manager.cc:933] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Initiating tablet copy from peer b63feb846fc44044bf7d349146db02ca (127.0.107.194:36723)
I20260608 12:40:11.158823  6258 tablet_copy_client.cc:323] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36723
I20260608 12:40:11.170796  6018 tablet_copy_service.cc:140] P b63feb846fc44044bf7d349146db02ca: Received BeginTabletCopySession request for tablet 5d6907fb692b46fdb301b785b3283905 from peer 12e302210d3e4bedb8ebb91c4d8d52d2 ({username='slave'} at 127.0.0.1:60520)
I20260608 12:40:11.171312  6018 tablet_copy_service.cc:161] P b63feb846fc44044bf7d349146db02ca: Beginning new tablet copy session on tablet 5d6907fb692b46fdb301b785b3283905 from peer 12e302210d3e4bedb8ebb91c4d8d52d2 at {username='slave'} at 127.0.0.1:60520: session id = 12e302210d3e4bedb8ebb91c4d8d52d2-5d6907fb692b46fdb301b785b3283905
I20260608 12:40:11.176642  6018 tablet_copy_source_session.cc:215] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:11.180025  6258 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d6907fb692b46fdb301b785b3283905. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:11.189814  6153 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } } }
I20260608 12:40:11.191709  6258 tablet_copy_client.cc:806] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:11.192479  6258 tablet_copy_client.cc:670] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:11.196679  6258 tablet_copy_client.cc:538] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:11.204392  6258 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap starting.
I20260608 12:40:11.221462  6258 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:11.222347  6258 tablet_bootstrap.cc:492] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap complete.
I20260608 12:40:11.222977  6258 ts_tablet_manager.cc:1403] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.005s
I20260608 12:40:11.225490  6258 raft_consensus.cc:359] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:11.226187  6258 raft_consensus.cc:740] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12e302210d3e4bedb8ebb91c4d8d52d2, State: Initialized, Role: LEARNER
I20260608 12:40:11.226784  6258 consensus_queue.cc:260] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:11.231050  6258 ts_tablet_manager.cc:1434] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:40:11.232963  6018 tablet_copy_service.cc:342] P b63feb846fc44044bf7d349146db02ca: Request end of tablet copy session 12e302210d3e4bedb8ebb91c4d8d52d2-5d6907fb692b46fdb301b785b3283905 received from {username='slave'} at 127.0.0.1:60520
I20260608 12:40:11.233508  6018 tablet_copy_service.cc:434] P b63feb846fc44044bf7d349146db02ca: ending tablet copy session 12e302210d3e4bedb8ebb91c4d8d52d2-5d6907fb692b46fdb301b785b3283905 on tablet 5d6907fb692b46fdb301b785b3283905 with peer 12e302210d3e4bedb8ebb91c4d8d52d2
I20260608 12:40:11.281881  6258 ts_tablet_manager.cc:933] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Initiating tablet copy from peer 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777)
I20260608 12:40:11.284365  6258 tablet_copy_client.cc:323] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45777
I20260608 12:40:11.294721  5943 tablet_copy_service.cc:140] P 4b9683a245594e659742ac04301fa542: Received BeginTabletCopySession request for tablet 35f05b8754354ebaa5237b6aa26e49c7 from peer 12e302210d3e4bedb8ebb91c4d8d52d2 ({username='slave'} at 127.0.0.1:42484)
I20260608 12:40:11.295379  5943 tablet_copy_service.cc:161] P 4b9683a245594e659742ac04301fa542: Beginning new tablet copy session on tablet 35f05b8754354ebaa5237b6aa26e49c7 from peer 12e302210d3e4bedb8ebb91c4d8d52d2 at {username='slave'} at 127.0.0.1:42484: session id = 12e302210d3e4bedb8ebb91c4d8d52d2-35f05b8754354ebaa5237b6aa26e49c7
I20260608 12:40:11.303517  5943 tablet_copy_source_session.cc:215] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:11.306895  6258 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 35f05b8754354ebaa5237b6aa26e49c7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:11.319054  6258 tablet_copy_client.cc:806] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:11.319608  6258 tablet_copy_client.cc:670] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:11.323508  6258 tablet_copy_client.cc:538] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:11.329890  6258 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap starting.
I20260608 12:40:11.346396  6258 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:11.347266  6258 tablet_bootstrap.cc:492] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Bootstrap complete.
I20260608 12:40:11.347986  6258 ts_tablet_manager.cc:1403] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Time spent bootstrapping tablet: real 0.018s	user 0.019s	sys 0.000s
I20260608 12:40:11.350670  6258 raft_consensus.cc:359] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:11.351271  6258 raft_consensus.cc:740] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 12e302210d3e4bedb8ebb91c4d8d52d2, State: Initialized, Role: LEARNER
I20260608 12:40:11.351783  6258 consensus_queue.cc:260] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: true } }
I20260608 12:40:11.353542  6258 ts_tablet_manager.cc:1434] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:40:11.355479  5943 tablet_copy_service.cc:342] P 4b9683a245594e659742ac04301fa542: Request end of tablet copy session 12e302210d3e4bedb8ebb91c4d8d52d2-35f05b8754354ebaa5237b6aa26e49c7 received from {username='slave'} at 127.0.0.1:42484
I20260608 12:40:11.355964  5943 tablet_copy_service.cc:434] P 4b9683a245594e659742ac04301fa542: ending tablet copy session 12e302210d3e4bedb8ebb91c4d8d52d2-35f05b8754354ebaa5237b6aa26e49c7 on tablet 35f05b8754354ebaa5237b6aa26e49c7 with peer 12e302210d3e4bedb8ebb91c4d8d52d2
I20260608 12:40:11.477237  6201 raft_consensus.cc:1217] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:11.525115  6201 raft_consensus.cc:1217] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:11.865953  6261 raft_consensus.cc:1064] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: attempting to promote NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 to VOTER
I20260608 12:40:11.868993  6261 consensus_queue.cc:237] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } }
I20260608 12:40:11.871048  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:11.875378  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:11.875933  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:11.876868  6201 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.878109  6007 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.879410  6081 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.881954  6134 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:11.882647  6245 raft_consensus.cc:1064] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: attempting to promote NON_VOTER 12e302210d3e4bedb8ebb91c4d8d52d2 to VOTER
I20260608 12:40:11.883723  6153 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:11.888829  6245 consensus_queue.cc:237] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } }
I20260608 12:40:11.893205  6261 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:11.899745  6201 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 LEARNER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.899143  6081 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:11.902212  6245 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:11.902823  6082 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.904902  5932 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:11.905097  6245 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:11.921501  5831 catalog_manager.cc:5696] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af reported cstate change: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "4b9683a245594e659742ac04301fa542" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:11.922684  6245 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:11.941742  6200 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:11.958134  5932 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:11.958338  6082 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:11.978344  5827 catalog_manager.cc:5696] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 reported cstate change: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b63feb846fc44044bf7d349146db02ca" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.101432  6134 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.112116  6007 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.209551  5932 consensus_queue.cc:237] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } }
I20260608 12:40:12.214936  6200 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:12.215070  6007 raft_consensus.cc:1275] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Refusing update from remote peer 4b9683a245594e659742ac04301fa542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:12.216717  6261 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:12.217645  6153 consensus_queue.cc:1048] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:12.226651  6007 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ce4db13e689b47d28355b66a0211f7af (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.227185  6200 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ce4db13e689b47d28355b66a0211f7af (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.235304  6245 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.242815  5829 catalog_manager.cc:5696] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 reported cstate change: config changed from index 3 to 4, VOTER ce4db13e689b47d28355b66a0211f7af (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "4b9683a245594e659742ac04301fa542" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.250895  6200 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 12e302210d3e4bedb8ebb91c4d8d52d2 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } attrs { replace: true } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.340406  6072 tablet_service.cc:1558] Processing DeleteTablet for tablet 35f05b8754354ebaa5237b6aa26e49c7 with delete_type TABLET_DATA_TOMBSTONED (TS ce4db13e689b47d28355b66a0211f7af not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52594
I20260608 12:40:12.344081  6273 tablet_replica.cc:333] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: stopping tablet replica
I20260608 12:40:12.345067  6273 raft_consensus.cc:2243] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:12.345800  6273 raft_consensus.cc:2272] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:12.348992  6273 ts_tablet_manager.cc:1916] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:12.352773  6007 consensus_queue.cc:237] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } }
I20260608 12:40:12.360318  6200 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:12.362170  6245 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:12.362546  6082 raft_consensus.cc:1275] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Refusing update from remote peer b63feb846fc44044bf7d349146db02ca: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:12.364729  6269 consensus_queue.cc:1048] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:12.366572  6273 ts_tablet_manager.cc:1929] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:12.367012  6273 log.cc:1199] T 35f05b8754354ebaa5237b6aa26e49c7 P ce4db13e689b47d28355b66a0211f7af: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-2-root/wals/35f05b8754354ebaa5237b6aa26e49c7
I20260608 12:40:12.368719  5816 catalog_manager.cc:5027] TS ce4db13e689b47d28355b66a0211f7af (127.0.107.195:40479): tablet 35f05b8754354ebaa5237b6aa26e49c7 (table test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]) successfully deleted
I20260608 12:40:12.376014  6200 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b9683a245594e659742ac04301fa542 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.377275  6082 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b9683a245594e659742ac04301fa542 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.390677  5827 catalog_manager.cc:5696] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 reported cstate change: config changed from index 3 to 4, VOTER 4b9683a245594e659742ac04301fa542 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b63feb846fc44044bf7d349146db02ca" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.551882  6269 raft_consensus.cc:2955] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 4b9683a245594e659742ac04301fa542 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "ce4db13e689b47d28355b66a0211f7af" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40479 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.561995  5818 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5d6907fb692b46fdb301b785b3283905 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:12.632848  5922 tablet_service.cc:1558] Processing DeleteTablet for tablet 5d6907fb692b46fdb301b785b3283905 with delete_type TABLET_DATA_TOMBSTONED (TS 4b9683a245594e659742ac04301fa542 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:42444
I20260608 12:40:12.634666  6274 tablet_replica.cc:333] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: stopping tablet replica
I20260608 12:40:12.635533  6274 raft_consensus.cc:2243] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:12.636384  6274 raft_consensus.cc:2272] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:12.639448  6274 ts_tablet_manager.cc:1916] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:12.650779  6274 ts_tablet_manager.cc:1929] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:12.651126  6274 log.cc:1199] T 5d6907fb692b46fdb301b785b3283905 P 4b9683a245594e659742ac04301fa542: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922264717849-431-0/minicluster-data/ts-0-root/wals/5d6907fb692b46fdb301b785b3283905
I20260608 12:40:12.652577  5818 catalog_manager.cc:5027] TS 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777): tablet 5d6907fb692b46fdb301b785b3283905 (table test-workload [id=1f5fc6e1460e4e1cb0ff1dfd63578bc6]) successfully deleted
I20260608 12:40:12.906983  6153 raft_consensus.cc:2955] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ce4db13e689b47d28355b66a0211f7af (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "4b9683a245594e659742ac04301fa542" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45777 } } peers { permanent_uuid: "b63feb846fc44044bf7d349146db02ca" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36723 } } peers { permanent_uuid: "12e302210d3e4bedb8ebb91c4d8d52d2" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45293 } attrs { promote: false } } }
I20260608 12:40:12.914113  5818 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 35f05b8754354ebaa5237b6aa26e49c7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:13.877053  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:13.879832  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:13.880229  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:15.881181  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:15.884204  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:15.884610  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:17.885841  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:17.888852  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:17.889218  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:19.890065  5884 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:19.893134  5884 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:19.893556  5884 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:20.011955   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:40:20.026042  6048 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 12 similar messages]
W20260608 12:40:20.031215  6048 consensus_peers.cc:597] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af -> Peer 4b9683a245594e659742ac04301fa542 (127.0.107.193:45777): Couldn't send request to peer 4b9683a245594e659742ac04301fa542. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:20.052876   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:20.053958   431 tablet_replica.cc:333] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542: stopping tablet replica
I20260608 12:40:20.054844   431 raft_consensus.cc:2243] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:20.056494   431 raft_consensus.cc:2272] T 35f05b8754354ebaa5237b6aa26e49c7 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.059641   431 tablet_replica.cc:333] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542: stopping tablet replica
I20260608 12:40:20.060297   431 raft_consensus.cc:2243] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.060812   431 raft_consensus.cc:2272] T 7d9cda39f95a469fba5f812058759d78 P 4b9683a245594e659742ac04301fa542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.092145   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:20.114809   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:20.142114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:20.143181   431 tablet_replica.cc:333] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca: stopping tablet replica
I20260608 12:40:20.144349   431 raft_consensus.cc:2243] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:20.145596   431 raft_consensus.cc:2272] T 5d6907fb692b46fdb301b785b3283905 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.148655   431 tablet_replica.cc:333] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca: stopping tablet replica
I20260608 12:40:20.149258   431 raft_consensus.cc:2243] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.150079   431 raft_consensus.cc:2272] T 35f05b8754354ebaa5237b6aa26e49c7 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.152820   431 tablet_replica.cc:333] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca: stopping tablet replica
I20260608 12:40:20.153368   431 raft_consensus.cc:2243] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.153851   431 raft_consensus.cc:2272] T 7d9cda39f95a469fba5f812058759d78 P b63feb846fc44044bf7d349146db02ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.178939   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:20.194737   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:20.218602   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:20.219364   431 tablet_replica.cc:333] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af: stopping tablet replica
I20260608 12:40:20.219998   431 raft_consensus.cc:2243] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.220795   431 raft_consensus.cc:2272] T 5d6907fb692b46fdb301b785b3283905 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.223132   431 tablet_replica.cc:333] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af: stopping tablet replica
I20260608 12:40:20.223608   431 raft_consensus.cc:2243] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:20.224579   431 raft_consensus.cc:2272] T 7d9cda39f95a469fba5f812058759d78 P ce4db13e689b47d28355b66a0211f7af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.249706   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:20.266178   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:20.296975   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:20.297714   431 tablet_replica.cc:333] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2: stopping tablet replica
I20260608 12:40:20.298337   431 raft_consensus.cc:2243] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.299149   431 raft_consensus.cc:2272] T 35f05b8754354ebaa5237b6aa26e49c7 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.301616   431 tablet_replica.cc:333] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2: stopping tablet replica
I20260608 12:40:20.302106   431 raft_consensus.cc:2243] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:20.302719   431 raft_consensus.cc:2272] T 5d6907fb692b46fdb301b785b3283905 P 12e302210d3e4bedb8ebb91c4d8d52d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.323895   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:20.337095   431 master.cc:562] Master@127.0.107.254:46567 shutting down...
I20260608 12:40:20.360167   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:20.360921   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:20.361292   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 058315ec40044d94957a906576be66c0: stopping tablet replica
I20260608 12:40:20.382961   431 master.cc:584] Master@127.0.107.254:46567 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12705 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:40:20.425369   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40111
I20260608 12:40:20.426641   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:20.433346  6282 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.433607  6281 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.434324  6284 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:20.435096   431 server_base.cc:1061] running on GCE node
I20260608 12:40:20.436043   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:20.436223   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:20.436396   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922420436382 us; error 0 us; skew 500 ppm
I20260608 12:40:20.437060   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:20.439839   431 webserver.cc:533] Webserver started at http://127.0.107.254:41271/ using document root <none> and password file <none>
I20260608 12:40:20.440577   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:20.440773   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:20.441075   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:20.442281   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "f540be82d652471ca1333dd1f5c4d021"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.447034   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:20.450793  6289 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.452018   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:20.452379   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "f540be82d652471ca1333dd1f5c4d021"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.452678   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:20.475092   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:20.476547   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:20.516345   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40111
I20260608 12:40:20.516650  6340 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40111 every 8 connection(s)
I20260608 12:40:20.520721  6341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:20.532435  6341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021: Bootstrap starting.
I20260608 12:40:20.537626  6341 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:20.542013  6341 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021: No bootstrap required, opened a new log
I20260608 12:40:20.544462  6341 raft_consensus.cc:359] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER }
I20260608 12:40:20.544865  6341 raft_consensus.cc:385] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:20.545049  6341 raft_consensus.cc:740] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f540be82d652471ca1333dd1f5c4d021, State: Initialized, Role: FOLLOWER
I20260608 12:40:20.545599  6341 consensus_queue.cc:260] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER }
I20260608 12:40:20.546033  6341 raft_consensus.cc:399] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:20.546226  6341 raft_consensus.cc:493] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:20.546475  6341 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:20.550949  6341 raft_consensus.cc:515] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER }
I20260608 12:40:20.551403  6341 leader_election.cc:304] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: f540be82d652471ca1333dd1f5c4d021; no voters: 
I20260608 12:40:20.552564  6341 leader_election.cc:290] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:20.553067  6344 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:20.554574  6344 raft_consensus.cc:697] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 1 LEADER]: Becoming Leader. State: Replica: f540be82d652471ca1333dd1f5c4d021, State: Running, Role: LEADER
I20260608 12:40:20.555378  6344 consensus_queue.cc:237] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER }
I20260608 12:40:20.555794  6341 sys_catalog.cc:565] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:20.558408  6345 sys_catalog.cc:455] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f540be82d652471ca1333dd1f5c4d021" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER } }
I20260608 12:40:20.558524  6346 sys_catalog.cc:455] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f540be82d652471ca1333dd1f5c4d021. Latest consensus state: current_term: 1 leader_uuid: "f540be82d652471ca1333dd1f5c4d021" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f540be82d652471ca1333dd1f5c4d021" member_type: VOTER } }
I20260608 12:40:20.559154  6345 sys_catalog.cc:458] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:20.559237  6346 sys_catalog.cc:458] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:20.565127  6349 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:20.570114  6349 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:20.572394   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:20.579507  6349 catalog_manager.cc:1382] Generated new cluster ID: b688bb0995bf4505991dea8ab2df8783
I20260608 12:40:20.579835  6349 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:20.595786  6349 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:20.597194  6349 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:20.616176  6349 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021: Generated new TSK 0
I20260608 12:40:20.616775  6349 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:20.639369   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:20.645855  6362 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.646770  6363 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.648983  6365 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:20.649061   431 server_base.cc:1061] running on GCE node
I20260608 12:40:20.650192   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:20.650439   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:20.650609   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922420650591 us; error 0 us; skew 500 ppm
I20260608 12:40:20.651206   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:20.653834   431 webserver.cc:533] Webserver started at http://127.0.107.193:36115/ using document root <none> and password file <none>
I20260608 12:40:20.654347   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:20.654567   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:20.654870   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:20.656090   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "f2e4defa87704cbb8df7cbea8bb42467"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.660820   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:20.664485  6370 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.665361   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:40:20.665675   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "f2e4defa87704cbb8df7cbea8bb42467"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.666072   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:20.692243   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:20.693476   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:20.695024   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:20.697594   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:20.697815   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.698053   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:20.698228   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.741027   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45089
I20260608 12:40:20.741168  6432 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45089 every 8 connection(s)
I20260608 12:40:20.746409   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:20.753954  6437 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.755277  6438 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.758598  6440 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:20.758711   431 server_base.cc:1061] running on GCE node
I20260608 12:40:20.759761   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:20.760035   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:20.760242   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922420760224 us; error 0 us; skew 500 ppm
I20260608 12:40:20.760912   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:20.763404  6433 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40111
I20260608 12:40:20.763803  6433 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:20.764091   431 webserver.cc:533] Webserver started at http://127.0.107.194:38747/ using document root <none> and password file <none>
I20260608 12:40:20.764660   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:20.764700  6433 heartbeater.cc:507] Master 127.0.107.254:40111 requested a full tablet report, sending...
I20260608 12:40:20.764923   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:20.765316   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:20.766620   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "909c4fe2cafb46edbe6d1c9878335a2d"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.767145  6306 ts_manager.cc:194] Registered new tserver with Master: f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089)
I20260608 12:40:20.769212  6306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53840
I20260608 12:40:20.771991   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:40:20.775640  6445 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.776448   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:20.776755   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "909c4fe2cafb46edbe6d1c9878335a2d"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.777055   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:20.802783   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:20.804105   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:20.805584   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:20.807811   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:20.808058   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.808292   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:20.808473   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.849445   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38555
I20260608 12:40:20.849588  6507 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38555 every 8 connection(s)
I20260608 12:40:20.854785   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:20.862298  6511 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.863942  6512 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:20.867259  6514 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:20.868445   431 server_base.cc:1061] running on GCE node
I20260608 12:40:20.868995  6508 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40111
I20260608 12:40:20.869427  6508 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:20.869585   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:20.869879   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:20.870096   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922420870075 us; error 0 us; skew 500 ppm
I20260608 12:40:20.870357  6508 heartbeater.cc:507] Master 127.0.107.254:40111 requested a full tablet report, sending...
I20260608 12:40:20.870991   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:20.872906  6306 ts_manager.cc:194] Registered new tserver with Master: 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555)
I20260608 12:40:20.874032   431 webserver.cc:533] Webserver started at http://127.0.107.195:37795/ using document root <none> and password file <none>
I20260608 12:40:20.874743   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:20.874846  6306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53850
I20260608 12:40:20.874998   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:20.875415   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:20.877032   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "267dcefdd2a7495e9a3137203be79842"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.882294   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:40:20.886087  6519 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.886916   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:20.887236   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "267dcefdd2a7495e9a3137203be79842"
format_stamp: "Formatted at 2026-06-08 12:40:20 on dist-test-slave-mnll"
I20260608 12:40:20.887540   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:20.914849   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:20.916149   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:20.917690   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:20.920022   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:20.920213   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.920496   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:20.920640   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:20.965909   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:43075
I20260608 12:40:20.966028  6581 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:43075 every 8 connection(s)
I20260608 12:40:20.981011  6582 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40111
I20260608 12:40:20.981474  6582 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:20.982276  6582 heartbeater.cc:507] Master 127.0.107.254:40111 requested a full tablet report, sending...
I20260608 12:40:20.984458  6306 ts_manager.cc:194] Registered new tserver with Master: 267dcefdd2a7495e9a3137203be79842 (127.0.107.195:43075)
I20260608 12:40:20.984599   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014983394s
I20260608 12:40:20.986389  6306 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53858
I20260608 12:40:21.772476  6433 heartbeater.cc:499] Master 127.0.107.254:40111 was elected leader, sending a full tablet report...
I20260608 12:40:21.878036  6508 heartbeater.cc:499] Master 127.0.107.254:40111 was elected leader, sending a full tablet report...
I20260608 12:40:21.989233  6582 heartbeater.cc:499] Master 127.0.107.254:40111 was elected leader, sending a full tablet report...
I20260608 12:40:22.050791  6306 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53864:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:22.052845  6306 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:22.096859  6473 tablet_service.cc:1511] Processing CreateTablet for tablet cc25991f2a5b4165b7a203ac23ffe8b1 (DEFAULT_TABLE table=test-workload [id=00d98ef30e1a4975adf37b18d586ee61]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:22.098243  6473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc25991f2a5b4165b7a203ac23ffe8b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:22.099628  6398 tablet_service.cc:1511] Processing CreateTablet for tablet cc25991f2a5b4165b7a203ac23ffe8b1 (DEFAULT_TABLE table=test-workload [id=00d98ef30e1a4975adf37b18d586ee61]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:22.100986  6398 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc25991f2a5b4165b7a203ac23ffe8b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:22.104663  6547 tablet_service.cc:1511] Processing CreateTablet for tablet cc25991f2a5b4165b7a203ac23ffe8b1 (DEFAULT_TABLE table=test-workload [id=00d98ef30e1a4975adf37b18d586ee61]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:22.105710  6547 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cc25991f2a5b4165b7a203ac23ffe8b1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:22.116680  6602 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: Bootstrap starting.
I20260608 12:40:22.119042  6603 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Bootstrap starting.
I20260608 12:40:22.124109  6604 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: Bootstrap starting.
I20260608 12:40:22.124653  6602 tablet_bootstrap.cc:654] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:22.125722  6603 tablet_bootstrap.cc:654] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:22.130661  6602 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: No bootstrap required, opened a new log
I20260608 12:40:22.131042  6602 ts_tablet_manager.cc:1403] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260608 12:40:22.131376  6604 tablet_bootstrap.cc:654] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:22.133594  6602 raft_consensus.cc:359] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.134301  6602 raft_consensus.cc:385] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:22.134634  6602 raft_consensus.cc:740] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 909c4fe2cafb46edbe6d1c9878335a2d, State: Initialized, Role: FOLLOWER
I20260608 12:40:22.134649  6603 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: No bootstrap required, opened a new log
I20260608 12:40:22.135447  6603 ts_tablet_manager.cc:1403] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.005s
I20260608 12:40:22.136763  6602 consensus_queue.cc:260] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.137977  6604 tablet_bootstrap.cc:492] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: No bootstrap required, opened a new log
I20260608 12:40:22.138532  6604 ts_tablet_manager.cc:1403] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260608 12:40:22.138712  6603 raft_consensus.cc:359] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.139645  6603 raft_consensus.cc:385] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:22.140051  6603 raft_consensus.cc:740] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2e4defa87704cbb8df7cbea8bb42467, State: Initialized, Role: FOLLOWER
I20260608 12:40:22.140762  6602 ts_tablet_manager.cc:1434] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.005s
I20260608 12:40:22.141549  6603 consensus_queue.cc:260] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.141721  6604 raft_consensus.cc:359] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.142493  6604 raft_consensus.cc:385] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:22.142813  6604 raft_consensus.cc:740] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 267dcefdd2a7495e9a3137203be79842, State: Initialized, Role: FOLLOWER
I20260608 12:40:22.143909  6604 consensus_queue.cc:260] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.145670  6603 ts_tablet_manager.cc:1434] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:40:22.148005  6604 ts_tablet_manager.cc:1434] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:40:22.192502  6609 raft_consensus.cc:493] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:22.193022  6609 raft_consensus.cc:515] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.195478  6609 leader_election.cc:290] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555), 267dcefdd2a7495e9a3137203be79842 (127.0.107.195:43075)
I20260608 12:40:22.207156  6483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "f2e4defa87704cbb8df7cbea8bb42467" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" is_pre_election: true
I20260608 12:40:22.207439  6557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "f2e4defa87704cbb8df7cbea8bb42467" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "267dcefdd2a7495e9a3137203be79842" is_pre_election: true
I20260608 12:40:22.207973  6483 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2e4defa87704cbb8df7cbea8bb42467 in term 0.
I20260608 12:40:22.208128  6557 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f2e4defa87704cbb8df7cbea8bb42467 in term 0.
I20260608 12:40:22.209288  6371 leader_election.cc:304] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 909c4fe2cafb46edbe6d1c9878335a2d, f2e4defa87704cbb8df7cbea8bb42467; no voters: 
I20260608 12:40:22.210058  6609 raft_consensus.cc:2804] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:22.210404  6609 raft_consensus.cc:493] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:22.210628  6609 raft_consensus.cc:3060] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:22.215936  6609 raft_consensus.cc:515] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.217917  6609 leader_election.cc:290] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [CANDIDATE]: Term 1 election: Requested vote from peers 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555), 267dcefdd2a7495e9a3137203be79842 (127.0.107.195:43075)
I20260608 12:40:22.218703  6483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "f2e4defa87704cbb8df7cbea8bb42467" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "909c4fe2cafb46edbe6d1c9878335a2d"
I20260608 12:40:22.218992  6557 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "f2e4defa87704cbb8df7cbea8bb42467" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "267dcefdd2a7495e9a3137203be79842"
I20260608 12:40:22.219364  6483 raft_consensus.cc:3060] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:22.219584  6557 raft_consensus.cc:3060] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:22.227198  6557 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2e4defa87704cbb8df7cbea8bb42467 in term 1.
I20260608 12:40:22.227198  6483 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f2e4defa87704cbb8df7cbea8bb42467 in term 1.
I20260608 12:40:22.228865  6371 leader_election.cc:304] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 909c4fe2cafb46edbe6d1c9878335a2d, f2e4defa87704cbb8df7cbea8bb42467; no voters: 
I20260608 12:40:22.229648  6609 raft_consensus.cc:2804] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:22.230821  6609 raft_consensus.cc:697] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 LEADER]: Becoming Leader. State: Replica: f2e4defa87704cbb8df7cbea8bb42467, State: Running, Role: LEADER
I20260608 12:40:22.231683  6609 consensus_queue.cc:237] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:22.240111  6304 catalog_manager.cc:5696] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 reported cstate change: term changed from 0 to 1, leader changed from <none> to f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "f2e4defa87704cbb8df7cbea8bb42467" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:22.263640   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:22.283638   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:22.284482   431 tablet_replica.cc:333] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: stopping tablet replica
I20260608 12:40:22.285041   431 raft_consensus.cc:2243] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:22.285748   431 pending_rounds.cc:70] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Trying to abort 1 pending ops.
I20260608 12:40:22.285964   431 pending_rounds.cc:77] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658241468424192 op_type: NO_OP noop_request { }
I20260608 12:40:22.286263   431 raft_consensus.cc:2889] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:22.286564   431 raft_consensus.cc:2272] T cc25991f2a5b4165b7a203ac23ffe8b1 P f2e4defa87704cbb8df7cbea8bb42467 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:22.308075   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:22.572041  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:22.573491  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:22.573837  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:23.938026  6615 raft_consensus.cc:493] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:23.938546  6615 raft_consensus.cc:515] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:23.940744  6615 leader_election.cc:290] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555), f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089)
W20260608 12:40:23.948328  6523 leader_election.cc:336] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111)
I20260608 12:40:23.950966  6483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "267dcefdd2a7495e9a3137203be79842" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" is_pre_election: true
I20260608 12:40:23.951555  6483 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 267dcefdd2a7495e9a3137203be79842 in term 1.
I20260608 12:40:23.952634  6520 leader_election.cc:304] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 267dcefdd2a7495e9a3137203be79842, 909c4fe2cafb46edbe6d1c9878335a2d; no voters: f2e4defa87704cbb8df7cbea8bb42467
I20260608 12:40:23.953333  6615 raft_consensus.cc:2804] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:23.953672  6615 raft_consensus.cc:493] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:23.953969  6615 raft_consensus.cc:3060] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:23.959290  6615 raft_consensus.cc:515] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:23.961336  6615 leader_election.cc:290] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 election: Requested vote from peers 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555), f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089)
I20260608 12:40:23.962265  6483 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cc25991f2a5b4165b7a203ac23ffe8b1" candidate_uuid: "267dcefdd2a7495e9a3137203be79842" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "909c4fe2cafb46edbe6d1c9878335a2d"
I20260608 12:40:23.962777  6483 raft_consensus.cc:3060] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:40:23.965456  6523 leader_election.cc:336] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111)
I20260608 12:40:23.968170  6483 raft_consensus.cc:2468] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 267dcefdd2a7495e9a3137203be79842 in term 2.
I20260608 12:40:23.969262  6520 leader_election.cc:304] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 267dcefdd2a7495e9a3137203be79842, 909c4fe2cafb46edbe6d1c9878335a2d; no voters: f2e4defa87704cbb8df7cbea8bb42467
I20260608 12:40:23.969955  6615 raft_consensus.cc:2804] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:23.971037  6615 raft_consensus.cc:697] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 2 LEADER]: Becoming Leader. State: Replica: 267dcefdd2a7495e9a3137203be79842, State: Running, Role: LEADER
I20260608 12:40:23.971899  6615 consensus_queue.cc:237] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } }
I20260608 12:40:23.978744  6304 catalog_manager.cc:5696] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 reported cstate change: term changed from 1 to 2, leader changed from f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193) to 267dcefdd2a7495e9a3137203be79842 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "267dcefdd2a7495e9a3137203be79842" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2e4defa87704cbb8df7cbea8bb42467" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45089 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "267dcefdd2a7495e9a3137203be79842" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 43075 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:24.502012  6483 raft_consensus.cc:1275] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 2 FOLLOWER]: Refusing update from remote peer 267dcefdd2a7495e9a3137203be79842: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:40:24.503422  6626 consensus_queue.cc:1048] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [LEADER]: Connected to new peer: Peer: permanent_uuid: "909c4fe2cafb46edbe6d1c9878335a2d" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38555 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:24.522505  6523 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Couldn't send request to peer f2e4defa87704cbb8df7cbea8bb42467. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:24.574879  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:24.576524  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:24.576874  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:25.061307  6523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111) [suppressed 3 similar messages]
I20260608 12:40:26.578141  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:26.579993  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:26.580327  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:27.003126  6523 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Couldn't send request to peer f2e4defa87704cbb8df7cbea8bb42467. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:40:28.581321  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:28.582726  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:28.583052  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:29.290850  6523 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Couldn't send request to peer f2e4defa87704cbb8df7cbea8bb42467. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
W20260608 12:40:30.069272  6523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260608 12:40:30.584035  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:30.585323  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:30.585589  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:31.362071  6523 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Couldn't send request to peer f2e4defa87704cbb8df7cbea8bb42467. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
W20260608 12:40:32.513000  6504 debug-util.cc:398] Leaking SignalData structure 0x7b08002318e0 after lost signal to thread 434
W20260608 12:40:32.514209  6504 debug-util.cc:398] Leaking SignalData structure 0x7b08001a82a0 after lost signal to thread 6340
W20260608 12:40:32.515321  6504 debug-util.cc:398] Leaking SignalData structure 0x7b08000f3820 after lost signal to thread 6507
W20260608 12:40:32.516332  6504 debug-util.cc:398] Leaking SignalData structure 0x7b08002274c0 after lost signal to thread 6581
I20260608 12:40:32.586496  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:32.587934  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:32.588248  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:33.478113   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:33.514626   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:33.515628   431 tablet_replica.cc:333] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d: stopping tablet replica
I20260608 12:40:33.516554   431 raft_consensus.cc:2243] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:33.517347   431 raft_consensus.cc:2272] T cc25991f2a5b4165b7a203ac23ffe8b1 P 909c4fe2cafb46edbe6d1c9878335a2d [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:34.022580  6520 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer 909c4fe2cafb46edbe6d1c9878335a2d (127.0.107.194:38555): Couldn't send request to peer 909c4fe2cafb46edbe6d1c9878335a2d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:38555: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:34.043349  6523 consensus_peers.cc:597] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 -> Peer f2e4defa87704cbb8df7cbea8bb42467 (127.0.107.193:45089): Couldn't send request to peer f2e4defa87704cbb8df7cbea8bb42467. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
W20260608 12:40:34.539188   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 6504)
I20260608 12:40:34.589232  6359 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:34.590749  6359 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:34.591074  6359 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:35.126325  6523 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45089: connect: Connection refused (error 111) [suppressed 12 similar messages]
I20260608 12:40:35.228320   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:35.242026   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:35.266393   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:35.267186   431 tablet_replica.cc:333] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842: stopping tablet replica
I20260608 12:40:35.267951   431 raft_consensus.cc:2243] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:35.268986   431 raft_consensus.cc:2272] T cc25991f2a5b4165b7a203ac23ffe8b1 P 267dcefdd2a7495e9a3137203be79842 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:35.289685   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:35.302291   431 master.cc:562] Master@127.0.107.254:40111 shutting down...
I20260608 12:40:35.324152   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:35.324918   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:35.325285   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f540be82d652471ca1333dd1f5c4d021: stopping tablet replica
I20260608 12:40:35.345419   431 master.cc:584] Master@127.0.107.254:40111 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (14958 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:40:35.383701   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43903
I20260608 12:40:35.384938   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:35.391201  6656 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.391336  6657 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.392452  6659 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:35.393189   431 server_base.cc:1061] running on GCE node
I20260608 12:40:35.394200   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:35.394451   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:35.394682   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922435394661 us; error 0 us; skew 500 ppm
I20260608 12:40:35.395329   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:35.398085   431 webserver.cc:533] Webserver started at http://127.0.107.254:40143/ using document root <none> and password file <none>
I20260608 12:40:35.398720   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:35.398931   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:35.399261   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:35.400768   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "8d549e1ba30a4399bd7d356117ca4c4d"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.405853   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:40:35.409896  6664 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.410686   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:35.410979   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "8d549e1ba30a4399bd7d356117ca4c4d"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.411262   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:35.422480   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:35.423781   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:35.466003   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43903
I20260608 12:40:35.466203  6715 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43903 every 8 connection(s)
I20260608 12:40:35.470615  6716 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.482586  6716 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d: Bootstrap starting.
I20260608 12:40:35.487618  6716 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:35.492844  6716 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d: No bootstrap required, opened a new log
I20260608 12:40:35.495203  6716 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER }
I20260608 12:40:35.495617  6716 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.495817  6716 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d549e1ba30a4399bd7d356117ca4c4d, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.496471  6716 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER }
I20260608 12:40:35.496901  6716 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:35.497092  6716 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:35.497303  6716 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.502846  6716 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER }
I20260608 12:40:35.503337  6716 leader_election.cc:304] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 8d549e1ba30a4399bd7d356117ca4c4d; no voters: 
I20260608 12:40:35.504485  6716 leader_election.cc:290] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:35.505016  6719 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.506409  6719 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 1 LEADER]: Becoming Leader. State: Replica: 8d549e1ba30a4399bd7d356117ca4c4d, State: Running, Role: LEADER
I20260608 12:40:35.507174  6719 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER }
I20260608 12:40:35.507627  6716 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:35.512188  6720 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER } }
I20260608 12:40:35.512323  6721 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8d549e1ba30a4399bd7d356117ca4c4d. Latest consensus state: current_term: 1 leader_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8d549e1ba30a4399bd7d356117ca4c4d" member_type: VOTER } }
I20260608 12:40:35.512939  6720 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:35.513100  6721 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:35.516748  6726 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:35.525220  6726 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:35.526358   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:35.535375  6726 catalog_manager.cc:1382] Generated new cluster ID: eb42e3f4952a401c9c71390253ad3df2
I20260608 12:40:35.535758  6726 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:35.554670  6726 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:35.556239  6726 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:35.575510  6726 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d: Generated new TSK 0
I20260608 12:40:35.576236  6726 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:35.593075   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:35.599794  6737 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.600932  6738 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.603328  6740 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:35.603374   431 server_base.cc:1061] running on GCE node
I20260608 12:40:35.604609   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:35.604866   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:35.605053   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922435605032 us; error 0 us; skew 500 ppm
I20260608 12:40:35.605737   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:35.608369   431 webserver.cc:533] Webserver started at http://127.0.107.193:39521/ using document root <none> and password file <none>
I20260608 12:40:35.609054   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:35.609275   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:35.609618   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:35.610878   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "ad067bf2b2a740bfb888cbcd726f8197"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.615909   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:40:35.620194  6745 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.621202   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:35.621529   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "ad067bf2b2a740bfb888cbcd726f8197"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.621827   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:35.639315   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:35.640727   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:35.642402   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:35.645130   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:35.645386   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.645665   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:35.645888   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.691072   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:36867
I20260608 12:40:35.691188  6807 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:36867 every 8 connection(s)
I20260608 12:40:35.696774   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:35.705071  6812 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.706151  6813 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.709596  6815 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:35.710841   431 server_base.cc:1061] running on GCE node
I20260608 12:40:35.711894   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:35.712179   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:35.712399  6808 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43903
I20260608 12:40:35.712430   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922435712410 us; error 0 us; skew 500 ppm
I20260608 12:40:35.712888  6808 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:35.713442   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:35.713907  6808 heartbeater.cc:507] Master 127.0.107.254:43903 requested a full tablet report, sending...
I20260608 12:40:35.716236   431 webserver.cc:533] Webserver started at http://127.0.107.194:45745/ using document root <none> and password file <none>
I20260608 12:40:35.716631  6681 ts_manager.cc:194] Registered new tserver with Master: ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867)
I20260608 12:40:35.716799   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:35.717165   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:35.717454   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:35.718714   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "93cf597c4ce94ceea2246c00b8321e98"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.718799  6681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35784
I20260608 12:40:35.723732   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.007s
I20260608 12:40:35.727500  6820 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.728442   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:35.728827   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "93cf597c4ce94ceea2246c00b8321e98"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.729154   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:35.756680   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:35.757990   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:35.759527   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:35.761950   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:35.762199   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.762444   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:35.762626   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.808802   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42881
I20260608 12:40:35.808967  6882 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42881 every 8 connection(s)
I20260608 12:40:35.814119   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:35.822827  6886 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:35.823535  6887 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:35.826702   431 server_base.cc:1061] running on GCE node
W20260608 12:40:35.827505  6890 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:35.828706   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:35.828660  6883 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43903
W20260608 12:40:35.829134   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:35.829319  6883 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:35.829346   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922435829329 us; error 0 us; skew 500 ppm
I20260608 12:40:35.830293   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:35.830346  6883 heartbeater.cc:507] Master 127.0.107.254:43903 requested a full tablet report, sending...
I20260608 12:40:35.832685  6681 ts_manager.cc:194] Registered new tserver with Master: 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:35.833461   431 webserver.cc:533] Webserver started at http://127.0.107.195:37239/ using document root <none> and password file <none>
I20260608 12:40:35.834024   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:35.834220   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:35.834308  6681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35800
I20260608 12:40:35.834499   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:35.836093   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "95cfda71909c41e786b4d5493621d80c"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.840874   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:35.844543  6894 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.845422   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:35.845790   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "95cfda71909c41e786b4d5493621d80c"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-mnll"
I20260608 12:40:35.846046   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:35.866868   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:35.868203   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:35.869679   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:35.872006   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:35.872246   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.872489   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:35.872690   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.915216   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41685
I20260608 12:40:35.915375  6956 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41685 every 8 connection(s)
I20260608 12:40:35.930588  6957 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43903
I20260608 12:40:35.931183  6957 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:35.932052  6957 heartbeater.cc:507] Master 127.0.107.254:43903 requested a full tablet report, sending...
I20260608 12:40:35.935030  6681 ts_manager.cc:194] Registered new tserver with Master: 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:35.936023   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017328045s
I20260608 12:40:35.937079  6681 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35810
I20260608 12:40:36.722033  6808 heartbeater.cc:499] Master 127.0.107.254:43903 was elected leader, sending a full tablet report...
I20260608 12:40:36.837414  6883 heartbeater.cc:499] Master 127.0.107.254:43903 was elected leader, sending a full tablet report...
I20260608 12:40:36.940233  6957 heartbeater.cc:499] Master 127.0.107.254:43903 was elected leader, sending a full tablet report...
I20260608 12:40:36.998476  6681 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35824:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:37.001359  6681 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:37.078328  6772 tablet_service.cc:1511] Processing CreateTablet for tablet 363b95db08264164b83c576d592ba8ec (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:37.078351  6773 tablet_service.cc:1511] Processing CreateTablet for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:37.080636  6772 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 363b95db08264164b83c576d592ba8ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.081447  6773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.089716  6922 tablet_service.cc:1511] Processing CreateTablet for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:37.091372  6922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.093812  6848 tablet_service.cc:1511] Processing CreateTablet for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:37.095515  6848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.097355  6921 tablet_service.cc:1511] Processing CreateTablet for tablet 363b95db08264164b83c576d592ba8ec (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:37.098886  6921 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 363b95db08264164b83c576d592ba8ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.098608  6920 tablet_service.cc:1511] Processing CreateTablet for tablet c6d12d376e6945eeae3bdf2603c657cd (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:37.100085  6920 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6d12d376e6945eeae3bdf2603c657cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.110854  6847 tablet_service.cc:1511] Processing CreateTablet for tablet 363b95db08264164b83c576d592ba8ec (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:37.112391  6847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 363b95db08264164b83c576d592ba8ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.167013  6771 tablet_service.cc:1511] Processing CreateTablet for tablet c6d12d376e6945eeae3bdf2603c657cd (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:37.167268  6919 tablet_service.cc:1511] Processing CreateTablet for tablet 484ab98f1dbe420ba3fbe990cf121c3c (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:37.168773  6771 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6d12d376e6945eeae3bdf2603c657cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.169402  6919 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484ab98f1dbe420ba3fbe990cf121c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.172711  6978 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: Bootstrap starting.
I20260608 12:40:37.184319  6846 tablet_service.cc:1511] Processing CreateTablet for tablet c6d12d376e6945eeae3bdf2603c657cd (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:37.186062  6846 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6d12d376e6945eeae3bdf2603c657cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.189368  6978 tablet_bootstrap.cc:654] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.192996  6979 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: Bootstrap starting.
I20260608 12:40:37.197656  6773 tablet_service.cc:1511] Processing CreateTablet for tablet 484ab98f1dbe420ba3fbe990cf121c3c (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:37.197816  6845 tablet_service.cc:1511] Processing CreateTablet for tablet 484ab98f1dbe420ba3fbe990cf121c3c (DEFAULT_TABLE table=test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:37.199092  6773 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484ab98f1dbe420ba3fbe990cf121c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.199330  6845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484ab98f1dbe420ba3fbe990cf121c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:37.201737  6979 tablet_bootstrap.cc:654] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.221247  6979 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: No bootstrap required, opened a new log
I20260608 12:40:37.221917  6979 ts_tablet_manager.cc:1403] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: Time spent bootstrapping tablet: real 0.029s	user 0.017s	sys 0.004s
I20260608 12:40:37.227593  6979 raft_consensus.cc:359] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.228644  6979 raft_consensus.cc:385] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.228946  6979 raft_consensus.cc:740] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.229763  6979 consensus_queue.cc:260] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.233740  6978 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: No bootstrap required, opened a new log
I20260608 12:40:37.234336  6978 ts_tablet_manager.cc:1403] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: Time spent bootstrapping tablet: real 0.062s	user 0.011s	sys 0.010s
I20260608 12:40:37.238204  6978 raft_consensus.cc:359] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.241282  6978 raft_consensus.cc:385] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.241618  6978 raft_consensus.cc:740] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad067bf2b2a740bfb888cbcd726f8197, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.242390  6978 consensus_queue.cc:260] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.240459  6982 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: Bootstrap starting.
I20260608 12:40:37.249747  6979 ts_tablet_manager.cc:1434] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: Time spent starting tablet: real 0.027s	user 0.009s	sys 0.012s
I20260608 12:40:37.250068  6978 ts_tablet_manager.cc:1434] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.002s
I20260608 12:40:37.252732  6979 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: Bootstrap starting.
I20260608 12:40:37.252972  6978 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: Bootstrap starting.
I20260608 12:40:37.251276  6982 tablet_bootstrap.cc:654] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.260232  6978 tablet_bootstrap.cc:654] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.261438  6979 tablet_bootstrap.cc:654] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.274752  6979 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: No bootstrap required, opened a new log
I20260608 12:40:37.275180  6978 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: No bootstrap required, opened a new log
I20260608 12:40:37.275429  6979 ts_tablet_manager.cc:1403] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.010s
I20260608 12:40:37.276067  6978 ts_tablet_manager.cc:1403] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.007s
I20260608 12:40:37.278504  6982 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: No bootstrap required, opened a new log
I20260608 12:40:37.279040  6982 ts_tablet_manager.cc:1403] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.017s
I20260608 12:40:37.278715  6979 raft_consensus.cc:359] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.279474  6979 raft_consensus.cc:385] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.279356  6978 raft_consensus.cc:359] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.279981  6979 raft_consensus.cc:740] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.280297  6978 raft_consensus.cc:385] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.280684  6978 raft_consensus.cc:740] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad067bf2b2a740bfb888cbcd726f8197, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.281002  6979 consensus_queue.cc:260] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.281519  6978 consensus_queue.cc:260] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.282388  6982 raft_consensus.cc:359] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.283181  6982 raft_consensus.cc:385] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.283522  6982 raft_consensus.cc:740] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93cf597c4ce94ceea2246c00b8321e98, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.283568  6979 ts_tablet_manager.cc:1434] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.003s
I20260608 12:40:37.284559  6982 consensus_queue.cc:260] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.285522  6979 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: Bootstrap starting.
I20260608 12:40:37.285802  6978 ts_tablet_manager.cc:1434] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 12:40:37.287166  6978 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Bootstrap starting.
I20260608 12:40:37.294606  6979 tablet_bootstrap.cc:654] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.296797  6978 tablet_bootstrap.cc:654] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.307071  6979 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: No bootstrap required, opened a new log
I20260608 12:40:37.307711  6979 ts_tablet_manager.cc:1403] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.013s
I20260608 12:40:37.311290  6978 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: No bootstrap required, opened a new log
I20260608 12:40:37.311178  6979 raft_consensus.cc:359] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.312170  6979 raft_consensus.cc:385] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.312196  6978 ts_tablet_manager.cc:1403] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260608 12:40:37.312597  6979 raft_consensus.cc:740] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.313767  6979 consensus_queue.cc:260] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.316435  6979 ts_tablet_manager.cc:1434] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260608 12:40:37.317480  6979 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: Bootstrap starting.
I20260608 12:40:37.316913  6978 raft_consensus.cc:359] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.318107  6978 raft_consensus.cc:385] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.318639  6978 raft_consensus.cc:740] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad067bf2b2a740bfb888cbcd726f8197, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.319758  6978 consensus_queue.cc:260] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.324220  6978 ts_tablet_manager.cc:1434] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 12:40:37.325538  6979 tablet_bootstrap.cc:654] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.325820  6978 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: Bootstrap starting.
I20260608 12:40:37.335955  6978 tablet_bootstrap.cc:654] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.348783  6982 ts_tablet_manager.cc:1434] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: Time spent starting tablet: real 0.069s	user 0.024s	sys 0.047s
I20260608 12:40:37.349542  6978 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: No bootstrap required, opened a new log
I20260608 12:40:37.350067  6978 ts_tablet_manager.cc:1403] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.006s
I20260608 12:40:37.354523  6982 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: Bootstrap starting.
I20260608 12:40:37.353483  6978 raft_consensus.cc:359] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.355594  6978 raft_consensus.cc:385] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.356003  6978 raft_consensus.cc:740] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ad067bf2b2a740bfb888cbcd726f8197, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.357007  6978 consensus_queue.cc:260] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.357762  6979 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: No bootstrap required, opened a new log
I20260608 12:40:37.358397  6979 ts_tablet_manager.cc:1403] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: Time spent bootstrapping tablet: real 0.041s	user 0.018s	sys 0.015s
I20260608 12:40:37.359809  6978 ts_tablet_manager.cc:1434] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.006s
I20260608 12:40:37.361774  6979 raft_consensus.cc:359] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.362617  6979 raft_consensus.cc:385] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.362975  6979 raft_consensus.cc:740] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.363867  6979 consensus_queue.cc:260] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.366209  6979 ts_tablet_manager.cc:1434] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260608 12:40:37.366649  6982 tablet_bootstrap.cc:654] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.371937  6982 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: No bootstrap required, opened a new log
I20260608 12:40:37.372375  6982 ts_tablet_manager.cc:1403] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: Time spent bootstrapping tablet: real 0.018s	user 0.012s	sys 0.000s
I20260608 12:40:37.374646  6982 raft_consensus.cc:359] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.375180  6982 raft_consensus.cc:385] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.375438  6982 raft_consensus.cc:740] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93cf597c4ce94ceea2246c00b8321e98, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.376117  6982 consensus_queue.cc:260] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.378122  6982 ts_tablet_manager.cc:1434] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:37.379058  6982 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: Bootstrap starting.
I20260608 12:40:37.384315  6982 tablet_bootstrap.cc:654] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.386416  6983 raft_consensus.cc:493] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:37.387104  6983 raft_consensus.cc:515] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.389556  6982 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: No bootstrap required, opened a new log
I20260608 12:40:37.390077  6982 ts_tablet_manager.cc:1403] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: Time spent bootstrapping tablet: real 0.011s	user 0.009s	sys 0.000s
I20260608 12:40:37.390105  6983 leader_election.cc:290] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:37.395128  6982 raft_consensus.cc:359] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.395821  6982 raft_consensus.cc:385] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.396142  6982 raft_consensus.cc:740] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93cf597c4ce94ceea2246c00b8321e98, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.397212  6982 consensus_queue.cc:260] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.399565  6982 ts_tablet_manager.cc:1434] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:40:37.400674  6982 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: Bootstrap starting.
I20260608 12:40:37.404480  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "363b95db08264164b83c576d592ba8ec" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197" is_pre_election: true
I20260608 12:40:37.405414  6783 raft_consensus.cc:2468] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 0.
I20260608 12:40:37.405733  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "363b95db08264164b83c576d592ba8ec" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98" is_pre_election: true
I20260608 12:40:37.406486  6858 raft_consensus.cc:2468] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 0.
I20260608 12:40:37.407049  6895 leader_election.cc:304] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95cfda71909c41e786b4d5493621d80c, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.407912  6983 raft_consensus.cc:2804] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:37.408272  6983 raft_consensus.cc:493] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:37.408623  6983 raft_consensus.cc:3060] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.408898  6982 tablet_bootstrap.cc:654] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:37.414208  6982 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: No bootstrap required, opened a new log
I20260608 12:40:37.414618  6982 ts_tablet_manager.cc:1403] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260608 12:40:37.415462  6983 raft_consensus.cc:515] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.416953  6982 raft_consensus.cc:359] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.417729  6982 raft_consensus.cc:385] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:37.417297  6983 leader_election.cc:290] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 election: Requested vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:37.418000  6982 raft_consensus.cc:740] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93cf597c4ce94ceea2246c00b8321e98, State: Initialized, Role: FOLLOWER
I20260608 12:40:37.418025  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "363b95db08264164b83c576d592ba8ec" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197"
I20260608 12:40:37.418311  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "363b95db08264164b83c576d592ba8ec" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98"
I20260608 12:40:37.418944  6783 raft_consensus.cc:3060] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.418983  6858 raft_consensus.cc:3060] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.419348  6982 consensus_queue.cc:260] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.421684  6982 ts_tablet_manager.cc:1434] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:40:37.427030  6858 raft_consensus.cc:2468] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 1.
I20260608 12:40:37.428252  6895 leader_election.cc:304] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, 95cfda71909c41e786b4d5493621d80c; no voters: 
I20260608 12:40:37.429090  6983 raft_consensus.cc:2804] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:37.429227  6783 raft_consensus.cc:2468] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 1.
I20260608 12:40:37.430691  6983 raft_consensus.cc:697] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Becoming Leader. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Running, Role: LEADER
I20260608 12:40:37.432016  6983 consensus_queue.cc:237] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.441345  6988 raft_consensus.cc:493] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:37.442046  6988 raft_consensus.cc:515] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.441644  6679 catalog_manager.cc:5696] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c reported cstate change: term changed from 0 to 1, leader changed from <none> to 95cfda71909c41e786b4d5493621d80c (127.0.107.195). New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:37.445472  6988 leader_election.cc:290] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:37.459558  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484ab98f1dbe420ba3fbe990cf121c3c" candidate_uuid: "93cf597c4ce94ceea2246c00b8321e98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197" is_pre_election: true
I20260608 12:40:37.460448  6783 raft_consensus.cc:2468] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93cf597c4ce94ceea2246c00b8321e98 in term 0.
I20260608 12:40:37.461472  6932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484ab98f1dbe420ba3fbe990cf121c3c" candidate_uuid: "93cf597c4ce94ceea2246c00b8321e98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95cfda71909c41e786b4d5493621d80c" is_pre_election: true
I20260608 12:40:37.461884  6821 leader_election.cc:304] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.462347  6932 raft_consensus.cc:2468] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 93cf597c4ce94ceea2246c00b8321e98 in term 0.
I20260608 12:40:37.462942  6988 raft_consensus.cc:2804] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:37.463281  6988 raft_consensus.cc:493] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:37.463570  6988 raft_consensus.cc:3060] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.468674  6988 raft_consensus.cc:515] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.470425  6988 leader_election.cc:290] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [CANDIDATE]: Term 1 election: Requested vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:37.471400  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484ab98f1dbe420ba3fbe990cf121c3c" candidate_uuid: "93cf597c4ce94ceea2246c00b8321e98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197"
I20260608 12:40:37.471712  6932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484ab98f1dbe420ba3fbe990cf121c3c" candidate_uuid: "93cf597c4ce94ceea2246c00b8321e98" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95cfda71909c41e786b4d5493621d80c"
I20260608 12:40:37.472080  6783 raft_consensus.cc:3060] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.472308  6932 raft_consensus.cc:3060] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.477382  6783 raft_consensus.cc:2468] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93cf597c4ce94ceea2246c00b8321e98 in term 1.
I20260608 12:40:37.477599  6932 raft_consensus.cc:2468] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 93cf597c4ce94ceea2246c00b8321e98 in term 1.
I20260608 12:40:37.478744  6821 leader_election.cc:304] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.479519  6988 raft_consensus.cc:2804] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:37.480837  6988 raft_consensus.cc:697] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 LEADER]: Becoming Leader. State: Replica: 93cf597c4ce94ceea2246c00b8321e98, State: Running, Role: LEADER
I20260608 12:40:37.481743  6988 consensus_queue.cc:237] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.485584  6983 raft_consensus.cc:493] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:37.486126  6983 raft_consensus.cc:515] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.487973  6983 leader_election.cc:290] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:37.489264  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b80f2de8f394c3ebf1e31c0ee52fc79" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98" is_pre_election: true
I20260608 12:40:37.489264  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b80f2de8f394c3ebf1e31c0ee52fc79" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197" is_pre_election: true
I20260608 12:40:37.490240  6858 raft_consensus.cc:2468] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 0.
I20260608 12:40:37.490278  6783 raft_consensus.cc:2468] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 0.
I20260608 12:40:37.490765  6679 catalog_manager.cc:5696] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 reported cstate change: term changed from 0 to 1, leader changed from <none> to 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "93cf597c4ce94ceea2246c00b8321e98" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:37.491516  6895 leader_election.cc:304] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95cfda71909c41e786b4d5493621d80c, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.492302  6983 raft_consensus.cc:2804] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:37.492689  6983 raft_consensus.cc:493] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:37.493034  6983 raft_consensus.cc:3060] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.498895  6983 raft_consensus.cc:515] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.501001  6983 leader_election.cc:290] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 election: Requested vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:37.501955  6783 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b80f2de8f394c3ebf1e31c0ee52fc79" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ad067bf2b2a740bfb888cbcd726f8197"
I20260608 12:40:37.502210  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5b80f2de8f394c3ebf1e31c0ee52fc79" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98"
I20260608 12:40:37.502563  6783 raft_consensus.cc:3060] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.502816  6858 raft_consensus.cc:3060] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.507669  6783 raft_consensus.cc:2468] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 1.
I20260608 12:40:37.508502  6858 raft_consensus.cc:2468] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 1.
I20260608 12:40:37.508903  6895 leader_election.cc:304] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 95cfda71909c41e786b4d5493621d80c, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.509835  6983 raft_consensus.cc:2804] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:37.510248  6983 raft_consensus.cc:697] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Becoming Leader. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Running, Role: LEADER
I20260608 12:40:37.511078  6983 consensus_queue.cc:237] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } }
I20260608 12:40:37.518159  6679 catalog_manager.cc:5696] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c reported cstate change: term changed from 0 to 1, leader changed from <none> to 95cfda71909c41e786b4d5493621d80c (127.0.107.195). New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:37.521761  6729 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:37.677950  6984 raft_consensus.cc:493] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:37.678460  6984 raft_consensus.cc:515] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.680792  6984 leader_election.cc:290] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881), 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:37.692754  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "ad067bf2b2a740bfb888cbcd726f8197" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98" is_pre_election: true
I20260608 12:40:37.692806  6932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "ad067bf2b2a740bfb888cbcd726f8197" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95cfda71909c41e786b4d5493621d80c" is_pre_election: true
I20260608 12:40:37.693435  6858 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad067bf2b2a740bfb888cbcd726f8197 in term 0.
I20260608 12:40:37.693526  6932 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ad067bf2b2a740bfb888cbcd726f8197 in term 0.
I20260608 12:40:37.694619  6746 leader_election.cc:304] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.695349  6984 raft_consensus.cc:2804] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:37.695775  6984 raft_consensus.cc:493] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:37.696066  6984 raft_consensus.cc:3060] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.701233  6984 raft_consensus.cc:515] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.702879  6984 leader_election.cc:290] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [CANDIDATE]: Term 1 election: Requested vote from peers 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881), 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:37.704034  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "ad067bf2b2a740bfb888cbcd726f8197" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98"
I20260608 12:40:37.704033  6932 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "ad067bf2b2a740bfb888cbcd726f8197" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95cfda71909c41e786b4d5493621d80c"
I20260608 12:40:37.704938  6858 raft_consensus.cc:3060] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.704990  6932 raft_consensus.cc:3060] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.711781  6932 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad067bf2b2a740bfb888cbcd726f8197 in term 1.
I20260608 12:40:37.711781  6858 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ad067bf2b2a740bfb888cbcd726f8197 in term 1.
I20260608 12:40:37.713241  6746 leader_election.cc:304] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, ad067bf2b2a740bfb888cbcd726f8197; no voters: 
I20260608 12:40:37.713995  6984 raft_consensus.cc:2804] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:37.714903  6984 raft_consensus.cc:697] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 LEADER]: Becoming Leader. State: Replica: ad067bf2b2a740bfb888cbcd726f8197, State: Running, Role: LEADER
I20260608 12:40:37.715579  6984 consensus_queue.cc:237] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:37.723107  6679 catalog_manager.cc:5696] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 reported cstate change: term changed from 0 to 1, leader changed from <none> to ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ad067bf2b2a740bfb888cbcd726f8197" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:37.734529   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:37.760100   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:37.761147   431 tablet_replica.cc:333] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: stopping tablet replica
I20260608 12:40:37.761781   431 raft_consensus.cc:2243] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:37.762424   431 pending_rounds.cc:70] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Trying to abort 1 pending ops.
I20260608 12:40:37.762657   431 pending_rounds.cc:77] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658304890191872 op_type: NO_OP noop_request { }
I20260608 12:40:37.763137   431 raft_consensus.cc:2889] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:37.763558   431 raft_consensus.cc:2272] T c6d12d376e6945eeae3bdf2603c657cd P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.766230   431 tablet_replica.cc:333] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197: stopping tablet replica
I20260608 12:40:37.766739   431 raft_consensus.cc:2243] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.767071   431 raft_consensus.cc:2272] T 484ab98f1dbe420ba3fbe990cf121c3c P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.768909   431 tablet_replica.cc:333] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197: stopping tablet replica
I20260608 12:40:37.769366   431 raft_consensus.cc:2243] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.769675   431 raft_consensus.cc:2272] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.771643   431 tablet_replica.cc:333] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197: stopping tablet replica
I20260608 12:40:37.772158   431 raft_consensus.cc:2243] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:37.772563   431 raft_consensus.cc:2272] T 363b95db08264164b83c576d592ba8ec P ad067bf2b2a740bfb888cbcd726f8197 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:37.796366   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:37.858704  6983 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:37.880762  6895 consensus_peers.cc:597] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:37.881848  6821 consensus_peers.cc:597] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:37.910238  6895 consensus_peers.cc:597] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.056581  6988 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:38.066351  7011 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:38.816447   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:38.819922  7011 consensus_queue.cc:579] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.308s)
W20260608 12:40:38.824239  7021 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:38.827567  7022 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:38.832177  7025 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:38.832860   431 server_base.cc:1061] running on GCE node
W20260608 12:40:38.832991  6680 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 with cas_config_opid_index -1: no extra replica candidate found for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 (table test-workload [id=29c46881769d4713ac28ab55a5d9d1f2]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260608 12:40:38.834811   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:38.835116   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:38.835335   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922438835316 us; error 0 us; skew 500 ppm
I20260608 12:40:38.836086   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:38.839004   431 webserver.cc:533] Webserver started at http://127.0.107.196:38361/ using document root <none> and password file <none>
I20260608 12:40:38.839530   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:38.839761   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:38.840101   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:38.841252   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "fc8bce69748648fda834cd1e62015ade"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-mnll"
I20260608 12:40:38.846160   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:38.850199  7030 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.851364   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:38.851679   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "fc8bce69748648fda834cd1e62015ade"
format_stamp: "Formatted at 2026-06-08 12:40:38 on dist-test-slave-mnll"
I20260608 12:40:38.852201   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:38.863531  7011 consensus_queue.cc:579] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.430s)
I20260608 12:40:38.875046   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:38.876411   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:38.877842   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:38.880187   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:38.880414   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.880676   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:38.880862   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:38.907359  7018 consensus_queue.cc:579] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.424s)
I20260608 12:40:38.939481   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41187
I20260608 12:40:38.939625  7096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41187 every 8 connection(s)
I20260608 12:40:38.963665  7097 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43903
I20260608 12:40:38.964282  7097 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:38.965097  7097 heartbeater.cc:507] Master 127.0.107.254:43903 requested a full tablet report, sending...
I20260608 12:40:38.967401  6680 ts_manager.cc:194] Registered new tserver with Master: fc8bce69748648fda834cd1e62015ade (127.0.107.196:41187)
I20260608 12:40:38.969050  6680 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35834
I20260608 12:40:38.987202  6932 consensus_queue.cc:237] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:38.995910  6857 raft_consensus.cc:1275] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:38.998178  7023 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:40:38.999473  6895 consensus_peers.cc:597] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:39.007161  6898 consensus_peers.cc:597] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c -> Peer fc8bce69748648fda834cd1e62015ade (127.0.107.196:41187): Couldn't send request to peer fc8bce69748648fda834cd1e62015ade. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 363b95db08264164b83c576d592ba8ec. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:39.007421  7011 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:39.009126  6932 consensus_queue.cc:237] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.008879  6857 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
W20260608 12:40:39.016968  6898 consensus_peers.cc:597] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c -> Peer fc8bce69748648fda834cd1e62015ade (127.0.107.196:41187): Couldn't send request to peer fc8bce69748648fda834cd1e62015ade. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5b80f2de8f394c3ebf1e31c0ee52fc79. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:39.017472  6858 raft_consensus.cc:1275] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:39.017823  6666 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 363b95db08264164b83c576d592ba8ec with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 3)
I20260608 12:40:39.019218  7023 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:39.024595  6895 consensus_peers.cc:597] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:39.024178  6680 catalog_manager.cc:5696] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:39.027971  7023 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:39.029896  6858 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:39.039543  6666 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260608 12:40:39.046383  6680 catalog_manager.cc:5696] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 reported cstate change: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:39.053202  6858 consensus_queue.cc:237] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.062500  6932 raft_consensus.cc:1275] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Refusing update from remote peer 93cf597c4ce94ceea2246c00b8321e98: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:40:39.064236  7068 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:39.066627  6821 consensus_peers.cc:597] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:39.070762  7070 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
W20260608 12:40:39.072407  6824 consensus_peers.cc:597] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 -> Peer fc8bce69748648fda834cd1e62015ade (127.0.107.196:41187): Couldn't send request to peer fc8bce69748648fda834cd1e62015ade. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 484ab98f1dbe420ba3fbe990cf121c3c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:39.072664  6932 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:39.079447  6665 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 484ab98f1dbe420ba3fbe990cf121c3c with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 3)
I20260608 12:40:39.084450  6679 catalog_manager.cc:5696] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "93cf597c4ce94ceea2246c00b8321e98" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
W20260608 12:40:39.232467  6953 debug-util.cc:398] Leaking SignalData structure 0x7b08001b7c60 after lost signal to thread 434
W20260608 12:40:39.234928  6953 debug-util.cc:398] Leaking SignalData structure 0x7b08000909c0 after lost signal to thread 6882
W20260608 12:40:39.236029  6953 debug-util.cc:398] Leaking SignalData structure 0x7b080012ba80 after lost signal to thread 6956
I20260608 12:40:39.432014  7111 ts_tablet_manager.cc:933] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Initiating tablet copy from peer 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:39.434876  7111 tablet_copy_client.cc:323] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41685
I20260608 12:40:39.448171  6942 tablet_copy_service.cc:140] P 95cfda71909c41e786b4d5493621d80c: Received BeginTabletCopySession request for tablet 363b95db08264164b83c576d592ba8ec from peer fc8bce69748648fda834cd1e62015ade ({username='slave'} at 127.0.0.1:39246)
I20260608 12:40:39.448738  6942 tablet_copy_service.cc:161] P 95cfda71909c41e786b4d5493621d80c: Beginning new tablet copy session on tablet 363b95db08264164b83c576d592ba8ec from peer fc8bce69748648fda834cd1e62015ade at {username='slave'} at 127.0.0.1:39246: session id = fc8bce69748648fda834cd1e62015ade-363b95db08264164b83c576d592ba8ec
I20260608 12:40:39.454666  6942 tablet_copy_source_session.cc:215] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.458069  7111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 363b95db08264164b83c576d592ba8ec. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.471704  7111 tablet_copy_client.cc:806] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.472371  7111 tablet_copy_client.cc:670] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.476341  7111 tablet_copy_client.cc:538] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:39.482616  7111 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Bootstrap starting.
I20260608 12:40:39.497740  7111 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:39.498481  7111 tablet_bootstrap.cc:492] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Bootstrap complete.
I20260608 12:40:39.499053  7111 ts_tablet_manager.cc:1403] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 12:40:39.501346  7111 raft_consensus.cc:359] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.501965  7111 raft_consensus.cc:740] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fc8bce69748648fda834cd1e62015ade, State: Initialized, Role: LEARNER
I20260608 12:40:39.502518  7111 consensus_queue.cc:260] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.504810  7097 heartbeater.cc:499] Master 127.0.107.254:43903 was elected leader, sending a full tablet report...
I20260608 12:40:39.505012  7111 ts_tablet_manager.cc:1434] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 12:40:39.506935  6942 tablet_copy_service.cc:342] P 95cfda71909c41e786b4d5493621d80c: Request end of tablet copy session fc8bce69748648fda834cd1e62015ade-363b95db08264164b83c576d592ba8ec received from {username='slave'} at 127.0.0.1:39246
I20260608 12:40:39.507395  6942 tablet_copy_service.cc:434] P 95cfda71909c41e786b4d5493621d80c: ending tablet copy session fc8bce69748648fda834cd1e62015ade-363b95db08264164b83c576d592ba8ec on tablet 363b95db08264164b83c576d592ba8ec with peer fc8bce69748648fda834cd1e62015ade
W20260608 12:40:39.531180  6729 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver ad067bf2b2a740bfb888cbcd726f8197 not available for placement
I20260608 12:40:39.577291  7111 ts_tablet_manager.cc:933] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Initiating tablet copy from peer 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:39.578780  7118 ts_tablet_manager.cc:933] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Initiating tablet copy from peer 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:39.579380  7111 tablet_copy_client.cc:323] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41685
I20260608 12:40:39.580758  7118 tablet_copy_client.cc:323] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:42881
I20260608 12:40:39.581261  6942 tablet_copy_service.cc:140] P 95cfda71909c41e786b4d5493621d80c: Received BeginTabletCopySession request for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 from peer fc8bce69748648fda834cd1e62015ade ({username='slave'} at 127.0.0.1:39246)
I20260608 12:40:39.582000  6942 tablet_copy_service.cc:161] P 95cfda71909c41e786b4d5493621d80c: Beginning new tablet copy session on tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 from peer fc8bce69748648fda834cd1e62015ade at {username='slave'} at 127.0.0.1:39246: session id = fc8bce69748648fda834cd1e62015ade-5b80f2de8f394c3ebf1e31c0ee52fc79
I20260608 12:40:39.589148  6942 tablet_copy_source_session.cc:215] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.593961  7111 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.595230  6868 tablet_copy_service.cc:140] P 93cf597c4ce94ceea2246c00b8321e98: Received BeginTabletCopySession request for tablet 484ab98f1dbe420ba3fbe990cf121c3c from peer fc8bce69748648fda834cd1e62015ade ({username='slave'} at 127.0.0.1:41606)
I20260608 12:40:39.595832  6868 tablet_copy_service.cc:161] P 93cf597c4ce94ceea2246c00b8321e98: Beginning new tablet copy session on tablet 484ab98f1dbe420ba3fbe990cf121c3c from peer fc8bce69748648fda834cd1e62015ade at {username='slave'} at 127.0.0.1:41606: session id = fc8bce69748648fda834cd1e62015ade-484ab98f1dbe420ba3fbe990cf121c3c
I20260608 12:40:39.603888  6868 tablet_copy_source_session.cc:215] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:39.607733  7118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484ab98f1dbe420ba3fbe990cf121c3c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:39.611073  7111 tablet_copy_client.cc:806] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.611781  7111 tablet_copy_client.cc:670] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.617556  7111 tablet_copy_client.cc:538] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:39.626009  7118 tablet_copy_client.cc:806] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:39.626757  7118 tablet_copy_client.cc:670] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:39.630731  7111 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Bootstrap starting.
I20260608 12:40:39.631511  7118 tablet_copy_client.cc:538] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:39.642352  7118 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Bootstrap starting.
I20260608 12:40:39.654032  7111 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:39.655066  7111 tablet_bootstrap.cc:492] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Bootstrap complete.
I20260608 12:40:39.655869  7111 ts_tablet_manager.cc:1403] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.010s
I20260608 12:40:39.659080  7111 raft_consensus.cc:359] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.660084  7111 raft_consensus.cc:740] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fc8bce69748648fda834cd1e62015ade, State: Initialized, Role: LEARNER
I20260608 12:40:39.660810  7111 consensus_queue.cc:260] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.663254  7111 ts_tablet_manager.cc:1434] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:40:39.664218  7118 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:39.665136  7118 tablet_bootstrap.cc:492] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Bootstrap complete.
I20260608 12:40:39.665313  6942 tablet_copy_service.cc:342] P 95cfda71909c41e786b4d5493621d80c: Request end of tablet copy session fc8bce69748648fda834cd1e62015ade-5b80f2de8f394c3ebf1e31c0ee52fc79 received from {username='slave'} at 127.0.0.1:39246
I20260608 12:40:39.665843  6942 tablet_copy_service.cc:434] P 95cfda71909c41e786b4d5493621d80c: ending tablet copy session fc8bce69748648fda834cd1e62015ade-5b80f2de8f394c3ebf1e31c0ee52fc79 on tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 with peer fc8bce69748648fda834cd1e62015ade
I20260608 12:40:39.665961  7118 ts_tablet_manager.cc:1403] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Time spent bootstrapping tablet: real 0.024s	user 0.021s	sys 0.004s
I20260608 12:40:39.669306  7118 raft_consensus.cc:359] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.669974  7118 raft_consensus.cc:740] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: fc8bce69748648fda834cd1e62015ade, State: Initialized, Role: LEARNER
I20260608 12:40:39.670509  7118 consensus_queue.cc:260] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:39.672775  7118 ts_tablet_manager.cc:1434] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:40:39.674723  6868 tablet_copy_service.cc:342] P 93cf597c4ce94ceea2246c00b8321e98: Request end of tablet copy session fc8bce69748648fda834cd1e62015ade-484ab98f1dbe420ba3fbe990cf121c3c received from {username='slave'} at 127.0.0.1:41606
I20260608 12:40:39.675213  6868 tablet_copy_service.cc:434] P 93cf597c4ce94ceea2246c00b8321e98: ending tablet copy session fc8bce69748648fda834cd1e62015ade-484ab98f1dbe420ba3fbe990cf121c3c on tablet 484ab98f1dbe420ba3fbe990cf121c3c with peer fc8bce69748648fda834cd1e62015ade
I20260608 12:40:39.718286  7023 raft_consensus.cc:493] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:39.718884  7023 raft_consensus.cc:515] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:39.720850  7023 leader_election.cc:290] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:39.722869  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98" is_pre_election: true
I20260608 12:40:39.723626  6858 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 1.
I20260608 12:40:39.725016  6895 leader_election.cc:304] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, 95cfda71909c41e786b4d5493621d80c; no voters: 
W20260608 12:40:39.725921  6895 leader_election.cc:336] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:39.725926  7023 raft_consensus.cc:2804] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:40:39.726497  7023 raft_consensus.cc:493] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:39.726855  7023 raft_consensus.cc:3060] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.735069  7023 raft_consensus.cc:515] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:39.737476  7023 leader_election.cc:290] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 election: Requested vote from peers ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867), 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881)
I20260608 12:40:39.739303  6858 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6d12d376e6945eeae3bdf2603c657cd" candidate_uuid: "95cfda71909c41e786b4d5493621d80c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93cf597c4ce94ceea2246c00b8321e98"
I20260608 12:40:39.739897  6858 raft_consensus.cc:3060] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:40:39.741844  6895 leader_election.cc:336] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:39.745539  6858 raft_consensus.cc:2468] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 95cfda71909c41e786b4d5493621d80c in term 2.
I20260608 12:40:39.746663  6895 leader_election.cc:304] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 93cf597c4ce94ceea2246c00b8321e98, 95cfda71909c41e786b4d5493621d80c; no voters: ad067bf2b2a740bfb888cbcd726f8197
I20260608 12:40:39.747447  7023 raft_consensus.cc:2804] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:39.748709  7023 raft_consensus.cc:697] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 LEADER]: Becoming Leader. State: Replica: 95cfda71909c41e786b4d5493621d80c, State: Running, Role: LEADER
I20260608 12:40:39.749758  7023 consensus_queue.cc:237] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } }
I20260608 12:40:39.758813  6680 catalog_manager.cc:5696] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c reported cstate change: term changed from 1 to 2, leader changed from ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) to 95cfda71909c41e786b4d5493621d80c (127.0.107.195). New cstate: current_term: 2 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:39.835729  7069 raft_consensus.cc:1217] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:39.978917  7069 raft_consensus.cc:1217] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:40.076870  7131 consensus_queue.cc:579] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.066s)
I20260608 12:40:40.099205  7068 consensus_queue.cc:579] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.044s)
W20260608 12:40:40.140373  6895 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111) [suppressed 19 similar messages]
W20260608 12:40:40.143699  6895 consensus_peers.cc:597] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.153019  7126 consensus_queue.cc:579] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.164s)
I20260608 12:40:40.163556  7069 raft_consensus.cc:1217] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:40.257237  7126 raft_consensus.cc:1064] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: attempting to promote NON_VOTER fc8bce69748648fda834cd1e62015ade to VOTER
I20260608 12:40:40.260421  7126 consensus_queue.cc:237] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:40.270012  6858 raft_consensus.cc:1275] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.269861  7069 raft_consensus.cc:1275] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.272569  7135 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:40.273322  7126 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:40.274899  6895 consensus_peers.cc:597] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.283530  7135 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.285823  6858 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.293486  7069 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.295914  6679 catalog_manager.cc:5696] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:40.301496  6857 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:40:40.307659  7131 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:40.338984  6932 consensus_queue.cc:237] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:40.347983  7069 raft_consensus.cc:1275] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:40.348925  6857 raft_consensus.cc:1275] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:40.350521  7023 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:40.351456  7131 consensus_queue.cc:1048] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:40.359365  7131 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.363448  6857 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.366331  7069 raft_consensus.cc:2955] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.369486  6666 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 363b95db08264164b83c576d592ba8ec with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:40.373950  6679 catalog_manager.cc:5696] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260608 12:40:40.396051  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 363b95db08264164b83c576d592ba8ec: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:40.417078  7068 raft_consensus.cc:1064] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: attempting to promote NON_VOTER fc8bce69748648fda834cd1e62015ade to VOTER
I20260608 12:40:40.419152  7068 consensus_queue.cc:237] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:40.426476  6932 raft_consensus.cc:1275] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Refusing update from remote peer 93cf597c4ce94ceea2246c00b8321e98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.426735  7069 raft_consensus.cc:1275] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Refusing update from remote peer 93cf597c4ce94ceea2246c00b8321e98: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.428267  7133 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:40.429121  7132 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:40:40.430711  6821 consensus_peers.cc:597] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.439064  7133 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.444689  7069 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.453313  6932 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.457767  6680 catalog_manager.cc:5696] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade reported cstate change: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "93cf597c4ce94ceea2246c00b8321e98" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.475306  6857 consensus_queue.cc:237] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:40.480511  7069 raft_consensus.cc:1275] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Refusing update from remote peer 93cf597c4ce94ceea2246c00b8321e98: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:40.481010  6932 raft_consensus.cc:1275] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Refusing update from remote peer 93cf597c4ce94ceea2246c00b8321e98: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:40.482101  7068 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:40.482919  7133 consensus_queue.cc:1048] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [LEADER]: Connected to new peer: Peer: permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:40.490084  7132 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.493002  6932 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.496668  7069 raft_consensus.cc:2955] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.502846  6665 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 484ab98f1dbe420ba3fbe990cf121c3c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:40.508035  6679 catalog_manager.cc:5696] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "93cf597c4ce94ceea2246c00b8321e98" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
W20260608 12:40:40.533201  6729 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver ad067bf2b2a740bfb888cbcd726f8197 not available for placement
I20260608 12:40:40.561916  7023 raft_consensus.cc:1064] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: attempting to promote NON_VOTER fc8bce69748648fda834cd1e62015ade to VOTER
I20260608 12:40:40.564868  7023 consensus_queue.cc:237] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:40.584565  7069 raft_consensus.cc:1275] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 LEARNER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.586457  7126 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:40.589831  6895 consensus_peers.cc:597] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:40.651103  6857 raft_consensus.cc:1275] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:40:40.652856  7126 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:40.664853  7135 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.674402  6858 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:40.691740  7069 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.013290  6680 catalog_manager.cc:5696] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 reported cstate change: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.043303  6932 consensus_queue.cc:237] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:41.049777  7069 raft_consensus.cc:1275] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:41.051679  7131 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:41.054649  6858 raft_consensus.cc:1275] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:40:41.056588  7131 consensus_queue.cc:1048] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:41.060164  7126 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.063359  7067 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.067565  6858 raft_consensus.cc:2955] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.073405  6666 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:41.086423  6679 catalog_manager.cc:5696] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 reported cstate change: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:41.289943  7131 consensus_queue.cc:579] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.539s)
I20260608 12:40:41.301478  6932 consensus_queue.cc:237] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:41.307330  6858 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 12:40:41.308255  6898 consensus_peers.cc:597] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c -> Peer fc8bce69748648fda834cd1e62015ade (127.0.107.196:41187): Couldn't send request to peer fc8bce69748648fda834cd1e62015ade. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c6d12d376e6945eeae3bdf2603c657cd. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.309744  7131 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:40:41.311695  6895 consensus_peers.cc:597] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.316391  7126 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:41.318393  6858 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } } }
I20260608 12:40:41.325672  6666 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet c6d12d376e6945eeae3bdf2603c657cd with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:40:41.333639  6681 catalog_manager.cc:5696] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c reported cstate change: config changed from index -1 to 2, NON_VOTER fc8bce69748648fda834cd1e62015ade (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:41.530838  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 5b80f2de8f394c3ebf1e31c0ee52fc79: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
W20260608 12:40:41.537189  6729 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver ad067bf2b2a740bfb888cbcd726f8197 not available for placement
W20260608 12:40:41.763295  6879 debug-util.cc:398] Leaking SignalData structure 0x7b080027d5c0 after lost signal to thread 434
W20260608 12:40:41.764664  6879 debug-util.cc:398] Leaking SignalData structure 0x7b08001de820 after lost signal to thread 6715
W20260608 12:40:41.765872  6879 debug-util.cc:398] Leaking SignalData structure 0x7b080028cae0 after lost signal to thread 6882
W20260608 12:40:41.767167  6879 debug-util.cc:398] Leaking SignalData structure 0x7b080025ad20 after lost signal to thread 6956
W20260608 12:40:41.768275  6879 debug-util.cc:398] Leaking SignalData structure 0x7b08000dd900 after lost signal to thread 7096
I20260608 12:40:41.919991  7155 ts_tablet_manager.cc:933] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Initiating tablet copy from peer 95cfda71909c41e786b4d5493621d80c (127.0.107.195:41685)
I20260608 12:40:41.922155  7155 tablet_copy_client.cc:323] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41685
I20260608 12:40:41.924724  6942 tablet_copy_service.cc:140] P 95cfda71909c41e786b4d5493621d80c: Received BeginTabletCopySession request for tablet c6d12d376e6945eeae3bdf2603c657cd from peer fc8bce69748648fda834cd1e62015ade ({username='slave'} at 127.0.0.1:39246)
I20260608 12:40:41.925459  6942 tablet_copy_service.cc:161] P 95cfda71909c41e786b4d5493621d80c: Beginning new tablet copy session on tablet c6d12d376e6945eeae3bdf2603c657cd from peer fc8bce69748648fda834cd1e62015ade at {username='slave'} at 127.0.0.1:39246: session id = fc8bce69748648fda834cd1e62015ade-c6d12d376e6945eeae3bdf2603c657cd
I20260608 12:40:41.935385  6942 tablet_copy_source_session.cc:215] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.939325  7155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6d12d376e6945eeae3bdf2603c657cd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.959496  7155 tablet_copy_client.cc:806] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.960218  7155 tablet_copy_client.cc:670] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.964854  7155 tablet_copy_client.cc:538] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.975726  7155 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Bootstrap starting.
I20260608 12:40:41.999791  7155 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:42.000933  7155 tablet_bootstrap.cc:492] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Bootstrap complete.
I20260608 12:40:42.001912  7155 ts_tablet_manager.cc:1403] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Time spent bootstrapping tablet: real 0.026s	user 0.023s	sys 0.004s
I20260608 12:40:42.005271  7155 raft_consensus.cc:359] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:42.006186  7155 raft_consensus.cc:740] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: fc8bce69748648fda834cd1e62015ade, State: Initialized, Role: LEARNER
I20260608 12:40:42.006937  7155 consensus_queue.cc:260] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: true } }
I20260608 12:40:42.011647  7155 ts_tablet_manager.cc:1434] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260608 12:40:42.014506  6942 tablet_copy_service.cc:342] P 95cfda71909c41e786b4d5493621d80c: Request end of tablet copy session fc8bce69748648fda834cd1e62015ade-c6d12d376e6945eeae3bdf2603c657cd received from {username='slave'} at 127.0.0.1:39246
I20260608 12:40:42.015193  6942 tablet_copy_service.cc:434] P 95cfda71909c41e786b4d5493621d80c: ending tablet copy session fc8bce69748648fda834cd1e62015ade-c6d12d376e6945eeae3bdf2603c657cd on tablet c6d12d376e6945eeae3bdf2603c657cd with peer fc8bce69748648fda834cd1e62015ade
I20260608 12:40:42.431188  7067 raft_consensus.cc:1217] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
W20260608 12:40:42.542196  6729 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver ad067bf2b2a740bfb888cbcd726f8197 not available for placement
I20260608 12:40:42.550587  7161 consensus_queue.cc:579] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Leader has been unable to successfully communicate with peer ad067bf2b2a740bfb888cbcd726f8197 for more than 1 seconds (1.248s)
W20260608 12:40:42.907701  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 363b95db08264164b83c576d592ba8ec: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:43.046094  7161 raft_consensus.cc:1064] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: attempting to promote NON_VOTER fc8bce69748648fda834cd1e62015ade to VOTER
I20260608 12:40:43.049144  7161 consensus_queue.cc:237] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 0, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:43.058000  7067 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 LEARNER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:43.061110  6858 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:43.061468  7161 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:43.083213  7161 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:40:43.086553  6895 consensus_peers.cc:597] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c -> Peer ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): Couldn't send request to peer ad067bf2b2a740bfb888cbcd726f8197. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.092512  7159 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.096146  6858 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.109517  7067 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.115123  6680 catalog_manager.cc:5696] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 reported cstate change: config changed from index 2 to 3, fc8bce69748648fda834cd1e62015ade (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ad067bf2b2a740bfb888cbcd726f8197" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 36867 } } peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.162091  6932 consensus_queue.cc:237] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } }
I20260608 12:40:43.167954  7067 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:43.168591  6858 raft_consensus.cc:1275] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Refusing update from remote peer 95cfda71909c41e786b4d5493621d80c: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:40:43.170368  7161 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:43.172125  7159 consensus_queue.cc:1048] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [LEADER]: Connected to new peer: Peer: permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:43.178721  7169 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.180979  7067 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.189989  6857 raft_consensus.cc:2955] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
I20260608 12:40:43.200790  6666 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c6d12d376e6945eeae3bdf2603c657cd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:43.203774  6679 catalog_manager.cc:5696] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade reported cstate change: config changed from index 3 to 4, VOTER ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "95cfda71909c41e786b4d5493621d80c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "93cf597c4ce94ceea2246c00b8321e98" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42881 } } peers { permanent_uuid: "95cfda71909c41e786b4d5493621d80c" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41685 } } peers { permanent_uuid: "fc8bce69748648fda834cd1e62015ade" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41187 } attrs { promote: false } } }
W20260608 12:40:44.393599  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c6d12d376e6945eeae3bdf2603c657cd: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
W20260608 12:40:45.237479  6665 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111) [suppressed 44 similar messages]
W20260608 12:40:45.425293  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c6d12d376e6945eeae3bdf2603c657cd: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:46.009895   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:46.032353   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:46.033011   431 tablet_replica.cc:333] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98: stopping tablet replica
I20260608 12:40:46.033967   431 raft_consensus.cc:2243] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.034664   431 raft_consensus.cc:2272] T c6d12d376e6945eeae3bdf2603c657cd P 93cf597c4ce94ceea2246c00b8321e98 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.036751   431 tablet_replica.cc:333] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98: stopping tablet replica
I20260608 12:40:46.037293   431 raft_consensus.cc:2243] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.037858   431 raft_consensus.cc:2272] T 363b95db08264164b83c576d592ba8ec P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.039701   431 tablet_replica.cc:333] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98: stopping tablet replica
I20260608 12:40:46.040230   431 raft_consensus.cc:2243] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.040788   431 raft_consensus.cc:2272] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.042531   431 tablet_replica.cc:333] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98: stopping tablet replica
I20260608 12:40:46.043025   431 raft_consensus.cc:2243] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:46.043792   431 raft_consensus.cc:2272] T 484ab98f1dbe420ba3fbe990cf121c3c P 93cf597c4ce94ceea2246c00b8321e98 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.096882   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:40:46.109476  6895 consensus_peers.cc:597] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c -> Peer 93cf597c4ce94ceea2246c00b8321e98 (127.0.107.194:42881): Couldn't send request to peer 93cf597c4ce94ceea2246c00b8321e98. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:42881: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:46.112525   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:46.138415   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:46.139223   431 tablet_replica.cc:333] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c: stopping tablet replica
I20260608 12:40:46.139957   431 raft_consensus.cc:2243] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:46.140805   431 raft_consensus.cc:2272] T 363b95db08264164b83c576d592ba8ec P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.142804   431 tablet_replica.cc:333] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c: stopping tablet replica
I20260608 12:40:46.143352   431 raft_consensus.cc:2243] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.144007   431 raft_consensus.cc:2272] T 484ab98f1dbe420ba3fbe990cf121c3c P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.145810   431 tablet_replica.cc:333] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c: stopping tablet replica
I20260608 12:40:46.146338   431 raft_consensus.cc:2243] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:46.147104   431 raft_consensus.cc:2272] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P 95cfda71909c41e786b4d5493621d80c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.148984   431 tablet_replica.cc:333] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c: stopping tablet replica
I20260608 12:40:46.149487   431 raft_consensus.cc:2243] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:46.150241   431 raft_consensus.cc:2272] T c6d12d376e6945eeae3bdf2603c657cd P 95cfda71909c41e786b4d5493621d80c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.197120   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:46.211720   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:46.235509   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:46.236373   431 tablet_replica.cc:333] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade: stopping tablet replica
I20260608 12:40:46.237035   431 raft_consensus.cc:2243] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.237599   431 raft_consensus.cc:2272] T c6d12d376e6945eeae3bdf2603c657cd P fc8bce69748648fda834cd1e62015ade [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.239549   431 tablet_replica.cc:333] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade: stopping tablet replica
I20260608 12:40:46.240170   431 raft_consensus.cc:2243] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.240801   431 raft_consensus.cc:2272] T 484ab98f1dbe420ba3fbe990cf121c3c P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.242722   431 tablet_replica.cc:333] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade: stopping tablet replica
I20260608 12:40:46.243407   431 raft_consensus.cc:2243] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.244047   431 raft_consensus.cc:2272] T 5b80f2de8f394c3ebf1e31c0ee52fc79 P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.246174   431 tablet_replica.cc:333] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade: stopping tablet replica
I20260608 12:40:46.246685   431 raft_consensus.cc:2243] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:46.247221   431 raft_consensus.cc:2272] T 363b95db08264164b83c576d592ba8ec P fc8bce69748648fda834cd1e62015ade [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:46.270812   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:46.283381   431 master.cc:562] Master@127.0.107.254:43903 shutting down...
W20260608 12:40:47.518009  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet c6d12d376e6945eeae3bdf2603c657cd: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
W20260608 12:40:49.097116  6665 catalog_manager.cc:4754] TS ad067bf2b2a740bfb888cbcd726f8197 (127.0.107.193:36867): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 363b95db08264164b83c576d592ba8ec: Network error: Client connection negotiation failed: client connection to 127.0.107.193:36867: connect: Connection refused (error 111)
I20260608 12:40:49.920038   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:49.921099   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:49.921483   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8d549e1ba30a4399bd7d356117ca4c4d: stopping tablet replica
I20260608 12:40:49.949241   431 master.cc:584] Master@127.0.107.254:43903 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14615 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:40:49.999801   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45081
I20260608 12:40:50.001098   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.006805  7187 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.008203  7188 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.008555  7190 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.009269   431 server_base.cc:1061] running on GCE node
I20260608 12:40:50.010190   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.010371   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:50.010556   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450010534 us; error 0 us; skew 500 ppm
I20260608 12:40:50.011276   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.014762   431 webserver.cc:533] Webserver started at http://127.0.107.254:34879/ using document root <none> and password file <none>
I20260608 12:40:50.015578   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.015872   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.016561   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.017961   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "50b30d8089bf495984c09853e6529097"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.022809   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:50.026551  7195 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.027340   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:50.027644   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "50b30d8089bf495984c09853e6529097"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.027966   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:50.043922   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.045214   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.092234   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45081
I20260608 12:40:50.092387  7246 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45081 every 8 connection(s)
I20260608 12:40:50.097436  7247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:50.112186  7247 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097: Bootstrap starting.
I20260608 12:40:50.117317  7247 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:50.121833  7247 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097: No bootstrap required, opened a new log
I20260608 12:40:50.124281  7247 raft_consensus.cc:359] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER }
I20260608 12:40:50.124760  7247 raft_consensus.cc:385] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:50.124989  7247 raft_consensus.cc:740] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 50b30d8089bf495984c09853e6529097, State: Initialized, Role: FOLLOWER
I20260608 12:40:50.125732  7247 consensus_queue.cc:260] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER }
I20260608 12:40:50.126236  7247 raft_consensus.cc:399] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:50.126463  7247 raft_consensus.cc:493] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:50.126745  7247 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:50.131933  7247 raft_consensus.cc:515] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER }
I20260608 12:40:50.132509  7247 leader_election.cc:304] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 50b30d8089bf495984c09853e6529097; no voters: 
I20260608 12:40:50.133834  7247 leader_election.cc:290] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:50.134373  7250 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:50.135777  7250 raft_consensus.cc:697] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 1 LEADER]: Becoming Leader. State: Replica: 50b30d8089bf495984c09853e6529097, State: Running, Role: LEADER
I20260608 12:40:50.136664  7250 consensus_queue.cc:237] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER }
I20260608 12:40:50.137180  7247 sys_catalog.cc:565] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:50.143604  7252 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50b30d8089bf495984c09853e6529097. Latest consensus state: current_term: 1 leader_uuid: "50b30d8089bf495984c09853e6529097" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER } }
I20260608 12:40:50.144263  7252 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:50.145123  7251 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "50b30d8089bf495984c09853e6529097" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50b30d8089bf495984c09853e6529097" member_type: VOTER } }
I20260608 12:40:50.145819  7251 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:50.152689  7259 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:50.153411   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:50.158074  7259 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:50.167964  7259 catalog_manager.cc:1382] Generated new cluster ID: 5c77323840794a33a9975f103db5c425
I20260608 12:40:50.168293  7259 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:50.181541  7259 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:50.183048  7259 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:50.196539  7259 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097: Generated new TSK 0
I20260608 12:40:50.197245  7259 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:50.220742   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.228375  7268 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.228721  7269 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.230808  7271 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.231514   431 server_base.cc:1061] running on GCE node
I20260608 12:40:50.232585   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.232776   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:50.232975   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450232957 us; error 0 us; skew 500 ppm
I20260608 12:40:50.233632   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.236212   431 webserver.cc:533] Webserver started at http://127.0.107.193:38261/ using document root <none> and password file <none>
I20260608 12:40:50.236747   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.236956   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.237244   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.238564   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "3b071a438c3841338820ecf134e792fc"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.243851   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260608 12:40:50.248068  7276 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.248992   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:50.249439   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "3b071a438c3841338820ecf134e792fc"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.249748   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:50.284941   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.286268   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.288096   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:50.290585   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:50.290822   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.291079   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:50.291253   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.336447   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38941
I20260608 12:40:50.336565  7338 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38941 every 8 connection(s)
I20260608 12:40:50.342145   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.351150  7343 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.354549  7344 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.355960  7346 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.357116   431 server_base.cc:1061] running on GCE node
I20260608 12:40:50.358175   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:40:50.358207  7339 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
W20260608 12:40:50.358439   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:50.358706   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450358688 us; error 0 us; skew 500 ppm
I20260608 12:40:50.358753  7339 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.359422   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.359768  7339 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:40:50.362354   431 webserver.cc:533] Webserver started at http://127.0.107.194:39373/ using document root <none> and password file <none>
I20260608 12:40:50.362623  7212 ts_manager.cc:194] Registered new tserver with Master: 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:40:50.362959   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.363243   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.363536   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.364809  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53206
I20260608 12:40:50.364915   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "00898abd392f45e6bf7c2303e9c5b49e"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.370133   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.001s
I20260608 12:40:50.373929  7351 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.374926   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:50.375244   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "00898abd392f45e6bf7c2303e9c5b49e"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.375489   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:50.404508   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.405834   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.407263   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:50.409731   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:50.409932   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.410243   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:50.410385   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.459180   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46165
I20260608 12:40:50.459446  7413 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46165 every 8 connection(s)
I20260608 12:40:50.464707   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:50.472972  7417 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:50.474550  7418 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.476891   431 server_base.cc:1061] running on GCE node
W20260608 12:40:50.477537  7421 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:50.478510  7414 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:40:50.479023  7414 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.478994   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:50.479598   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:50.479892   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922450479872 us; error 0 us; skew 500 ppm
I20260608 12:40:50.480386  7414 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:40:50.480903   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:50.483258  7212 ts_manager.cc:194] Registered new tserver with Master: 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:40:50.484467   431 webserver.cc:533] Webserver started at http://127.0.107.195:41919/ using document root <none> and password file <none>
I20260608 12:40:50.485321   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:50.485603   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:50.485545  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53214
I20260608 12:40:50.486197   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:50.488116   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "19e0bf3873ef4f7db864101db259925a"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.493628   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:40:50.497668  7425 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.498538   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:50.498864   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "19e0bf3873ef4f7db864101db259925a"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:50.499122   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:50.517251   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:50.518608   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:50.520215   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:50.522667   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:50.522902   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.523213   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:50.523365   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:50.570425   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46553
I20260608 12:40:50.570509  7487 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46553 every 8 connection(s)
I20260608 12:40:50.585397  7488 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:40:50.585770  7488 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:50.586535  7488 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:40:50.588686  7212 ts_manager.cc:194] Registered new tserver with Master: 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:50.589005   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014903471s
I20260608 12:40:50.590768  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53226
I20260608 12:40:51.367797  7339 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:40:51.489348  7414 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:40:51.594129  7488 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:40:51.649626  7212 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:53236:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:40:51.652639  7212 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:40:51.730468  7452 tablet_service.cc:1511] Processing CreateTablet for tablet 6332ea082cc24c368a9d5d41f543d859 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:51.732246  7452 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6332ea082cc24c368a9d5d41f543d859. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.732671  7453 tablet_service.cc:1511] Processing CreateTablet for tablet a617fa47b73b46948181d81519311633 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:51.732916  7303 tablet_service.cc:1511] Processing CreateTablet for tablet 6332ea082cc24c368a9d5d41f543d859 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:51.734131  7453 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a617fa47b73b46948181d81519311633. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.734201  7303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6332ea082cc24c368a9d5d41f543d859. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.735924  7302 tablet_service.cc:1511] Processing CreateTablet for tablet c6dcb4e4edb84d098637a4dffdb85eb1 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:51.737665  7302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6dcb4e4edb84d098637a4dffdb85eb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.737892  7304 tablet_service.cc:1511] Processing CreateTablet for tablet a617fa47b73b46948181d81519311633 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:51.739784  7304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a617fa47b73b46948181d81519311633. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.754972  7451 tablet_service.cc:1511] Processing CreateTablet for tablet c6dcb4e4edb84d098637a4dffdb85eb1 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:51.758148  7378 tablet_service.cc:1511] Processing CreateTablet for tablet 6332ea082cc24c368a9d5d41f543d859 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:40:51.759230  7379 tablet_service.cc:1511] Processing CreateTablet for tablet a617fa47b73b46948181d81519311633 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:40:51.759931  7378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6332ea082cc24c368a9d5d41f543d859. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.760838  7379 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a617fa47b73b46948181d81519311633. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.758148  7377 tablet_service.cc:1511] Processing CreateTablet for tablet c6dcb4e4edb84d098637a4dffdb85eb1 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:40:51.764811  7451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6dcb4e4edb84d098637a4dffdb85eb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.765599  7377 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6dcb4e4edb84d098637a4dffdb85eb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.794450  7304 tablet_service.cc:1511] Processing CreateTablet for tablet 47cb20b9f73943518de46e72b7f8f689 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:51.799206  7304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47cb20b9f73943518de46e72b7f8f689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.797386  7453 tablet_service.cc:1511] Processing CreateTablet for tablet 47cb20b9f73943518de46e72b7f8f689 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:51.797506  7376 tablet_service.cc:1511] Processing CreateTablet for tablet 47cb20b9f73943518de46e72b7f8f689 (DEFAULT_TABLE table=test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:40:51.802062  7376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47cb20b9f73943518de46e72b7f8f689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.808997  7453 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47cb20b9f73943518de46e72b7f8f689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:51.809232  7509 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:51.814685  7508 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:40:51.815265  7510 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:51.819123  7509 tablet_bootstrap.cc:654] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.827230  7510 tablet_bootstrap.cc:654] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.835606  7508 tablet_bootstrap.cc:654] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.845845  7510 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: No bootstrap required, opened a new log
I20260608 12:40:51.846774  7510 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.009s
I20260608 12:40:51.856453  7509 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: No bootstrap required, opened a new log
I20260608 12:40:51.857453  7509 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.049s	user 0.024s	sys 0.019s
I20260608 12:40:51.857774  7508 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: No bootstrap required, opened a new log
I20260608 12:40:51.858415  7508 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.044s	user 0.011s	sys 0.029s
I20260608 12:40:51.859934  7510 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.861228  7510 raft_consensus.cc:385] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.861619  7510 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.861866  7509 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.862419  7508 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.862841  7509 raft_consensus.cc:385] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.863303  7508 raft_consensus.cc:385] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.862774  7510 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.863557  7509 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.863812  7508 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.864737  7509 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.864974  7508 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.867955  7510 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.003s
I20260608 12:40:51.869294  7510 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:51.876799  7508 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.018s	user 0.013s	sys 0.004s
I20260608 12:40:51.878886  7510 tablet_bootstrap.cc:654] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.884562  7509 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.027s	user 0.014s	sys 0.011s
I20260608 12:40:51.886082  7509 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:51.888386  7508 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:40:51.888541  7510 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: No bootstrap required, opened a new log
I20260608 12:40:51.889204  7510 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.007s
I20260608 12:40:51.892910  7510 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.893925  7510 raft_consensus.cc:385] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.894294  7510 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.894354  7509 tablet_bootstrap.cc:654] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.896173  7514 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:51.896718  7514 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.901963  7514 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:51.902117  7508 tablet_bootstrap.cc:654] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.895321  7510 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.905978  7509 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: No bootstrap required, opened a new log
I20260608 12:40:51.906090  7510 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 12:40:51.906803  7509 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.000s
I20260608 12:40:51.907562  7510 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:51.910523  7509 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.911352  7509 raft_consensus.cc:385] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.911684  7509 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.919386  7508 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: No bootstrap required, opened a new log
I20260608 12:40:51.920154  7508 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.002s
I20260608 12:40:51.924043  7510 tablet_bootstrap.cc:654] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.923719  7508 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.923915  7509 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.924882  7508 raft_consensus.cc:385] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.925390  7508 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.926829  7509 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.020s	user 0.010s	sys 0.000s
I20260608 12:40:51.926512  7508 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.930511  7314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:40:51.931262  7314 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 0.
I20260608 12:40:51.932345  7509 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:51.937095  7510 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: No bootstrap required, opened a new log
I20260608 12:40:51.937712  7508 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.003s
I20260608 12:40:51.937799  7510 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.031s	user 0.005s	sys 0.015s
I20260608 12:40:51.941150  7509 tablet_bootstrap.cc:654] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.941704  7510 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.942612  7510 raft_consensus.cc:385] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.942993  7510 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.943962  7510 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.945354  7354 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:51.947956  7514 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:51.948468  7514 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:51.948941  7508 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:40:51.948915  7514 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.951490  7510 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:40:51.955098  7509 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: No bootstrap required, opened a new log
I20260608 12:40:51.955221  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:40:51.955780  7509 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.008s
I20260608 12:40:51.955935  7510 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:51.956133  7463 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 0.
I20260608 12:40:51.960008  7509 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.961020  7509 raft_consensus.cc:385] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.961478  7509 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.962635  7509 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:51.964587  7510 tablet_bootstrap.cc:654] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Neither blocks nor log segments found. Creating new log.
W20260608 12:40:51.965413  7415 tablet.cc:2404] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:51.969980  7514 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.965436  7509 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:40:51.973238  7509 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:51.973810  7314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc"
I20260608 12:40:51.974429  7314 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.975637  7508 tablet_bootstrap.cc:654] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.980988  7509 tablet_bootstrap.cc:654] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:51.982055  7510 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: No bootstrap required, opened a new log
I20260608 12:40:51.982604  7510 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.027s	user 0.010s	sys 0.007s
I20260608 12:40:51.983268  7314 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:40:51.985767  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:40:51.985972  7510 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.986393  7463 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:51.986721  7510 raft_consensus.cc:385] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:51.987076  7510 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:51.987957  7510 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:51.994974  7510 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.012s	user 0.013s	sys 0.000s
I20260608 12:40:51.995352  7514 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 election: Requested vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:51.996373  7509 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: No bootstrap required, opened a new log
I20260608 12:40:51.996912  7463 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:40:51.997118  7509 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.004s
I20260608 12:40:51.998517  7354 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:51.999553  7514 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:52.000924  7509 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.001746  7514 raft_consensus.cc:697] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: Becoming Leader. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Running, Role: LEADER
I20260608 12:40:52.001850  7509 raft_consensus.cc:385] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:52.002513  7509 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:52.002981  7514 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.003638  7509 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.004328  7508 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: No bootstrap required, opened a new log
I20260608 12:40:52.005155  7508 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.057s	user 0.022s	sys 0.012s
I20260608 12:40:52.007166  7509 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:40:52.008584  7508 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.009428  7508 raft_consensus.cc:385] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:52.009837  7508 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:40:52.010978  7508 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.013866  7212 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: term changed from 0 to 1, leader changed from <none> to 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.015264  7508 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:52.016409  7508 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:40:52.024423  7508 tablet_bootstrap.cc:654] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:52.029968  7508 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: No bootstrap required, opened a new log
I20260608 12:40:52.030405  7508 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:40:52.032673  7508 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.033188  7508 raft_consensus.cc:385] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:52.033466  7508 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:40:52.034157  7508 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.035987  7508 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:40:52.062445  7514 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.063024  7514 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.065218  7514 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:52.066007  7314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:40:52.066329  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:40:52.066984  7314 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 0.
I20260608 12:40:52.067094  7463 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 0.
I20260608 12:40:52.068131  7354 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:52.068885  7514 raft_consensus.cc:2804] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:52.069248  7514 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.069591  7514 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.076778  7514 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.079102  7514 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 election: Requested vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:52.080047  7314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc"
I20260608 12:40:52.080754  7314 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.080564  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:40:52.081478  7463 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.085755  7314 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:40:52.086186  7463 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:40:52.086894  7354 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:52.087607  7514 raft_consensus.cc:2804] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:52.088173  7514 raft_consensus.cc:697] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: Becoming Leader. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Running, Role: LEADER
I20260608 12:40:52.089036  7514 consensus_queue.cc:237] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.097453  7212 catalog_manager.cc:5696] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: term changed from 0 to 1, leader changed from <none> to 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.112284  7515 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.112881  7515 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:52.115415  7515 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:40:52.128961  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:40:52.129508  7389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:40:52.129647  7463 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 0.
I20260608 12:40:52.130195  7389 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 0.
I20260608 12:40:52.130879  7279 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:52.131646  7515 raft_consensus.cc:2804] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:52.132071  7515 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.132359  7515 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.137401  7515 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:52.139251  7515 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 election: Requested vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:40:52.140091  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:40:52.140375  7389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:40:52.140677  7463 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.141234  7389 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.148499  7463 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:40:52.148720  7389 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:40:52.149904  7279 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 
W20260608 12:40:52.150496  7260 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:52.150811  7515 raft_consensus.cc:2804] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:52.151813  7515 raft_consensus.cc:697] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: Becoming Leader. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:40:52.152757  7515 consensus_queue.cc:237] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:52.160795  7212 catalog_manager.cc:5696] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc reported cstate change: term changed from 0 to 1, leader changed from <none> to 3b071a438c3841338820ecf134e792fc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.194453  7515 raft_consensus.cc:493] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:52.195178  7515 raft_consensus.cc:515] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.198046  7515 leader_election.cc:290] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:52.198992  7389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:40:52.199666  7389 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 0.
I20260608 12:40:52.199839  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:40:52.200615  7463 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 0.
I20260608 12:40:52.200917  7278 leader_election.cc:304] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:52.201960  7515 raft_consensus.cc:2804] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:52.202380  7515 raft_consensus.cc:493] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:52.203076  7515 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.210108  7515 raft_consensus.cc:515] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.212182  7515 leader_election.cc:290] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 election: Requested vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:40:52.212973  7389 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:40:52.213270  7463 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:40:52.213613  7389 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.213836  7463 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:52.221037  7463 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:40:52.221037  7389 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:40:52.222445  7278 leader_election.cc:304] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:40:52.223338  7515 raft_consensus.cc:2804] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:52.223774  7515 raft_consensus.cc:697] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: Becoming Leader. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:40:52.224714  7515 consensus_queue.cc:237] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:52.233541  7212 catalog_manager.cc:5696] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc reported cstate change: term changed from 0 to 1, leader changed from <none> to 3b071a438c3841338820ecf134e792fc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:52.303483   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:52.327421   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:52.328418   431 tablet_replica.cc:333] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: stopping tablet replica
I20260608 12:40:52.329316   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:52.330294   431 pending_rounds.cc:70] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Trying to abort 1 pending ops.
I20260608 12:40:52.330557   431 pending_rounds.cc:77] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658364321701888 op_type: NO_OP noop_request { }
I20260608 12:40:52.330904   431 raft_consensus.cc:2889] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:52.331226   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.333995   431 tablet_replica.cc:333] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: stopping tablet replica
I20260608 12:40:52.334622   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:52.335336   431 pending_rounds.cc:70] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Trying to abort 1 pending ops.
I20260608 12:40:52.335661   431 pending_rounds.cc:77] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658364025765888 op_type: NO_OP noop_request { }
I20260608 12:40:52.336051   431 raft_consensus.cc:2889] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:52.336370   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.339205   431 tablet_replica.cc:333] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: stopping tablet replica
I20260608 12:40:52.339751   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.340221   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.342341   431 tablet_replica.cc:333] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: stopping tablet replica
I20260608 12:40:52.342865   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.343255   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.370111   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:52.384153   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:52.407974   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:52.409020   431 tablet_replica.cc:333] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: stopping tablet replica
I20260608 12:40:52.409641   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.410125   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.412410   431 tablet_replica.cc:333] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: stopping tablet replica
I20260608 12:40:52.412999   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.413421   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.415517   431 tablet_replica.cc:333] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: stopping tablet replica
I20260608 12:40:52.416154   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:52.416785   431 pending_rounds.cc:70] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Trying to abort 1 pending ops.
I20260608 12:40:52.417014   431 pending_rounds.cc:77] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658363764502528 op_type: NO_OP noop_request { }
I20260608 12:40:52.417315   431 raft_consensus.cc:2889] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:52.417616   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.419834   431 tablet_replica.cc:333] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: stopping tablet replica
I20260608 12:40:52.420528   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:52.421180   431 pending_rounds.cc:70] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Trying to abort 1 pending ops.
I20260608 12:40:52.421422   431 pending_rounds.cc:77] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658363417055232 op_type: NO_OP noop_request { }
I20260608 12:40:52.421715   431 raft_consensus.cc:2889] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:52.422031   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.445796   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:52.458802   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:52.477825   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:52.478825   431 tablet_replica.cc:333] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: stopping tablet replica
I20260608 12:40:52.479497   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.480036   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.482220   431 tablet_replica.cc:333] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: stopping tablet replica
I20260608 12:40:52.482815   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.483227   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.485287   431 tablet_replica.cc:333] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: stopping tablet replica
I20260608 12:40:52.485857   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.486261   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.488209   431 tablet_replica.cc:333] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: stopping tablet replica
I20260608 12:40:52.488730   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:52.489136   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:52.511487   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:52.526793   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:52.533600  7537 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:52.534545  7538 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:52.535656  7540 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:52.536046   431 server_base.cc:1061] running on GCE node
I20260608 12:40:52.537187   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:52.537513   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:52.537827   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922452537810 us; error 0 us; skew 500 ppm
I20260608 12:40:52.538549   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:52.541388   431 webserver.cc:533] Webserver started at http://127.0.107.196:34255/ using document root <none> and password file <none>
I20260608 12:40:52.542021   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:52.542320   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:52.542678   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:52.543941   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "f9439758a8dc4d86b718e1528cb8c799"
format_stamp: "Formatted at 2026-06-08 12:40:52 on dist-test-slave-mnll"
I20260608 12:40:52.549322   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 12:40:52.553334  7545 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:52.554332   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:52.554767   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "f9439758a8dc4d86b718e1528cb8c799"
format_stamp: "Formatted at 2026-06-08 12:40:52 on dist-test-slave-mnll"
I20260608 12:40:52.555177   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:52.568696   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:52.569867   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:52.571388   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:52.573860   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:52.574179   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:52.574522   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:52.574796   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:52.614898   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34373
I20260608 12:40:52.615063  7607 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34373 every 8 connection(s)
I20260608 12:40:52.630625  7608 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:40:52.631104  7608 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:52.631912  7608 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:40:52.633975  7212 ts_manager.cc:194] Registered new tserver with Master: f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196:34373)
I20260608 12:40:52.635423  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53246
W20260608 12:40:53.164888  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet c6dcb4e4edb84d098637a4dffdb85eb1: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:53.169013  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:53.173578  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38941: connect: Connection refused (error 111)
I20260608 12:40:53.638151  7608 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
W20260608 12:40:54.187557  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet c6dcb4e4edb84d098637a4dffdb85eb1: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:54.191735  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:54.195689  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38941: connect: Connection refused (error 111)
W20260608 12:40:55.229688  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:55.234061  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet c6dcb4e4edb84d098637a4dffdb85eb1: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:55.238426  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38941: connect: Connection refused (error 111)
W20260608 12:40:56.252350  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38941: connect: Connection refused (error 111)
W20260608 12:40:56.256415  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 47cb20b9f73943518de46e72b7f8f689: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38941: connect: Connection refused (error 111)
W20260608 12:40:56.260365  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46165: connect: Connection refused (error 111)
W20260608 12:40:57.263424  7260 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 19e0bf3873ef4f7db864101db259925a not available for placement
W20260608 12:40:58.265651  7260 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 19e0bf3873ef4f7db864101db259925a not available for placement
W20260608 12:40:59.267737  7260 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 19e0bf3873ef4f7db864101db259925a not available for placement
I20260608 12:40:59.653254   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:59.661271  7617 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:59.662355  7618 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:59.665598   431 server_base.cc:1061] running on GCE node
W20260608 12:40:59.666409  7620 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:59.669912   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:59.670207   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:59.670428   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922459670410 us; error 0 us; skew 500 ppm
I20260608 12:40:59.671193   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:59.674371   431 webserver.cc:533] Webserver started at http://127.0.107.193:38261/ using document root <none> and password file <none>
I20260608 12:40:59.674983   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:59.675209   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:40:59.679611   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:59.683267  7625 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:59.684252   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:59.684584   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "3b071a438c3841338820ecf134e792fc"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:59.685009   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:59.699270   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:59.700690   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:59.702247   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:59.705960  7632 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:40:59.727715   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:40:59.728084   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.023s	user 0.002s	sys 0.000s
I20260608 12:40:59.728389   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:40:59.734282  7632 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:59.744258   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:40:59.744596   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.016s	sys 0.000s
I20260608 12:40:59.748461  7632 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:59.749272  7632 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Bootstrap complete.
I20260608 12:40:59.749939  7632 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:40:59.752941  7632 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.753894  7632 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.754913  7632 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.758679  7632 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260608 12:40:59.759521  7632 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:59.774405  7632 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:40:59.775274  7632 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Bootstrap complete.
I20260608 12:40:59.775836  7632 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.000s
I20260608 12:40:59.778391  7632 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.779129  7632 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.779836  7632 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.781606  7632 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:59.782393  7632 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:59.797346  7632 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:40:59.798144  7632 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Bootstrap complete.
I20260608 12:40:59.798693  7632 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.007s
I20260608 12:40:59.801187  7632 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:59.802115  7632 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.802976  7632 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:40:59.805187  7632 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.003s
I20260608 12:40:59.806010  7632 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Bootstrap starting.
I20260608 12:40:59.811677   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38941
I20260608 12:40:59.811816  7692 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38941 every 8 connection(s)
I20260608 12:40:59.822083   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:40:59.830225  7632 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:59.831656  7632 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Bootstrap complete.
I20260608 12:40:59.832621  7632 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.010s
I20260608 12:40:59.837914  7632 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.838744  7632 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.839669  7632 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
W20260608 12:40:59.840533  7698 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:59.842842  7632 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
W20260608 12:40:59.843644  7699 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:59.846736   431 server_base.cc:1061] running on GCE node
W20260608 12:40:59.846863  7702 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:59.848232   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:59.848441   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:59.848693   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922459848674 us; error 0 us; skew 500 ppm
I20260608 12:40:59.849339   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:59.851575  7693 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:40:59.852170  7693 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:59.852347   431 webserver.cc:533] Webserver started at http://127.0.107.194:39373/ using document root <none> and password file <none>
I20260608 12:40:59.853144   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:59.853227  7693 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:40:59.853523   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:40:59.859236  7212 ts_manager.cc:194] Re-registered known tserver with Master: 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:40:59.859493   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:59.863746  7706 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:59.864671   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:59.865005   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "00898abd392f45e6bf7c2303e9c5b49e"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:40:59.865351   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:59.865862  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52328
I20260608 12:40:59.869411  7693 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:40:59.901081   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:59.902436   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:59.903964   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:59.933086   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:40:59.933446   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.027s	user 0.002s	sys 0.000s
I20260608 12:40:59.939297  7713 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:59.950703   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:40:59.950954   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.013s	sys 0.002s
I20260608 12:40:59.952941  7713 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:40:59.953768  7713 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap complete.
I20260608 12:40:59.954353  7713 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.015s	user 0.003s	sys 0.009s
I20260608 12:40:59.956565  7713 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.957325  7713 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.958038  7713 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.960944  7713 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.002s
I20260608 12:40:59.961745  7713 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:59.976508  7713 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:40:59.977480  7713 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap complete.
I20260608 12:40:59.978248  7713 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.007s
I20260608 12:40:59.980947  7713 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.981832  7713 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.982697  7713 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:40:59.984913  7713 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:40:59.985751  7713 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:40:59.999497  7713 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:00.000276  7713 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap complete.
I20260608 12:41:00.000890  7713 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 12:41:00.003593  7713 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:00.004261  7713 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.005028  7713 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:00.006980  7713 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:00.008181  7713 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap starting.
I20260608 12:41:00.014292   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46165
I20260608 12:41:00.014603  7773 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46165 every 8 connection(s)
I20260608 12:41:00.020179   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:00.026185  7713 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:00.027004  7713 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Bootstrap complete.
I20260608 12:41:00.027742  7713 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260608 12:41:00.031147  7713 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.032171  7713 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Initialized, Role: FOLLOWER
W20260608 12:41:00.031702  7779 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:00.033635  7713 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
W20260608 12:41:00.035984  7778 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:00.036461  7713 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:00.037528  7774 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:41:00.038090  7774 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:00.039325  7774 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
W20260608 12:41:00.039886  7781 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:00.040773   431 server_base.cc:1061] running on GCE node
I20260608 12:41:00.042191   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:00.042512   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:00.042774   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922460042750 us; error 0 us; skew 500 ppm
I20260608 12:41:00.043475   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:00.045513  7212 ts_manager.cc:194] Re-registered known tserver with Master: 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:41:00.046823   431 webserver.cc:533] Webserver started at http://127.0.107.195:41919/ using document root <none> and password file <none>
I20260608 12:41:00.047748   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:00.048022   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:00.051782  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52330
I20260608 12:41:00.052675   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 12:41:00.055500  7774 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:41:00.057953  7786 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:00.059028   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.005s	sys 0.000s
I20260608 12:41:00.059399   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "19e0bf3873ef4f7db864101db259925a"
format_stamp: "Formatted at 2026-06-08 12:40:50 on dist-test-slave-mnll"
I20260608 12:41:00.059762   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:00.071008   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:00.073094   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:00.075870   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:00.105590   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:41:00.105897   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.026s	user 0.002s	sys 0.000s
I20260608 12:41:00.110970  7793 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:41:00.122320   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:41:00.122763   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:41:00.124917  7793 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:00.125741  7793 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Bootstrap complete.
I20260608 12:41:00.126343  7793 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.016s	user 0.004s	sys 0.009s
I20260608 12:41:00.128754  7793 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.129295  7793 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.130244  7793 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.133500  7793 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:41:00.134688  7793 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:41:00.155237  7793 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:00.156378  7793 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Bootstrap complete.
I20260608 12:41:00.157428  7793 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.023s	user 0.017s	sys 0.004s
I20260608 12:41:00.161754  7793 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.162711  7793 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.164022  7793 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.166935  7793 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 12:41:00.168033  7793 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:41:00.184126   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46553
I20260608 12:41:00.184609  7852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46553 every 8 connection(s)
I20260608 12:41:00.188066  7793 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:00.189263  7793 tablet_bootstrap.cc:492] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Bootstrap complete.
I20260608 12:41:00.190173  7793 ts_tablet_manager.cc:1403] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.007s
I20260608 12:41:00.194476  7793 raft_consensus.cc:359] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:00.195299  7793 raft_consensus.cc:740] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.196226  7793 consensus_queue.cc:260] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:00.198990  7793 ts_tablet_manager.cc:1434] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:00.200209  7793 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Bootstrap starting.
I20260608 12:41:00.205273  7854 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45081
I20260608 12:41:00.206146  7854 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:00.207779  7854 heartbeater.cc:507] Master 127.0.107.254:45081 requested a full tablet report, sending...
I20260608 12:41:00.213088  7212 ts_manager.cc:194] Re-registered known tserver with Master: 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:00.214984  7793 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:00.216257  7793 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Bootstrap complete.
I20260608 12:41:00.217298  7793 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:41:00.218245  7212 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52340
I20260608 12:41:00.220193  7793 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.221006  7793 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 19e0bf3873ef4f7db864101db259925a, State: Initialized, Role: FOLLOWER
I20260608 12:41:00.222035  7854 heartbeater.cc:499] Master 127.0.107.254:45081 was elected leader, sending a full tablet report...
I20260608 12:41:00.222160  7793 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:00.224617  7793 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
W20260608 12:41:00.295130  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet c6dcb4e4edb84d098637a4dffdb85eb1: Illegal state: Replica 00898abd392f45e6bf7c2303e9c5b49e is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } }
W20260608 12:41:00.310614  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Illegal state: Replica 3b071a438c3841338820ecf134e792fc is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } }
W20260608 12:41:00.315491  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Illegal state: Replica 00898abd392f45e6bf7c2303e9c5b49e is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } }
I20260608 12:41:01.044448  7861 raft_consensus.cc:493] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.045162  7861 raft_consensus.cc:515] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.047760  7861 leader_election.cc:290] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.059561  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:41:01.060724  7748 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:41:01.061964  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.062316  7627 leader_election.cc:304] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:41:01.062922  7828 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:41:01.063400  7861 raft_consensus.cc:2804] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.063928  7861 raft_consensus.cc:493] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.064364  7861 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.070677  7861 raft_consensus.cc:515] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.072842  7861 leader_election.cc:290] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Requested vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.073700  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:41:01.074124  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47cb20b9f73943518de46e72b7f8f689" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.074827  7748 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.075186  7828 raft_consensus.cc:3060] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.084599  7748 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 2.
I20260608 12:41:01.084657  7828 raft_consensus.cc:2468] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 2.
I20260608 12:41:01.086683  7628 leader_election.cc:304] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:41:01.087729  7861 raft_consensus.cc:2804] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:01.089967  7861 raft_consensus.cc:697] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Becoming Leader. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:41:01.091255  7861 consensus_queue.cc:237] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.099623  7212 catalog_manager.cc:5696] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:01.126770  7872 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.127486  7872 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.128908  7861 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.129683  7861 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.130307  7872 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.133212  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:41:01.134461  7748 raft_consensus.cc:2410] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:01.135746  7861 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.136577  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.137441  7828 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:41:01.139070  7628 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 00898abd392f45e6bf7c2303e9c5b49e
I20260608 12:41:01.140256  7861 raft_consensus.cc:2804] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.140901  7861 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.141397  7861 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.147619  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:41:01.149765  7861 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.150261  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.151149  7667 raft_consensus.cc:2393] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 00898abd392f45e6bf7c2303e9c5b49e in current term 2: Already voted for candidate 3b071a438c3841338820ecf134e792fc in this term.
I20260608 12:41:01.151281  7828 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:41:01.152721  7861 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Requested vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.153350  7709 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a; no voters: 
I20260608 12:41:01.154358  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:41:01.154712  7872 raft_consensus.cc:2804] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.154904  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.155818  7872 raft_consensus.cc:493] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.156404  7827 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.156569  7872 raft_consensus.cc:3060] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.162683  7872 raft_consensus.cc:515] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.163166  7827 raft_consensus.cc:2468] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 2.
I20260608 12:41:01.164006  7748 raft_consensus.cc:2393] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc in current term 2: Already voted for candidate 00898abd392f45e6bf7c2303e9c5b49e in this term.
I20260608 12:41:01.164795  7628 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 
I20260608 12:41:01.166000  7861 raft_consensus.cc:2804] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:01.165818  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc"
I20260608 12:41:01.166771  7872 leader_election.cc:290] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 election: Requested vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.167512  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c6dcb4e4edb84d098637a4dffdb85eb1" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.167671  7861 raft_consensus.cc:697] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Becoming Leader. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:41:01.168874  7827 raft_consensus.cc:2393] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 00898abd392f45e6bf7c2303e9c5b49e in current term 2: Already voted for candidate 3b071a438c3841338820ecf134e792fc in this term.
I20260608 12:41:01.169379  7861 consensus_queue.cc:237] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.175001  7709 leader_election.cc:304] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e; no voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc
I20260608 12:41:01.176043  7872 raft_consensus.cc:2749] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:01.177783  7212 catalog_manager.cc:5696] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc reported cstate change: term changed from 1 to 2, leader changed from 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) to 3b071a438c3841338820ecf134e792fc (127.0.107.193). New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:01.182277  7861 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.183130  7861 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.185603  7861 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.186635  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:41:01.187400  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.187935  7748 raft_consensus.cc:2410] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:01.188385  7827 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:41:01.189800  7628 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 00898abd392f45e6bf7c2303e9c5b49e
I20260608 12:41:01.190662  7861 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.191123  7861 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.191466  7861 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.196578  7861 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.198462  7861 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Requested vote from peers 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.199280  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:41:01.199510  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.200135  7748 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.200479  7827 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.205305  7748 raft_consensus.cc:2410] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:01.205361  7827 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 2.
I20260608 12:41:01.206791  7628 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 00898abd392f45e6bf7c2303e9c5b49e
I20260608 12:41:01.207793  7861 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:01.208422  7861 raft_consensus.cc:697] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Becoming Leader. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:41:01.209285  7861 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.217383  7212 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc reported cstate change: term changed from 1 to 2, leader changed from 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) to 3b071a438c3841338820ecf134e792fc (127.0.107.193). New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:01.257115  7872 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.257879  7872 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.259800  7872 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.261128  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.261091  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:41:01.262856  7827 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 2.
I20260608 12:41:01.264485  7709 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 3 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a; no voters: 3b071a438c3841338820ecf134e792fc
I20260608 12:41:01.265564  7872 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:41:01.266165  7872 raft_consensus.cc:493] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.266635  7872 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:01.272909  7872 raft_consensus.cc:515] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.274832  7872 leader_election.cc:290] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 3 election: Requested vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553)
I20260608 12:41:01.275820  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc"
I20260608 12:41:01.276262  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6332ea082cc24c368a9d5d41f543d859" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.277168  7827 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:01.282819  7827 raft_consensus.cc:2468] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 3.
I20260608 12:41:01.284196  7709 leader_election.cc:304] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 3 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a; no voters: 3b071a438c3841338820ecf134e792fc
I20260608 12:41:01.285138  7872 raft_consensus.cc:2804] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:01.286942  7872 raft_consensus.cc:697] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 LEADER]: Becoming Leader. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Running, Role: LEADER
I20260608 12:41:01.288024  7872 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.296886  7212 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: term changed from 2 to 3, leader changed from 3b071a438c3841338820ecf134e792fc (127.0.107.193) to 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194). New cstate: current_term: 3 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:01.328253  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 47cb20b9f73943518de46e72b7f8f689: Illegal state: Leader has not yet committed an operation in its own term
W20260608 12:41:01.332820  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Illegal state: Replica 3b071a438c3841338820ecf134e792fc is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } }
W20260608 12:41:01.337785  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet 6332ea082cc24c368a9d5d41f543d859: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:01.705806  7880 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.706914  7880 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:01.742830  7872 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.790779  7872 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:01.794886  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.796208  7827 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 1.
I20260608 12:41:01.798187  7709 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a; no voters: 
I20260608 12:41:01.804522  7878 raft_consensus.cc:2804] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.809232  7878 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.809860  7878 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.806119  7882 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:01.807416  7880 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941), 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:41:01.820771  7882 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:01.823987  7882 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:41:01.805573  7872 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:41:01.830951  7878 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:01.840673  7878 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 election: Requested vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:41:01.854380  7667 raft_consensus.cc:3055] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:01.855054  7667 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 3b071a438c3841338820ecf134e792fc, State: Running, Role: LEADER
I20260608 12:41:01.856282  7667 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 2.1, Last appended by leader: 1, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } }
I20260608 12:41:01.857869  7667 raft_consensus.cc:3060] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:01.867636  7667 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:01.934386  7748 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:41:01.935550  7748 raft_consensus.cc:2393] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc in current term 2: Already voted for candidate 00898abd392f45e6bf7c2303e9c5b49e in this term.
I20260608 12:41:01.935842  7747 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:01.937161  7746 raft_consensus.cc:1275] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:41:01.937825  7746 pending_rounds.cc:85] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Aborting all ops after (but not including) 0
I20260608 12:41:01.938330  7746 pending_rounds.cc:107] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:41:01.938946  7746 raft_consensus.cc:2889] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:01.938913  7885 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:01.944501  7827 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:01.945483  7826 raft_consensus.cc:1275] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:41:01.946918  7828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a" is_pre_election: true
I20260608 12:41:01.947903  7828 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3b071a438c3841338820ecf134e792fc in term 1.
I20260608 12:41:01.949651  7882 consensus_queue.cc:1048] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:01.949788  7885 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:01.939189  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:41:01.952507  7882 consensus_queue.cc:1048] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:01.952692  7628 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a, 3b071a438c3841338820ecf134e792fc; no voters: 00898abd392f45e6bf7c2303e9c5b49e
I20260608 12:41:01.952736  7667 raft_consensus.cc:2410] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 00898abd392f45e6bf7c2303e9c5b49e for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:01.961071  7666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "19e0bf3873ef4f7db864101db259925a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc" is_pre_election: true
I20260608 12:41:01.962108  7666 raft_consensus.cc:2410] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 19e0bf3873ef4f7db864101db259925a for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 12:41:01.963382  7882 raft_consensus.cc:2804] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:01.964097  7882 raft_consensus.cc:493] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:01.964753  7882 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.970623  7827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.971786  7827 raft_consensus.cc:3060] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:01.977641  7882 raft_consensus.cc:515] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:01.981904  7827 raft_consensus.cc:2468] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 00898abd392f45e6bf7c2303e9c5b49e in term 2.
I20260608 12:41:01.982694  7882 leader_election.cc:290] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Requested vote from peers 19e0bf3873ef4f7db864101db259925a (127.0.107.195:46553), 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:41:01.983400  7825 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "19e0bf3873ef4f7db864101db259925a"
I20260608 12:41:01.984139  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "00898abd392f45e6bf7c2303e9c5b49e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3b071a438c3841338820ecf134e792fc"
I20260608 12:41:01.990243  7709 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a; no voters: 
I20260608 12:41:01.990679  7825 raft_consensus.cc:2393] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 3b071a438c3841338820ecf134e792fc in current term 2: Already voted for candidate 00898abd392f45e6bf7c2303e9c5b49e in this term.
I20260608 12:41:01.988230  7824 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 12:41:01.990471  7745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "19e0bf3873ef4f7db864101db259925a" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e" is_pre_election: true
I20260608 12:41:01.985929  7878 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:01.994460  7878 consensus_queue.cc:1243] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Peer 3b071a438c3841338820ecf134e792fc log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 12:41:01.997370  7878 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:01.991238  7667 raft_consensus.cc:2393] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 00898abd392f45e6bf7c2303e9c5b49e in current term 2: Already voted for candidate 3b071a438c3841338820ecf134e792fc in this term.
I20260608 12:41:01.985160  7746 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a617fa47b73b46948181d81519311633" candidate_uuid: "3b071a438c3841338820ecf134e792fc" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "00898abd392f45e6bf7c2303e9c5b49e"
I20260608 12:41:01.991638  7872 raft_consensus.cc:2804] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:02.003837  7627 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 3b071a438c3841338820ecf134e792fc; no voters: 00898abd392f45e6bf7c2303e9c5b49e, 19e0bf3873ef4f7db864101db259925a
I20260608 12:41:02.005869  7882 raft_consensus.cc:2749] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 12:41:02.018867  7872 raft_consensus.cc:697] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 LEADER]: Becoming Leader. State: Replica: 00898abd392f45e6bf7c2303e9c5b49e, State: Running, Role: LEADER
I20260608 12:41:02.020728  7872 consensus_queue.cc:237] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } }
I20260608 12:41:02.026901  7667 pending_rounds.cc:85] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Aborting all ops after (but not including) 0
I20260608 12:41:02.032656  7667 pending_rounds.cc:107] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 12:41:02.033118  7667 raft_consensus.cc:2889] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:02.075148  7788 leader_election.cc:304] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 19e0bf3873ef4f7db864101db259925a; no voters: 00898abd392f45e6bf7c2303e9c5b49e, 3b071a438c3841338820ecf134e792fc
I20260608 12:41:02.081023  7209 catalog_manager.cc:5696] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: term changed from 1 to 2, leader changed from 3b071a438c3841338820ecf134e792fc (127.0.107.193) to 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194). New cstate: current_term: 2 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:02.084462  7880 raft_consensus.cc:2749] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:02.352808  7666 consensus_queue.cc:237] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:02.360025  7824 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:02.360522  7745 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:02.362681  7884 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:02.363593  7885 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:02.372131  7899 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
W20260608 12:41:02.374758  7626 consensus_peers.cc:597] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc -> Peer f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196:34373): Couldn't send request to peer f9439758a8dc4d86b718e1528cb8c799. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 47cb20b9f73943518de46e72b7f8f689. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:02.373734  7745 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.375175  7824 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.390399  7211 catalog_manager.cc:5696] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.391491  7745 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 3.2, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:02.400547  7666 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:02.401093  7824 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:02.402664  7872 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:02.404066  7878 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:02.410395  7707 consensus_peers.cc:597] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e -> Peer f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196:34373): Couldn't send request to peer f9439758a8dc4d86b718e1528cb8c799. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6332ea082cc24c368a9d5d41f543d859. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:02.413501  7894 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.416632  7666 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.417935  7824 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:02.429538  7209 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc reported cstate change: config changed from index -1 to 3, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New cstate: current_term: 3 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
W20260608 12:41:02.433169  7260 auto_rebalancer.cc:591] Failed to schedule move for tablet a617fa47b73b46948181d81519311633: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:02.603751  7666 raft_consensus.cc:1275] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:41:02.604446  7666 pending_rounds.cc:85] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Aborting all ops after (but not including) 0
I20260608 12:41:02.604818  7666 pending_rounds.cc:107] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:41:02.605208  7666 raft_consensus.cc:2889] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:41:02.607086  7878 consensus_queue.cc:1048] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.619017  7824 raft_consensus.cc:1275] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:41:02.620736  7872 consensus_queue.cc:1048] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:02.757390  7914 ts_tablet_manager.cc:933] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Initiating tablet copy from peer 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:41:02.759442  7914 tablet_copy_client.cc:323] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38941
I20260608 12:41:02.771327  7678 tablet_copy_service.cc:140] P 3b071a438c3841338820ecf134e792fc: Received BeginTabletCopySession request for tablet 47cb20b9f73943518de46e72b7f8f689 from peer f9439758a8dc4d86b718e1528cb8c799 ({username='slave'} at 127.0.0.1:35750)
I20260608 12:41:02.772166  7678 tablet_copy_service.cc:161] P 3b071a438c3841338820ecf134e792fc: Beginning new tablet copy session on tablet 47cb20b9f73943518de46e72b7f8f689 from peer f9439758a8dc4d86b718e1528cb8c799 at {username='slave'} at 127.0.0.1:35750: session id = f9439758a8dc4d86b718e1528cb8c799-47cb20b9f73943518de46e72b7f8f689
I20260608 12:41:02.780509  7678 tablet_copy_source_session.cc:215] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:02.784268  7914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47cb20b9f73943518de46e72b7f8f689. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:02.796386  7914 tablet_copy_client.cc:806] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:02.797143  7914 tablet_copy_client.cc:670] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:02.801059  7914 tablet_copy_client.cc:538] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:02.807219  7914 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap starting.
I20260608 12:41:02.825282  7914 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:02.826169  7914 tablet_bootstrap.cc:492] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap complete.
I20260608 12:41:02.826912  7914 ts_tablet_manager.cc:1403] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.011s
I20260608 12:41:02.829572  7914 raft_consensus.cc:359] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:02.830811  7914 raft_consensus.cc:740] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f9439758a8dc4d86b718e1528cb8c799, State: Initialized, Role: LEARNER
I20260608 12:41:02.831687  7914 consensus_queue.cc:260] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:02.835561  7914 ts_tablet_manager.cc:1434] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.009s
I20260608 12:41:02.837811  7678 tablet_copy_service.cc:342] P 3b071a438c3841338820ecf134e792fc: Request end of tablet copy session f9439758a8dc4d86b718e1528cb8c799-47cb20b9f73943518de46e72b7f8f689 received from {username='slave'} at 127.0.0.1:35750
I20260608 12:41:02.838339  7678 tablet_copy_service.cc:434] P 3b071a438c3841338820ecf134e792fc: ending tablet copy session f9439758a8dc4d86b718e1528cb8c799-47cb20b9f73943518de46e72b7f8f689 on tablet 47cb20b9f73943518de46e72b7f8f689 with peer f9439758a8dc4d86b718e1528cb8c799
W20260608 12:41:02.848960  7604 debug-util.cc:398] Leaking SignalData structure 0x7b080015b7e0 after lost signal to thread 434
W20260608 12:41:02.850127  7604 debug-util.cc:398] Leaking SignalData structure 0x7b08000562e0 after lost signal to thread 7246
W20260608 12:41:02.852751  7604 debug-util.cc:398] Leaking SignalData structure 0x7b08000e7900 after lost signal to thread 7773
W20260608 12:41:02.854040  7604 debug-util.cc:398] Leaking SignalData structure 0x7b080014f4a0 after lost signal to thread 7852
I20260608 12:41:03.009963  7914 ts_tablet_manager.cc:933] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Initiating tablet copy from peer 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165)
I20260608 12:41:03.012195  7914 tablet_copy_client.cc:323] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46165
I20260608 12:41:03.027427  7759 tablet_copy_service.cc:140] P 00898abd392f45e6bf7c2303e9c5b49e: Received BeginTabletCopySession request for tablet 6332ea082cc24c368a9d5d41f543d859 from peer f9439758a8dc4d86b718e1528cb8c799 ({username='slave'} at 127.0.0.1:43816)
I20260608 12:41:03.028354  7759 tablet_copy_service.cc:161] P 00898abd392f45e6bf7c2303e9c5b49e: Beginning new tablet copy session on tablet 6332ea082cc24c368a9d5d41f543d859 from peer f9439758a8dc4d86b718e1528cb8c799 at {username='slave'} at 127.0.0.1:43816: session id = f9439758a8dc4d86b718e1528cb8c799-6332ea082cc24c368a9d5d41f543d859
I20260608 12:41:03.037926  7759 tablet_copy_source_session.cc:215] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:03.041962  7914 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6332ea082cc24c368a9d5d41f543d859. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:03.063282  7914 tablet_copy_client.cc:806] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:03.064241  7914 tablet_copy_client.cc:670] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:03.069710  7914 tablet_copy_client.cc:538] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:03.080451  7914 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap starting.
I20260608 12:41:03.106377  7914 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:03.107540  7914 tablet_bootstrap.cc:492] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap complete.
I20260608 12:41:03.108532  7914 ts_tablet_manager.cc:1403] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Time spent bootstrapping tablet: real 0.028s	user 0.019s	sys 0.008s
I20260608 12:41:03.111958  7914 raft_consensus.cc:359] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:03.113215  7914 raft_consensus.cc:740] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: f9439758a8dc4d86b718e1528cb8c799, State: Initialized, Role: LEARNER
I20260608 12:41:03.114192  7914 consensus_queue.cc:260] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 3.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:03.117065  7914 ts_tablet_manager.cc:1434] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:03.118948  7759 tablet_copy_service.cc:342] P 00898abd392f45e6bf7c2303e9c5b49e: Request end of tablet copy session f9439758a8dc4d86b718e1528cb8c799-6332ea082cc24c368a9d5d41f543d859 received from {username='slave'} at 127.0.0.1:43816
I20260608 12:41:03.119534  7759 tablet_copy_service.cc:434] P 00898abd392f45e6bf7c2303e9c5b49e: ending tablet copy session f9439758a8dc4d86b718e1528cb8c799-6332ea082cc24c368a9d5d41f543d859 on tablet 6332ea082cc24c368a9d5d41f543d859 with peer f9439758a8dc4d86b718e1528cb8c799
I20260608 12:41:03.333616  7583 raft_consensus.cc:1217] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:03.617004  7583 raft_consensus.cc:1217] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 12:41:03.771238  7924 raft_consensus.cc:1064] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc: attempting to promote NON_VOTER f9439758a8dc4d86b718e1528cb8c799 to VOTER
I20260608 12:41:03.773913  7924 consensus_queue.cc:237] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } }
I20260608 12:41:03.781364  7583 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:03.783905  7745 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:03.784296  7828 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:03.785755  7923 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:03.786834  7924 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:03.789813  7899 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:03.803597  7924 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.804836  7583 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.822932  7211 catalog_manager.cc:5696] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 reported cstate change: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.834481  7824 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.841316  7745 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } attrs { replace: true } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.902673  7666 consensus_queue.cc:237] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } }
I20260608 12:41:03.908085  7583 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:03.909145  7824 raft_consensus.cc:1275] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:03.909934  7899 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:03.910907  7923 consensus_queue.cc:1048] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:03.919888  7583 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.920918  7923 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.927243  7824 raft_consensus.cc:2955] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.934509  7212 catalog_manager.cc:5696] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 reported cstate change: config changed from index 4 to 5, VOTER 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:03.948917  7198 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 47cb20b9f73943518de46e72b7f8f689 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:03.977349  7738 tablet_service.cc:1558] Processing DeleteTablet for tablet 47cb20b9f73943518de46e72b7f8f689 with delete_type TABLET_DATA_TOMBSTONED (TS 00898abd392f45e6bf7c2303e9c5b49e not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:43824
I20260608 12:41:03.979550  7940 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:03.980363  7940 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:03.980968  7940 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:03.984194  7940 ts_tablet_manager.cc:1916] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:04.000102  7940 ts_tablet_manager.cc:1929] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:04.000505  7940 log.cc:1199] T 47cb20b9f73943518de46e72b7f8f689 P 00898abd392f45e6bf7c2303e9c5b49e: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-1-root/wals/47cb20b9f73943518de46e72b7f8f689
I20260608 12:41:04.002372  7197 catalog_manager.cc:5027] TS 00898abd392f45e6bf7c2303e9c5b49e (127.0.107.194:46165): tablet 47cb20b9f73943518de46e72b7f8f689 (table test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]) successfully deleted
I20260608 12:41:04.194626  7926 raft_consensus.cc:1064] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e: attempting to promote NON_VOTER f9439758a8dc4d86b718e1528cb8c799 to VOTER
I20260608 12:41:04.197413  7926 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 1, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } }
I20260608 12:41:04.205329  7583 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 LEARNER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:04.207442  7824 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:04.210026  7926 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:04.211536  7666 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:41:04.212803  7926 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:04.215837  7926 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:04.248791  7941 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.252848  7667 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.253887  7582 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.263586  7824 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.268294  7209 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc reported cstate change: config changed from index 3 to 4, f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } attrs { replace: true } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.288074  7745 consensus_queue.cc:237] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 1, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } }
I20260608 12:41:04.299341  7582 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:04.301009  7824 raft_consensus.cc:1275] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Refusing update from remote peer 00898abd392f45e6bf7c2303e9c5b49e: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:41:04.301561  7941 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:04.303174  7926 consensus_queue.cc:1048] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:04.309347  7943 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3b071a438c3841338820ecf134e792fc (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.316754  7828 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3b071a438c3841338820ecf134e792fc (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.321720  7582 raft_consensus.cc:2955] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 3b071a438c3841338820ecf134e792fc (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } } }
I20260608 12:41:04.330830  7197 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6332ea082cc24c368a9d5d41f543d859 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:04.334082  7212 catalog_manager.cc:5696] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: config changed from index 4 to 5, VOTER 3b071a438c3841338820ecf134e792fc (127.0.107.193) evicted. New cstate: current_term: 3 leader_uuid: "00898abd392f45e6bf7c2303e9c5b49e" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:04.349063  7657 tablet_service.cc:1558] Processing DeleteTablet for tablet 6332ea082cc24c368a9d5d41f543d859 with delete_type TABLET_DATA_TOMBSTONED (TS 3b071a438c3841338820ecf134e792fc not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:35760
I20260608 12:41:04.352041  7947 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:04.353008  7947 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:04.353751  7947 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:04.357084  7947 ts_tablet_manager.cc:1916] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:04.368317  7947 ts_tablet_manager.cc:1929] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 12:41:04.368652  7947 log.cc:1199] T 6332ea082cc24c368a9d5d41f543d859 P 3b071a438c3841338820ecf134e792fc: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922264717849-431-0/minicluster-data/ts-0-root/wals/6332ea082cc24c368a9d5d41f543d859
I20260608 12:41:04.370182  7198 catalog_manager.cc:5027] TS 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941): tablet 6332ea082cc24c368a9d5d41f543d859 (table test-workload [id=70ee3aad3eee427495b0eccc62cce3e1]) successfully deleted
I20260608 12:41:05.357880  7667 consensus_queue.cc:237] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 2.1, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
W20260608 12:41:05.366667  7626 consensus_peers.cc:597] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc -> Peer f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196:34373): Couldn't send request to peer f9439758a8dc4d86b718e1528cb8c799. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c6dcb4e4edb84d098637a4dffdb85eb1. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:05.369258  7828 raft_consensus.cc:1275] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:05.369429  7745 raft_consensus.cc:1275] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Refusing update from remote peer 3b071a438c3841338820ecf134e792fc: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:05.370913  7950 consensus_queue.cc:1048] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:05.371948  7948 consensus_queue.cc:1048] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [LEADER]: Connected to new peer: Peer: permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:05.381287  7950 raft_consensus.cc:2955] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:05.384606  7745 raft_consensus.cc:2955] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:05.402295  7212 catalog_manager.cc:5696] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e reported cstate change: config changed from index -1 to 2, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "3b071a438c3841338820ecf134e792fc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:05.419833  7828 raft_consensus.cc:2955] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER f9439758a8dc4d86b718e1528cb8c799 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } } }
I20260608 12:41:05.940064  7961 ts_tablet_manager.cc:933] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Initiating tablet copy from peer 3b071a438c3841338820ecf134e792fc (127.0.107.193:38941)
I20260608 12:41:05.942167  7961 tablet_copy_client.cc:323] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38941
I20260608 12:41:05.944296  7678 tablet_copy_service.cc:140] P 3b071a438c3841338820ecf134e792fc: Received BeginTabletCopySession request for tablet c6dcb4e4edb84d098637a4dffdb85eb1 from peer f9439758a8dc4d86b718e1528cb8c799 ({username='slave'} at 127.0.0.1:35750)
I20260608 12:41:05.944867  7678 tablet_copy_service.cc:161] P 3b071a438c3841338820ecf134e792fc: Beginning new tablet copy session on tablet c6dcb4e4edb84d098637a4dffdb85eb1 from peer f9439758a8dc4d86b718e1528cb8c799 at {username='slave'} at 127.0.0.1:35750: session id = f9439758a8dc4d86b718e1528cb8c799-c6dcb4e4edb84d098637a4dffdb85eb1
I20260608 12:41:05.955653  7678 tablet_copy_source_session.cc:215] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:05.959295  7961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c6dcb4e4edb84d098637a4dffdb85eb1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:05.975987  7961 tablet_copy_client.cc:806] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:05.976615  7961 tablet_copy_client.cc:670] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:05.980995  7961 tablet_copy_client.cc:538] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:05.990634  7961 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap starting.
I20260608 12:41:06.012938  7961 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:06.014060  7961 tablet_bootstrap.cc:492] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Bootstrap complete.
I20260608 12:41:06.014904  7961 ts_tablet_manager.cc:1403] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260608 12:41:06.018322  7961 raft_consensus.cc:359] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:06.019217  7961 raft_consensus.cc:740] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: f9439758a8dc4d86b718e1528cb8c799, State: Initialized, Role: LEARNER
I20260608 12:41:06.019987  7961 consensus_queue.cc:260] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3b071a438c3841338820ecf134e792fc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38941 } } peers { permanent_uuid: "00898abd392f45e6bf7c2303e9c5b49e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46165 } } peers { permanent_uuid: "19e0bf3873ef4f7db864101db259925a" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46553 } attrs { replace: true } } peers { permanent_uuid: "f9439758a8dc4d86b718e1528cb8c799" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34373 } attrs { promote: true } }
I20260608 12:41:06.023336  7961 ts_tablet_manager.cc:1434] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:06.025959  7678 tablet_copy_service.cc:342] P 3b071a438c3841338820ecf134e792fc: Request end of tablet copy session f9439758a8dc4d86b718e1528cb8c799-c6dcb4e4edb84d098637a4dffdb85eb1 received from {username='slave'} at 127.0.0.1:35750
I20260608 12:41:06.026448  7678 tablet_copy_service.cc:434] P 3b071a438c3841338820ecf134e792fc: ending tablet copy session f9439758a8dc4d86b718e1528cb8c799-c6dcb4e4edb84d098637a4dffdb85eb1 on tablet c6dcb4e4edb84d098637a4dffdb85eb1 with peer f9439758a8dc4d86b718e1528cb8c799
I20260608 12:41:06.302305   431 tablet_server.cc:179] TabletServer@127.0.107.193:38941 shutting down...
I20260608 12:41:06.355877  7582 raft_consensus.cc:1217] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:41:06.410328   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:06.412492   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.415405   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.416746   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.422022   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.422829   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:06.425516   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.429968   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.430789   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:06.435501   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 3b071a438c3841338820ecf134e792fc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.480623   431 tablet_server.cc:196] TabletServer@127.0.107.193:38941 shutdown complete.
I20260608 12:41:06.514120   431 tablet_server.cc:179] TabletServer@127.0.107.194:46165 shutting down...
I20260608 12:41:06.548877   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:06.549796   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.550745   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:06.552217   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 00898abd392f45e6bf7c2303e9c5b49e [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.555500   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.556170   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:06.557444   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.560719   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.561342   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.562304   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 00898abd392f45e6bf7c2303e9c5b49e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.590996   431 tablet_server.cc:196] TabletServer@127.0.107.194:46165 shutdown complete.
I20260608 12:41:06.616465   431 tablet_server.cc:179] TabletServer@127.0.107.195:46553 shutting down...
I20260608 12:41:06.650529   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:06.651417   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.652297   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.653411   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P 19e0bf3873ef4f7db864101db259925a [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.656486   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.657071   431 raft_consensus.cc:2243] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.657620   431 raft_consensus.cc:2272] T a617fa47b73b46948181d81519311633 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.660667   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.661352   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.662645   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.665305   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:06.665867   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.666746   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P 19e0bf3873ef4f7db864101db259925a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.695106   431 tablet_server.cc:196] TabletServer@127.0.107.195:46553 shutdown complete.
I20260608 12:41:06.724817   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:06.764235   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:06.765219   431 tablet_replica.cc:333] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799: stopping tablet replica
I20260608 12:41:06.765944   431 raft_consensus.cc:2243] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 12:41:06.766618   431 raft_consensus.cc:2272] T c6dcb4e4edb84d098637a4dffdb85eb1 P f9439758a8dc4d86b718e1528cb8c799 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 12:41:06.769623   431 tablet_replica.cc:333] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799: stopping tablet replica
I20260608 12:41:06.770264   431 raft_consensus.cc:2243] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.771320   431 raft_consensus.cc:2272] T 6332ea082cc24c368a9d5d41f543d859 P f9439758a8dc4d86b718e1528cb8c799 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.774529   431 tablet_replica.cc:333] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799: stopping tablet replica
I20260608 12:41:06.775008   431 raft_consensus.cc:2243] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:06.776106   431 raft_consensus.cc:2272] T 47cb20b9f73943518de46e72b7f8f689 P f9439758a8dc4d86b718e1528cb8c799 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.818045   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:06.838150   431 master.cc:562] Master@127.0.107.254:45081 shutting down...
W20260608 12:41:06.876446  7260 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:06.876868  7260 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:06.877173  7260 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:06.878976   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:06.879737   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:06.880198   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 50b30d8089bf495984c09853e6529097: stopping tablet replica
I20260608 12:41:06.901101   431 master.cc:584] Master@127.0.107.254:45081 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16950 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:41:06.950264   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37025
I20260608 12:41:06.951627   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:06.958909  7969 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:06.959234  7972 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:06.959153  7970 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:06.960733   431 server_base.cc:1061] running on GCE node
I20260608 12:41:06.961999   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:06.962217   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:06.962344   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922466962332 us; error 0 us; skew 500 ppm
I20260608 12:41:06.963388   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:06.967177   431 webserver.cc:533] Webserver started at http://127.0.107.254:44299/ using document root <none> and password file <none>
I20260608 12:41:06.968097   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:06.968302   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:06.968534   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:06.969784   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "b753c12747eb48358fd4f1f28494cf37"
format_stamp: "Formatted at 2026-06-08 12:41:06 on dist-test-slave-mnll"
I20260608 12:41:06.974661   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 12:41:06.978749  7977 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:06.979801   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:06.980193   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "b753c12747eb48358fd4f1f28494cf37"
format_stamp: "Formatted at 2026-06-08 12:41:06 on dist-test-slave-mnll"
I20260608 12:41:06.980499   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:07.005455   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:07.006776   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:07.049307   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37025
I20260608 12:41:07.049717  8028 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37025 every 8 connection(s)
I20260608 12:41:07.054394  8029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:07.068806  8029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Bootstrap starting.
I20260608 12:41:07.074638  8029 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:07.079532  8029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: No bootstrap required, opened a new log
I20260608 12:41:07.081995  8029 raft_consensus.cc:359] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER }
I20260608 12:41:07.082515  8029 raft_consensus.cc:385] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:07.082834  8029 raft_consensus.cc:740] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b753c12747eb48358fd4f1f28494cf37, State: Initialized, Role: FOLLOWER
I20260608 12:41:07.083478  8029 consensus_queue.cc:260] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER }
I20260608 12:41:07.084009  8029 raft_consensus.cc:399] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:07.084398  8029 raft_consensus.cc:493] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:07.084718  8029 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:07.089715  8029 raft_consensus.cc:515] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER }
I20260608 12:41:07.090308  8029 leader_election.cc:304] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: b753c12747eb48358fd4f1f28494cf37; no voters: 
I20260608 12:41:07.091940  8029 leader_election.cc:290] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:07.092268  8032 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:07.093920  8032 raft_consensus.cc:697] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 1 LEADER]: Becoming Leader. State: Replica: b753c12747eb48358fd4f1f28494cf37, State: Running, Role: LEADER
I20260608 12:41:07.094755  8032 consensus_queue.cc:237] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER }
I20260608 12:41:07.095686  8029 sys_catalog.cc:565] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:07.099725  8033 sys_catalog.cc:455] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b753c12747eb48358fd4f1f28494cf37" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER } }
I20260608 12:41:07.100093  8034 sys_catalog.cc:455] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b753c12747eb48358fd4f1f28494cf37. Latest consensus state: current_term: 1 leader_uuid: "b753c12747eb48358fd4f1f28494cf37" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b753c12747eb48358fd4f1f28494cf37" member_type: VOTER } }
I20260608 12:41:07.100598  8033 sys_catalog.cc:458] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:07.100944  8034 sys_catalog.cc:458] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:07.109370  8038 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:07.114637  8038 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:07.117931   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:07.125100  8038 catalog_manager.cc:1382] Generated new cluster ID: 55d07d934bc84224864ec56b58463815
I20260608 12:41:07.125428  8038 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:07.152581  8038 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:07.153995  8038 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:07.174816  8038 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Generated new TSK 0
I20260608 12:41:07.175909  8038 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:07.185048   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:07.193468  8050 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:07.193607  8051 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:07.195508  8053 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:07.197036   431 server_base.cc:1061] running on GCE node
I20260608 12:41:07.198120   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:07.198333   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:07.198547   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922467198510 us; error 0 us; skew 500 ppm
I20260608 12:41:07.199174   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:07.201573   431 webserver.cc:533] Webserver started at http://127.0.107.193:37569/ using document root <none> and password file <none>
I20260608 12:41:07.202075   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:07.202271   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:07.202548   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:07.203727   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "c318a01d3abe441f910f8c00f9eaaec3"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.208765   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:07.213168  8058 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.214116   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:07.214385   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "c318a01d3abe441f910f8c00f9eaaec3"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.214628   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:07.239274   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:07.240540   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:07.241994   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:07.244598   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:07.244876   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.245152   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:07.245337   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.286787   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39765
I20260608 12:41:07.286914  8120 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39765 every 8 connection(s)
I20260608 12:41:07.292245   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:07.300798  8125 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:07.302518  8126 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:07.304684  8128 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:07.305069   431 server_base.cc:1061] running on GCE node
I20260608 12:41:07.306253   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:07.306442   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:07.306573   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922467306561 us; error 0 us; skew 500 ppm
I20260608 12:41:07.307096   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:07.309768   431 webserver.cc:533] Webserver started at http://127.0.107.194:36459/ using document root <none> and password file <none>
I20260608 12:41:07.310361   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:07.310564   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:07.310895   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:07.312479   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "fea701bc33694daebfcfbc381c8fb718"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.313330  8121 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37025
I20260608 12:41:07.313760  8121 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:07.314551  8121 heartbeater.cc:507] Master 127.0.107.254:37025 requested a full tablet report, sending...
I20260608 12:41:07.317235  7994 ts_manager.cc:194] Registered new tserver with Master: c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765)
I20260608 12:41:07.318293   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:07.319940  7994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48860
I20260608 12:41:07.323300  8133 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.324291   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:07.324548   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "fea701bc33694daebfcfbc381c8fb718"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.324781   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:07.334170   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:07.335338   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:07.336812   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:07.339125   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:07.339311   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.339609   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:07.339773   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.382738   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46011
I20260608 12:41:07.382949  8195 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46011 every 8 connection(s)
I20260608 12:41:07.387926   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:07.396021  8199 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:07.398005  8200 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:07.401273   431 server_base.cc:1061] running on GCE node
W20260608 12:41:07.401782  8202 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:07.402611  8196 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37025
I20260608 12:41:07.402737   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:07.403157   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:07.403229  8196 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:07.403375   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922467403352 us; error 0 us; skew 500 ppm
I20260608 12:41:07.404394   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:07.404803  8196 heartbeater.cc:507] Master 127.0.107.254:37025 requested a full tablet report, sending...
I20260608 12:41:07.407320   431 webserver.cc:533] Webserver started at http://127.0.107.195:42243/ using document root <none> and password file <none>
I20260608 12:41:07.407742  7994 ts_manager.cc:194] Registered new tserver with Master: fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:07.408006   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:07.408353   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:07.408625   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:07.409505  7994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48872
I20260608 12:41:07.409885   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "3023a56378d342a09d4396c0c463ea81"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.415248   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:07.419049  8207 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.419832   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:07.420202   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "3023a56378d342a09d4396c0c463ea81"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:07.420475   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:07.437582   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:07.438987   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:07.440716   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:07.443030   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:07.443282   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.443539   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:07.443727   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:07.485339   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38915
I20260608 12:41:07.485459  8269 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38915 every 8 connection(s)
I20260608 12:41:07.500857  8270 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37025
I20260608 12:41:07.501307  8270 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:07.502094  8270 heartbeater.cc:507] Master 127.0.107.254:37025 requested a full tablet report, sending...
I20260608 12:41:07.504716  7994 ts_manager.cc:194] Registered new tserver with Master: 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:07.505815   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016970766s
I20260608 12:41:07.506268  7994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48882
I20260608 12:41:08.323098  8121 heartbeater.cc:499] Master 127.0.107.254:37025 was elected leader, sending a full tablet report...
I20260608 12:41:08.412703  8196 heartbeater.cc:499] Master 127.0.107.254:37025 was elected leader, sending a full tablet report...
I20260608 12:41:08.509295  8270 heartbeater.cc:499] Master 127.0.107.254:37025 was elected leader, sending a full tablet report...
I20260608 12:41:08.565142  7994 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48894:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:08.567718  7994 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:08.629233  8161 tablet_service.cc:1511] Processing CreateTablet for tablet e062f565a74b4dec89c087c8e438123d (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:08.631038  8161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e062f565a74b4dec89c087c8e438123d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.631394  8085 tablet_service.cc:1511] Processing CreateTablet for tablet f6a38ddbebfa4989b68874da0aedeaff (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:08.633039  8085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6a38ddbebfa4989b68874da0aedeaff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.634334  8160 tablet_service.cc:1511] Processing CreateTablet for tablet f6a38ddbebfa4989b68874da0aedeaff (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:08.636492  8160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6a38ddbebfa4989b68874da0aedeaff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.637051  8086 tablet_service.cc:1511] Processing CreateTablet for tablet e062f565a74b4dec89c087c8e438123d (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:08.638880  8086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e062f565a74b4dec89c087c8e438123d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.642323  8084 tablet_service.cc:1511] Processing CreateTablet for tablet 1ae86d29da5f497493df5e0d4e85dbf8 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:08.643779  8084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ae86d29da5f497493df5e0d4e85dbf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.649829  8235 tablet_service.cc:1511] Processing CreateTablet for tablet e062f565a74b4dec89c087c8e438123d (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:08.650286  8159 tablet_service.cc:1511] Processing CreateTablet for tablet 1ae86d29da5f497493df5e0d4e85dbf8 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:08.651319  8235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e062f565a74b4dec89c087c8e438123d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.651691  8159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ae86d29da5f497493df5e0d4e85dbf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.654594  8083 tablet_service.cc:1511] Processing CreateTablet for tablet 069a92ab309e4f7a95c5868080540bc0 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:08.656041  8083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 069a92ab309e4f7a95c5868080540bc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.656580  8158 tablet_service.cc:1511] Processing CreateTablet for tablet 069a92ab309e4f7a95c5868080540bc0 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:08.656716  8234 tablet_service.cc:1511] Processing CreateTablet for tablet f6a38ddbebfa4989b68874da0aedeaff (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:08.657945  8158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 069a92ab309e4f7a95c5868080540bc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.658142  8234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6a38ddbebfa4989b68874da0aedeaff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.669768  8233 tablet_service.cc:1511] Processing CreateTablet for tablet 1ae86d29da5f497493df5e0d4e85dbf8 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:08.671352  8233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ae86d29da5f497493df5e0d4e85dbf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.682435  8232 tablet_service.cc:1511] Processing CreateTablet for tablet 069a92ab309e4f7a95c5868080540bc0 (DEFAULT_TABLE table=test-workload [id=513cb8d3d7294113a557925544c43ebc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:08.684571  8232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 069a92ab309e4f7a95c5868080540bc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:08.684561  8290 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:08.693054  8291 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:08.700407  8291 tablet_bootstrap.cc:654] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.702445  8290 tablet_bootstrap.cc:654] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.733731  8294 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:08.735551  8291 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:08.736042  8291 ts_tablet_manager.cc:1403] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.043s	user 0.021s	sys 0.003s
I20260608 12:41:08.738539  8291 raft_consensus.cc:359] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.739094  8291 raft_consensus.cc:385] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.739225  8294 tablet_bootstrap.cc:654] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.739378  8291 raft_consensus.cc:740] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.740362  8291 consensus_queue.cc:260] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.740885  8290 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:08.741550  8290 ts_tablet_manager.cc:1403] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.057s	user 0.020s	sys 0.005s
I20260608 12:41:08.743435  8291 ts_tablet_manager.cc:1434] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:08.744632  8291 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:08.745530  8290 raft_consensus.cc:359] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.746667  8290 raft_consensus.cc:385] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.747119  8290 raft_consensus.cc:740] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.748474  8290 consensus_queue.cc:260] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.768013  8291 tablet_bootstrap.cc:654] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.768567  8294 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:08.769201  8294 ts_tablet_manager.cc:1403] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.036s	user 0.013s	sys 0.021s
I20260608 12:41:08.770406  8290 ts_tablet_manager.cc:1434] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.028s	user 0.015s	sys 0.012s
I20260608 12:41:08.771385  8290 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:08.773217  8294 raft_consensus.cc:359] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.774389  8294 raft_consensus.cc:385] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.774848  8294 raft_consensus.cc:740] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.776576  8294 consensus_queue.cc:260] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.780375  8290 tablet_bootstrap.cc:654] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.785379  8291 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:08.785950  8291 ts_tablet_manager.cc:1403] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.042s	user 0.009s	sys 0.021s
I20260608 12:41:08.786684  8294 ts_tablet_manager.cc:1434] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.017s	user 0.010s	sys 0.003s
I20260608 12:41:08.788884  8294 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:08.789072  8291 raft_consensus.cc:359] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.790064  8291 raft_consensus.cc:385] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.790426  8291 raft_consensus.cc:740] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.791483  8291 consensus_queue.cc:260] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.794780  8291 ts_tablet_manager.cc:1434] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:08.795962  8291 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:08.798967  8294 tablet_bootstrap.cc:654] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.803006  8290 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:08.803665  8290 ts_tablet_manager.cc:1403] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.032s	user 0.021s	sys 0.008s
I20260608 12:41:08.804553  8291 tablet_bootstrap.cc:654] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.807126  8290 raft_consensus.cc:359] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.808984  8290 raft_consensus.cc:385] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.809368  8290 raft_consensus.cc:740] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.810369  8290 consensus_queue.cc:260] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.816309  8290 ts_tablet_manager.cc:1434] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260608 12:41:08.817476  8290 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:08.819007  8291 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:08.819845  8291 ts_tablet_manager.cc:1403] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.008s
I20260608 12:41:08.824278  8291 raft_consensus.cc:359] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.825525  8291 raft_consensus.cc:385] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.825901  8290 tablet_bootstrap.cc:654] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.826061  8291 raft_consensus.cc:740] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.827591  8291 consensus_queue.cc:260] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.829941  8295 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:08.830442  8295 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.832875  8291 ts_tablet_manager.cc:1434] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260608 12:41:08.833084  8294 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:08.833933  8294 ts_tablet_manager.cc:1403] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.045s	user 0.019s	sys 0.025s
I20260608 12:41:08.834211  8291 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:08.837845  8294 raft_consensus.cc:359] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.838487  8290 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:08.838740  8294 raft_consensus.cc:385] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.839315  8294 raft_consensus.cc:740] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.839171  8290 ts_tablet_manager.cc:1403] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.003s
I20260608 12:41:08.840432  8294 consensus_queue.cc:260] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.842873  8294 ts_tablet_manager.cc:1434] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:08.843122  8291 tablet_bootstrap.cc:654] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.843106  8290 raft_consensus.cc:359] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.850920  8290 raft_consensus.cc:385] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.844914  8295 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:08.844002  8294 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:08.851585  8290 raft_consensus.cc:740] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.852923  8290 consensus_queue.cc:260] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.860626  8294 tablet_bootstrap.cc:654] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.862572  8290 ts_tablet_manager.cc:1434] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.022s	user 0.008s	sys 0.000s
I20260608 12:41:08.863298  8297 raft_consensus.cc:493] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:08.863795  8290 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:08.863931  8297 raft_consensus.cc:515] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.870754  8297 leader_election.cc:290] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:08.881681  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
W20260608 12:41:08.885356  8210 leader_election.cc:343] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:08.887072  8290 tablet_bootstrap.cc:654] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.893275  8291 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:08.893937  8291 ts_tablet_manager.cc:1403] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.060s	user 0.025s	sys 0.018s
I20260608 12:41:08.894883  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:08.895588  8294 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:08.896129  8294 ts_tablet_manager.cc:1403] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.052s	user 0.011s	sys 0.009s
I20260608 12:41:08.899224  8294 raft_consensus.cc:359] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.899425  8291 raft_consensus.cc:359] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.900007  8294 raft_consensus.cc:385] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.900250  8291 raft_consensus.cc:385] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.900359  8294 raft_consensus.cc:740] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.900848  8291 raft_consensus.cc:740] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.901770  8294 consensus_queue.cc:260] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
W20260608 12:41:08.902276  8210 leader_election.cc:343] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:08.902858  8210 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81; no voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:08.901846  8291 consensus_queue.cc:260] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.903719  8295 raft_consensus.cc:2749] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:08.906126  8294 ts_tablet_manager.cc:1434] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:08.907189  8294 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:08.907810  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:08.908540  8171 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
I20260608 12:41:08.914492  8061 leader_election.cc:304] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:08.915232  8291 ts_tablet_manager.cc:1434] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.003s
I20260608 12:41:08.916373  8297 raft_consensus.cc:2804] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:08.916836  8297 raft_consensus.cc:493] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:08.917207  8297 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:08.917804  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:08.918326  8245 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
I20260608 12:41:08.919656  8294 tablet_bootstrap.cc:654] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:08.924256  8290 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:08.924854  8290 ts_tablet_manager.cc:1403] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.061s	user 0.016s	sys 0.002s
I20260608 12:41:08.927951  8290 raft_consensus.cc:359] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.928828  8290 raft_consensus.cc:385] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.928730  8297 raft_consensus.cc:515] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.929325  8290 raft_consensus.cc:740] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.930426  8290 consensus_queue.cc:260] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.931190  8297 leader_election.cc:290] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Requested vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:08.932489  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:08.934823  8297 raft_consensus.cc:493] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:08.932492  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:08.935590  8171 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:08.935467  8297 raft_consensus.cc:515] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.936003  8294 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:08.936610  8294 ts_tablet_manager.cc:1403] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.008s
I20260608 12:41:08.938151  8297 leader_election.cc:290] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:08.939023  8170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:08.934772  8245 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:08.940584  8061 leader_election.cc:343] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:08.940711  8290 ts_tablet_manager.cc:1434] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:41:08.942689  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:08.943452  8244 raft_consensus.cc:2468] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
I20260608 12:41:08.945168  8059 leader_election.cc:304] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:08.945201  8294 raft_consensus.cc:359] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.946197  8294 raft_consensus.cc:385] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:08.946527  8294 raft_consensus.cc:740] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:08.946717  8297 raft_consensus.cc:2804] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:08.947221  8297 raft_consensus.cc:493] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:08.947662  8297 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:08.947504  8294 consensus_queue.cc:260] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.948446  8245 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:08.950044  8294 ts_tablet_manager.cc:1434] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 12:41:08.949908  8059 leader_election.cc:304] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:08.951153  8314 raft_consensus.cc:2804] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:08.957170  8171 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:08.958986  8297 raft_consensus.cc:515] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.960475  8314 raft_consensus.cc:697] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Becoming Leader. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Running, Role: LEADER
I20260608 12:41:08.961375  8297 leader_election.cc:290] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Requested vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:08.962136  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:08.962850  8171 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:08.962615  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:08.962548  8314 consensus_queue.cc:237] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.963651  8245 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:08.970914  8245 raft_consensus.cc:2468] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:08.970914  8171 raft_consensus.cc:2468] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:08.972574  8059 leader_election.cc:304] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:08.974001  8314 raft_consensus.cc:2804] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:08.974557  8314 raft_consensus.cc:697] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Becoming Leader. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Running, Role: LEADER
I20260608 12:41:08.975358  8314 consensus_queue.cc:237] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:08.977680  7994 catalog_manager.cc:5696] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c318a01d3abe441f910f8c00f9eaaec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:08.990993  7994 catalog_manager.cc:5696] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c318a01d3abe441f910f8c00f9eaaec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:09.032778  8312 raft_consensus.cc:493] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.033391  8312 raft_consensus.cc:515] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.035195  8312 leader_election.cc:290] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.036087  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "069a92ab309e4f7a95c5868080540bc0" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:09.036305  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "069a92ab309e4f7a95c5868080540bc0" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.036674  8096 raft_consensus.cc:2468] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.036975  8171 raft_consensus.cc:2468] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.037781  8210 leader_election.cc:304] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.038497  8312 raft_consensus.cc:2804] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.038825  8312 raft_consensus.cc:493] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.039187  8312 raft_consensus.cc:3060] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.044257  8312 raft_consensus.cc:515] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.045907  8312 leader_election.cc:290] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.046801  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "069a92ab309e4f7a95c5868080540bc0" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3"
I20260608 12:41:09.046988  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "069a92ab309e4f7a95c5868080540bc0" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.047319  8096 raft_consensus.cc:3060] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.047621  8171 raft_consensus.cc:3060] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.052300  8171 raft_consensus.cc:2468] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.052354  8096 raft_consensus.cc:2468] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.053372  8210 leader_election.cc:304] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:09.054095  8312 raft_consensus.cc:2804] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.054554  8312 raft_consensus.cc:697] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Becoming Leader. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Running, Role: LEADER
I20260608 12:41:09.055208  8312 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.062829  7994 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3023a56378d342a09d4396c0c463ea81 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.110108  8314 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.110651  8314 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.112551  8314 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.113700  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:09.113619  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.114519  8245 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
I20260608 12:41:09.114593  8171 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
W20260608 12:41:09.116061  8042 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:09.115963  8059 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.116910  8314 raft_consensus.cc:2804] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.117301  8314 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.117620  8314 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.123440  8314 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.125106  8314 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Requested vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.126080  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.126598  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:09.126669  8171 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.127328  8245 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.131594  8171 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:09.132519  8245 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:09.132674  8061 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:09.133638  8314 raft_consensus.cc:2804] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.134205  8314 raft_consensus.cc:697] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Becoming Leader. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Running, Role: LEADER
I20260608 12:41:09.135113  8314 consensus_queue.cc:237] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.144099  7994 catalog_manager.cc:5696] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c318a01d3abe441f910f8c00f9eaaec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:09.258335  7994 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48904:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:09.260610  7994 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table dugtrio in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:09.295620  8084 tablet_service.cc:1511] Processing CreateTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:09.297037  8084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfc2d70073f34ae9a87f3c037417ae29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.297072  8158 tablet_service.cc:1511] Processing CreateTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:09.299021  8158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfc2d70073f34ae9a87f3c037417ae29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.299016  8232 tablet_service.cc:1511] Processing CreateTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:09.300118  8086 tablet_service.cc:1511] Processing CreateTablet for tablet 93584b4c533742518834a8e14760d5a3 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:09.300570  8232 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dfc2d70073f34ae9a87f3c037417ae29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.301497  8086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93584b4c533742518834a8e14760d5a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.303483  8233 tablet_service.cc:1511] Processing CreateTablet for tablet 93584b4c533742518834a8e14760d5a3 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:09.304886  8233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93584b4c533742518834a8e14760d5a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.304919  8161 tablet_service.cc:1511] Processing CreateTablet for tablet 93584b4c533742518834a8e14760d5a3 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:09.306385  8161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 93584b4c533742518834a8e14760d5a3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.308221  8235 tablet_service.cc:1511] Processing CreateTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:09.309651  8235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f3b7d58e23d4edc99ad33a7a412bd65. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.309391  8083 tablet_service.cc:1511] Processing CreateTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:09.310750  8083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f3b7d58e23d4edc99ad33a7a412bd65. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.312398  8160 tablet_service.cc:1511] Processing CreateTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:09.313787  8160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f3b7d58e23d4edc99ad33a7a412bd65. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.313488  8159 tablet_service.cc:1511] Processing CreateTablet for tablet 806182071dc448ec82bfe2fcadbb072c (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:09.314814  8159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 806182071dc448ec82bfe2fcadbb072c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.312400  8234 tablet_service.cc:1511] Processing CreateTablet for tablet 806182071dc448ec82bfe2fcadbb072c (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:09.315899  8234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 806182071dc448ec82bfe2fcadbb072c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.317346  8085 tablet_service.cc:1511] Processing CreateTablet for tablet 806182071dc448ec82bfe2fcadbb072c (DEFAULT_TABLE table=dugtrio [id=d398e161954f4ec8a473c1605e18b671]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:09.318676  8085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 806182071dc448ec82bfe2fcadbb072c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:09.323652  8291 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:09.330399  8291 tablet_bootstrap.cc:654] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.348886  8290 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:09.351446  8294 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:09.355790  8290 tablet_bootstrap.cc:654] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.360306  8294 tablet_bootstrap.cc:654] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.371645  8290 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:09.372320  8290 ts_tablet_manager.cc:1403] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.006s
I20260608 12:41:09.373389  8291 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:09.374011  8291 ts_tablet_manager.cc:1403] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.051s	user 0.009s	sys 0.004s
I20260608 12:41:09.375578  8290 raft_consensus.cc:359] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.378636  8290 raft_consensus.cc:385] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.381511  8290 raft_consensus.cc:740] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.382494  8290 consensus_queue.cc:260] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.388896  8291 raft_consensus.cc:359] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.393728  8290 ts_tablet_manager.cc:1434] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.002s
I20260608 12:41:09.394419  8294 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:09.395994  8294 ts_tablet_manager.cc:1403] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.045s	user 0.015s	sys 0.000s
I20260608 12:41:09.398963  8294 raft_consensus.cc:359] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.399712  8294 raft_consensus.cc:385] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.389780  8291 raft_consensus.cc:385] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.400460  8294 raft_consensus.cc:740] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.400645  8291 raft_consensus.cc:740] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.401368  8294 consensus_queue.cc:260] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.394991  8290 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:09.401589  8291 consensus_queue.cc:260] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.406821  8291 ts_tablet_manager.cc:1434] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.030s	user 0.005s	sys 0.002s
I20260608 12:41:09.408069  8291 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:09.413678  8314 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:09.414911  8291 tablet_bootstrap.cc:654] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.419068  8294 ts_tablet_manager.cc:1434] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260608 12:41:09.428798  8290 tablet_bootstrap.cc:654] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.431905  8294 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:09.439545  8294 tablet_bootstrap.cc:654] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.443689  8291 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:09.444207  8290 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:09.444401  8291 ts_tablet_manager.cc:1403] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.037s	user 0.008s	sys 0.026s
I20260608 12:41:09.444741  8290 ts_tablet_manager.cc:1403] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.050s	user 0.017s	sys 0.001s
I20260608 12:41:09.448040  8297 consensus_queue.cc:1048] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:09.448419  8290 raft_consensus.cc:359] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.448633  8291 raft_consensus.cc:359] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.449390  8290 raft_consensus.cc:385] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.449565  8291 raft_consensus.cc:385] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.450088  8290 raft_consensus.cc:740] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.450201  8291 raft_consensus.cc:740] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.451375  8290 consensus_queue.cc:260] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.451313  8291 consensus_queue.cc:260] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.456581  8291 ts_tablet_manager.cc:1434] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:41:09.459100  8291 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:09.459955  8290 ts_tablet_manager.cc:1434] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:41:09.461051  8290 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:09.466117  8291 tablet_bootstrap.cc:654] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.466249  8297 raft_consensus.cc:493] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.466837  8297 raft_consensus.cc:515] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.470391  8315 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:09.467828  8294 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:09.471606  8294 ts_tablet_manager.cc:1403] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.040s	user 0.010s	sys 0.005s
I20260608 12:41:09.482824  8336 raft_consensus.cc:493] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.483633  8336 raft_consensus.cc:515] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.487603  8336 leader_election.cc:290] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.488618  8315 consensus_queue.cc:1048] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:09.490373  8294 raft_consensus.cc:359] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.492125  8170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.493336  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:09.491389  8294 raft_consensus.cc:385] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 12:41:09.493604  8061 leader_election.cc:343] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:09.500566  8059 leader_election.cc:343] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:09.503901  8170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "806182071dc448ec82bfe2fcadbb072c" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.499727  8294 raft_consensus.cc:740] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.504767  8170 raft_consensus.cc:2468] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 0.
I20260608 12:41:09.503026  8297 leader_election.cc:290] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.504242  8290 tablet_bootstrap.cc:654] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.506294  8061 leader_election.cc:304] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:09.507313  8297 raft_consensus.cc:2804] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.507761  8297 raft_consensus.cc:493] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.508235  8297 raft_consensus.cc:3060] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.507884  8294 consensus_queue.cc:260] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.510586  8294 ts_tablet_manager.cc:1434] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.039s	user 0.004s	sys 0.002s
I20260608 12:41:09.510504  8295 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:09.511101  8059 leader_election.cc:304] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3; no voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:09.512036  8294 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:09.513693  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "806182071dc448ec82bfe2fcadbb072c" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:09.517194  8315 raft_consensus.cc:2749] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:41:09.528261  8059 leader_election.cc:343] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:09.534289  8294 tablet_bootstrap.cc:654] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.537611  8291 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:09.543215  8297 raft_consensus.cc:515] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.545329  8291 ts_tablet_manager.cc:1403] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.087s	user 0.022s	sys 0.012s
I20260608 12:41:09.548707  8291 raft_consensus.cc:359] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.549418  8291 raft_consensus.cc:385] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.549702  8291 raft_consensus.cc:740] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.550853  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "806182071dc448ec82bfe2fcadbb072c" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.550678  8291 consensus_queue.cc:260] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.551441  8171 raft_consensus.cc:3060] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.557977  8312 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:09.559228  8171 raft_consensus.cc:2468] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:09.564525  8061 leader_election.cc:304] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:09.565454  8336 raft_consensus.cc:2804] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.565943  8336 raft_consensus.cc:697] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Becoming Leader. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Running, Role: LEADER
I20260608 12:41:09.566826  8245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "806182071dc448ec82bfe2fcadbb072c" candidate_uuid: "c318a01d3abe441f910f8c00f9eaaec3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:09.566804  8336 consensus_queue.cc:237] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.567561  8245 raft_consensus.cc:3060] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.562285  8290 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:09.570848  8290 ts_tablet_manager.cc:1403] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.110s	user 0.013s	sys 0.017s
I20260608 12:41:09.573998  8290 raft_consensus.cc:359] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.563393  8297 leader_election.cc:290] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [CANDIDATE]: Term 1 election: Requested vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.574755  8343 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:09.575224  8290 raft_consensus.cc:385] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.575616  8290 raft_consensus.cc:740] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.577155  8290 consensus_queue.cc:260] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.581568  8290 ts_tablet_manager.cc:1434] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:09.582911  8290 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:09.587782  8245 raft_consensus.cc:2468] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c318a01d3abe441f910f8c00f9eaaec3 in term 1.
I20260608 12:41:09.589962  8290 tablet_bootstrap.cc:654] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.601812  8291 ts_tablet_manager.cc:1434] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.056s	user 0.011s	sys 0.003s
I20260608 12:41:09.601838  8290 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: No bootstrap required, opened a new log
I20260608 12:41:09.602617  8294 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:09.602737  8290 ts_tablet_manager.cc:1403] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260608 12:41:09.603181  8291 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Bootstrap starting.
I20260608 12:41:09.603332  8294 ts_tablet_manager.cc:1403] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.092s	user 0.011s	sys 0.019s
I20260608 12:41:09.606070  8290 raft_consensus.cc:359] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.609189  8290 raft_consensus.cc:385] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.606520  8294 raft_consensus.cc:359] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.609597  8290 raft_consensus.cc:740] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.607968  7991 catalog_manager.cc:5696] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: term changed from 0 to 1, leader changed from <none> to c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c318a01d3abe441f910f8c00f9eaaec3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:09.612975  8290 consensus_queue.cc:260] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.613006  8297 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:09.615343  8290 ts_tablet_manager.cc:1434] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.000s
I20260608 12:41:09.609784  8294 raft_consensus.cc:385] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.616231  8294 raft_consensus.cc:740] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.616446  8291 tablet_bootstrap.cc:654] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.617219  8294 consensus_queue.cc:260] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.619994  8294 ts_tablet_manager.cc:1434] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.004s
I20260608 12:41:09.621094  8346 raft_consensus.cc:493] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.621717  8346 raft_consensus.cc:515] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.625985  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93584b4c533742518834a8e14760d5a3" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:09.626752  8096 raft_consensus.cc:2468] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.628227  8210 leader_election.cc:304] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.629136  8312 raft_consensus.cc:2804] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.629582  8312 raft_consensus.cc:493] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.629966  8312 raft_consensus.cc:3060] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.630263  8346 leader_election.cc:290] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.629230  8291 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: No bootstrap required, opened a new log
I20260608 12:41:09.631048  8291 ts_tablet_manager.cc:1403] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.010s
I20260608 12:41:09.621280  8294 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Bootstrap starting.
I20260608 12:41:09.636427  8168 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93584b4c533742518834a8e14760d5a3" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
W20260608 12:41:09.638067  8210 leader_election.cc:343] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:09.639338  8294 tablet_bootstrap.cc:654] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:09.641721  8312 raft_consensus.cc:515] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.642776  8291 raft_consensus.cc:359] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.643468  8291 raft_consensus.cc:385] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.643748  8291 raft_consensus.cc:740] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.644513  8291 consensus_queue.cc:260] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.647002  8291 ts_tablet_manager.cc:1434] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.003s
I20260608 12:41:09.651465  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93584b4c533742518834a8e14760d5a3" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3"
I20260608 12:41:09.652154  8096 raft_consensus.cc:3060] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.659381  8096 raft_consensus.cc:2468] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.660800  8210 leader_election.cc:304] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.662072  8312 leader_election.cc:290] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.663017  8312 raft_consensus.cc:2804] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.663511  8312 raft_consensus.cc:697] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Becoming Leader. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Running, Role: LEADER
I20260608 12:41:09.664384  8312 consensus_queue.cc:237] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.667171  8346 raft_consensus.cc:493] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.667769  8346 raft_consensus.cc:515] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.668977  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "93584b4c533742518834a8e14760d5a3" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.670111  8346 leader_election.cc:290] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
W20260608 12:41:09.670264  8210 leader_election.cc:343] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:09.667294  8294 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: No bootstrap required, opened a new log
I20260608 12:41:09.671007  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:09.672047  8096 raft_consensus.cc:2468] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.672423  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.673390  8171 raft_consensus.cc:2468] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.673662  8210 leader_election.cc:304] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.671041  8294 ts_tablet_manager.cc:1403] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Time spent bootstrapping tablet: real 0.050s	user 0.017s	sys 0.014s
I20260608 12:41:09.675596  8346 raft_consensus.cc:2804] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.676226  8346 raft_consensus.cc:493] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.676668  8346 raft_consensus.cc:3060] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.679515  8294 raft_consensus.cc:359] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.680300  8294 raft_consensus.cc:385] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:09.680610  8294 raft_consensus.cc:740] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Initialized, Role: FOLLOWER
I20260608 12:41:09.681403  8294 consensus_queue.cc:260] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.683583  8294 ts_tablet_manager.cc:1434] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 12:41:09.684872  8346 raft_consensus.cc:515] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.684883  7993 catalog_manager.cc:5696] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3023a56378d342a09d4396c0c463ea81 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.687314  8346 leader_election.cc:290] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.688771  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3"
I20260608 12:41:09.689394  8096 raft_consensus.cc:3060] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.689575  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f3b7d58e23d4edc99ad33a7a412bd65" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.690205  8171 raft_consensus.cc:3060] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.696842  8096 raft_consensus.cc:2468] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.697260  8171 raft_consensus.cc:2468] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.698230  8210 leader_election.cc:304] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.698956  8346 raft_consensus.cc:2804] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.699467  8346 raft_consensus.cc:697] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Becoming Leader. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Running, Role: LEADER
I20260608 12:41:09.700238  8346 consensus_queue.cc:237] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.708847  7993 catalog_manager.cc:5696] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3023a56378d342a09d4396c0c463ea81 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.761976  8351 raft_consensus.cc:493] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.762614  8351 raft_consensus.cc:515] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.764871  8351 leader_election.cc:290] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.771410  8346 raft_consensus.cc:493] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:09.773000  8346 raft_consensus.cc:515] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.777873  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:09.778699  8096 raft_consensus.cc:2468] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.779734  8346 leader_election.cc:290] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.780462  8210 leader_election.cc:304] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: 
I20260608 12:41:09.781476  8346 raft_consensus.cc:2804] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.781467  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:09.782087  8346 raft_consensus.cc:493] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.782318  8171 raft_consensus.cc:2468] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 0.
I20260608 12:41:09.782477  8346 raft_consensus.cc:3060] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.789088  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3" is_pre_election: true
I20260608 12:41:09.789857  8096 raft_consensus.cc:2468] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 0.
I20260608 12:41:09.790355  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:09.790805  8346 raft_consensus.cc:515] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.791249  8136 leader_election.cc:304] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:09.792304  8244 raft_consensus.cc:2393] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fea701bc33694daebfcfbc381c8fb718 in current term 1: Already voted for candidate 3023a56378d342a09d4396c0c463ea81 in this term.
I20260608 12:41:09.792251  8351 raft_consensus.cc:2804] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:09.792824  8351 raft_consensus.cc:493] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:09.793193  8351 raft_consensus.cc:3060] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.794361  8346 leader_election.cc:290] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:09.794564  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718"
I20260608 12:41:09.794975  8096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3"
I20260608 12:41:09.795607  8096 raft_consensus.cc:3060] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:09.799122  8351 raft_consensus.cc:515] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.800213  8171 raft_consensus.cc:2393] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3023a56378d342a09d4396c0c463ea81 in current term 1: Already voted for candidate fea701bc33694daebfcfbc381c8fb718 in this term.
I20260608 12:41:09.802184  8095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c318a01d3abe441f910f8c00f9eaaec3"
I20260608 12:41:09.802281  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dfc2d70073f34ae9a87f3c037417ae29" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:09.803217  8244 raft_consensus.cc:2393] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate fea701bc33694daebfcfbc381c8fb718 in current term 1: Already voted for candidate 3023a56378d342a09d4396c0c463ea81 in this term.
I20260608 12:41:09.804132  8096 raft_consensus.cc:2468] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3023a56378d342a09d4396c0c463ea81 in term 1.
I20260608 12:41:09.804335  8351 leader_election.cc:290] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 1 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:09.804417  8134 leader_election.cc:304] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: fea701bc33694daebfcfbc381c8fb718; no voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3
I20260608 12:41:09.805449  8351 raft_consensus.cc:2749] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:09.805359  8210 leader_election.cc:304] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, c318a01d3abe441f910f8c00f9eaaec3; no voters: fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:09.806384  8346 raft_consensus.cc:2804] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:09.806977  8346 raft_consensus.cc:697] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Becoming Leader. State: Replica: 3023a56378d342a09d4396c0c463ea81, State: Running, Role: LEADER
I20260608 12:41:09.807796  8346 consensus_queue.cc:237] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:09.816610  7993 catalog_manager.cc:5696] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3023a56378d342a09d4396c0c463ea81 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:09.847832   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:09.870689   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:09.871929   431 tablet_replica.cc:333] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.872995   431 raft_consensus.cc:2243] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.873387   431 raft_consensus.cc:2272] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.875527   431 tablet_replica.cc:333] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.876138   431 raft_consensus.cc:2243] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.876573   431 raft_consensus.cc:2272] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.878751   431 tablet_replica.cc:333] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.879288   431 raft_consensus.cc:2243] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:09.880122   431 raft_consensus.cc:2272] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.882404   431 tablet_replica.cc:333] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.882915   431 raft_consensus.cc:2243] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.883265   431 raft_consensus.cc:2272] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.885444   431 tablet_replica.cc:333] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.885950   431 raft_consensus.cc:2243] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:09.886718   431 raft_consensus.cc:2272] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.888995   431 tablet_replica.cc:333] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.889475   431 raft_consensus.cc:2243] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:09.889803   431 raft_consensus.cc:2272] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.891980   431 tablet_replica.cc:333] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.892553   431 raft_consensus.cc:2243] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:09.893388   431 raft_consensus.cc:2272] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.895670   431 tablet_replica.cc:333] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: stopping tablet replica
I20260608 12:41:09.896232   431 raft_consensus.cc:2243] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:09.896863   431 pending_rounds.cc:70] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Trying to abort 1 pending ops.
I20260608 12:41:09.897032   431 pending_rounds.cc:77] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658435356266496 op_type: NO_OP noop_request { }
I20260608 12:41:09.897398   431 raft_consensus.cc:2889] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:09.897766   431 raft_consensus.cc:2272] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:09.928139   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:10.007820  8210 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 12:41:10.012313  8210 consensus_peers.cc:597] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 -> Peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Couldn't send request to peer c318a01d3abe441f910f8c00f9eaaec3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:10.099503  8346 consensus_queue.cc:1048] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:10.103713  8168 raft_consensus.cc:3060] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:10.114699  8346 consensus_queue.cc:1048] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:10.117309  8210 consensus_peers.cc:597] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 -> Peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Couldn't send request to peer c318a01d3abe441f910f8c00f9eaaec3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:10.137084  8210 consensus_peers.cc:597] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 -> Peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Couldn't send request to peer c318a01d3abe441f910f8c00f9eaaec3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:10.336460  8210 consensus_peers.cc:597] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 -> Peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Couldn't send request to peer c318a01d3abe441f910f8c00f9eaaec3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:10.376653  8295 consensus_queue.cc:1048] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:10.621912  8295 consensus_queue.cc:579] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Leader has been unable to successfully communicate with peer c318a01d3abe441f910f8c00f9eaaec3 for more than 1 seconds (1.039s)
I20260608 12:41:10.713690  8295 consensus_queue.cc:579] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Leader has been unable to successfully communicate with peer c318a01d3abe441f910f8c00f9eaaec3 for more than 1 seconds (1.048s)
I20260608 12:41:10.904858  8295 consensus_queue.cc:579] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Leader has been unable to successfully communicate with peer c318a01d3abe441f910f8c00f9eaaec3 for more than 1 seconds (1.096s)
I20260608 12:41:10.927121  8295 raft_consensus.cc:493] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:10.927659  8295 raft_consensus.cc:515] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:10.929526  8295 leader_election.cc:290] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011), c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765)
I20260608 12:41:10.930544  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
W20260608 12:41:10.933648  8210 leader_election.cc:336] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:10.934026  8210 leader_election.cc:304] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81; no voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:10.934854  8295 raft_consensus.cc:2749] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:10.959949  7993 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:48894:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:10.960651  7993 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:48894:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:41:10.976861  8373 raft_consensus.cc:493] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:10.976969  7993 catalog_manager.cc:5983] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Sending DeleteTablet for 3 replicas of tablet dfc2d70073f34ae9a87f3c037417ae29
I20260608 12:41:10.977344  8373 raft_consensus.cc:515] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:10.979100  7993 catalog_manager.cc:5983] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Sending DeleteTablet for 3 replicas of tablet 93584b4c533742518834a8e14760d5a3
I20260608 12:41:10.979439  8373 leader_election.cc:290] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:10.980228  8235 tablet_service.cc:1558] Processing DeleteTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:40102
I20260608 12:41:10.981240  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:10.981971  8234 tablet_service.cc:1558] Processing DeleteTablet for tablet 93584b4c533742518834a8e14760d5a3 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:40102
I20260608 12:41:10.981941  8244 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 1.
I20260608 12:41:10.982651  7993 catalog_manager.cc:5983] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Sending DeleteTablet for 3 replicas of tablet 7f3b7d58e23d4edc99ad33a7a412bd65
I20260608 12:41:10.984000  8295 raft_consensus.cc:493] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:10.984501  8295 raft_consensus.cc:515] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:10.984853  7993 catalog_manager.cc:5983] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: Sending DeleteTablet for 3 replicas of tablet 806182071dc448ec82bfe2fcadbb072c
I20260608 12:41:10.986620  8295 leader_election.cc:290] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:10.988153  8376 tablet_replica.cc:333] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:10.989192  8376 raft_consensus.cc:2243] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:10.989599  8134 leader_election.cc:304] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:10.990423  8376 raft_consensus.cc:2272] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:10.991129  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
I20260608 12:41:10.992609  8235 tablet_service.cc:1558] Processing DeleteTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:40102
I20260608 12:41:10.993429  8161 tablet_service.cc:1558] Processing DeleteTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:54896
I20260608 12:41:10.994542  8376 ts_tablet_manager.cc:1916] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:10.994695  8160 tablet_service.cc:1558] Processing DeleteTablet for tablet 93584b4c533742518834a8e14760d5a3 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:54896
I20260608 12:41:10.995412  8158 tablet_service.cc:1558] Processing DeleteTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:54896
I20260608 12:41:10.997891   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:11.000296  8159 tablet_service.cc:1558] Processing DeleteTablet for tablet 806182071dc448ec82bfe2fcadbb072c with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:54896
I20260608 12:41:11.001250  8234 tablet_service.cc:1558] Processing DeleteTablet for tablet 806182071dc448ec82bfe2fcadbb072c with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:40102
I20260608 12:41:11.009351  8373 raft_consensus.cc:2804] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260608 12:41:11.022524  8210 leader_election.cc:336] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.024595  8210 leader_election.cc:304] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81; no voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:11.025501  8295 raft_consensus.cc:2749] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:11.023195  8373 raft_consensus.cc:493] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.029338  8373 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.031977  8376 ts_tablet_manager.cc:1929] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.034520  8376 log.cc:1199] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/wals/dfc2d70073f34ae9a87f3c037417ae29
I20260608 12:41:11.035724  8377 tablet_replica.cc:333] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:11.036904  8377 raft_consensus.cc:2243] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.038602  8377 raft_consensus.cc:2272] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.039261  8376 ts_tablet_manager.cc:1950] T dfc2d70073f34ae9a87f3c037417ae29 P 3023a56378d342a09d4396c0c463ea81: Deleting consensus metadata
W20260608 12:41:11.039673  8136 leader_election.cc:336] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.041003  8380 raft_consensus.cc:493] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.042099  8380 raft_consensus.cc:515] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.043725  8377 ts_tablet_manager.cc:1916] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.045418  8380 leader_election.cc:290] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:11.048771  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:11.049688  8244 raft_consensus.cc:2468] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 1.
I20260608 12:41:11.051642  8134 leader_election.cc:304] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: 
W20260608 12:41:11.052260  7980 catalog_manager.cc:4754] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet dfc2d70073f34ae9a87f3c037417ae29: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.053000  8380 raft_consensus.cc:2804] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:11.053499  8380 raft_consensus.cc:493] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.053996  8380 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.055361  8373 raft_consensus.cc:515] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.057650  8373 leader_election.cc:290] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:11.059165  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e062f565a74b4dec89c087c8e438123d" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:11.059980  8244 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:11.060029  8136 leader_election.cc:336] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.065398  8376 tablet_replica.cc:333] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:11.065670  7978 catalog_manager.cc:5027] TS 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): tablet dfc2d70073f34ae9a87f3c037417ae29 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.066989  8376 raft_consensus.cc:2243] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:11.068228  8244 raft_consensus.cc:2468] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 2.
I20260608 12:41:11.069550  8134 leader_election.cc:304] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:11.070502  8373 raft_consensus.cc:2804] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Leader election won for term 2
W20260608 12:41:11.070966  8136 leader_election.cc:336] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.073856  8377 ts_tablet_manager.cc:1929] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.074594  8377 log.cc:1199] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/wals/dfc2d70073f34ae9a87f3c037417ae29
W20260608 12:41:11.075631  8382 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:11.076514  8381 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:11.076555  8376 raft_consensus.cc:2272] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.076715  8380 raft_consensus.cc:515] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.077718  8377 ts_tablet_manager.cc:1950] T dfc2d70073f34ae9a87f3c037417ae29 P fea701bc33694daebfcfbc381c8fb718: Deleting consensus metadata
I20260608 12:41:11.078423  8373 raft_consensus.cc:697] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Becoming Leader. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Running, Role: LEADER
I20260608 12:41:11.079679  8373 consensus_queue.cc:237] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.086346  8376 ts_tablet_manager.cc:1916] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.086501  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6a38ddbebfa4989b68874da0aedeaff" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:11.087190  8244 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:11.088097  8136 leader_election.cc:336] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.088904  8380 leader_election.cc:290] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:11.093088  8377 tablet_replica.cc:333] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:11.093313  7980 catalog_manager.cc:5027] TS fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): tablet dfc2d70073f34ae9a87f3c037417ae29 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.094633  8377 raft_consensus.cc:2243] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.095496  8377 raft_consensus.cc:2272] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.098376  8244 raft_consensus.cc:2468] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 2.
I20260608 12:41:11.100149  8134 leader_election.cc:304] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: c318a01d3abe441f910f8c00f9eaaec3
I20260608 12:41:11.101296  8384 raft_consensus.cc:2804] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:11.101864  8384 raft_consensus.cc:697] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Becoming Leader. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Running, Role: LEADER
I20260608 12:41:11.101895  8377 ts_tablet_manager.cc:1916] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.102972  8384 consensus_queue.cc:237] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
W20260608 12:41:11.104635  8387 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:11.111260   431 server_base.cc:1061] running on GCE node
I20260608 12:41:11.111276  8295 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.112551   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:11.112917   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:11.112491  8295 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.113138   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922471113094 us; error 0 us; skew 500 ppm
I20260608 12:41:11.114216   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:11.114779  8295 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:11.116457  7993 catalog_manager.cc:5696] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 reported cstate change: term changed from 1 to 2, leader changed from c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) to fea701bc33694daebfcfbc381c8fb718 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:11.119146  8171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "3023a56378d342a09d4396c0c463ea81" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "fea701bc33694daebfcfbc381c8fb718" is_pre_election: true
W20260608 12:41:11.125306  8210 leader_election.cc:336] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.125758   431 webserver.cc:533] Webserver started at http://127.0.107.196:45137/ using document root <none> and password file <none>
I20260608 12:41:11.125844  8377 ts_tablet_manager.cc:1929] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.126644  8377 log.cc:1199] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/wals/93584b4c533742518834a8e14760d5a3
I20260608 12:41:11.126911   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:11.127193   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:11.127427  8377 ts_tablet_manager.cc:1950] T 93584b4c533742518834a8e14760d5a3 P fea701bc33694daebfcfbc381c8fb718: Deleting consensus metadata
I20260608 12:41:11.127534   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:11.127774  8210 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81; no voters: c318a01d3abe441f910f8c00f9eaaec3, fea701bc33694daebfcfbc381c8fb718
I20260608 12:41:11.128954  8295 raft_consensus.cc:2749] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:11.129194   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661"
format_stamp: "Formatted at 2026-06-08 12:41:11 on dist-test-slave-mnll"
I20260608 12:41:11.131258  8377 tablet_replica.cc:333] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:11.132246  8377 raft_consensus.cc:2243] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.132768  7980 catalog_manager.cc:5027] TS fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): tablet 93584b4c533742518834a8e14760d5a3 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.132822  8377 raft_consensus.cc:2272] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:11.139626  8042 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c318a01d3abe441f910f8c00f9eaaec3 not available for placement
I20260608 12:41:11.142237  7993 catalog_manager.cc:5696] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 reported cstate change: term changed from 1 to 2, leader changed from c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) to fea701bc33694daebfcfbc381c8fb718 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:11.136139  8377 ts_tablet_manager.cc:1916] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.146082  8373 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.146744  8373 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.147020  8376 ts_tablet_manager.cc:1929] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.147547  8376 log.cc:1199] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/wals/93584b4c533742518834a8e14760d5a3
I20260608 12:41:11.148344  8376 ts_tablet_manager.cc:1950] T 93584b4c533742518834a8e14760d5a3 P 3023a56378d342a09d4396c0c463ea81: Deleting consensus metadata
I20260608 12:41:11.149169  8373 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:11.150408  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81" is_pre_election: true
I20260608 12:41:11.151032  8244 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 1.
I20260608 12:41:11.152415  8134 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: 
I20260608 12:41:11.153354  8373 raft_consensus.cc:2804] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:11.153721  8373 raft_consensus.cc:493] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c318a01d3abe441f910f8c00f9eaaec3)
I20260608 12:41:11.154116  8373 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:11.157255  8136 leader_election.cc:336] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.160463   431 fs_manager.cc:696] Time spent creating directory manager: real 0.031s	user 0.018s	sys 0.009s
I20260608 12:41:11.161598  8373 raft_consensus.cc:515] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.165198  8244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1ae86d29da5f497493df5e0d4e85dbf8" candidate_uuid: "fea701bc33694daebfcfbc381c8fb718" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "3023a56378d342a09d4396c0c463ea81"
I20260608 12:41:11.165789  8244 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.171434  8377 ts_tablet_manager.cc:1929] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
W20260608 12:41:11.171733  8136 leader_election.cc:336] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111)
I20260608 12:41:11.171950  8377 log.cc:1199] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/wals/7f3b7d58e23d4edc99ad33a7a412bd65
I20260608 12:41:11.172788  8244 raft_consensus.cc:2468] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fea701bc33694daebfcfbc381c8fb718 in term 2.
I20260608 12:41:11.172817  8377 ts_tablet_manager.cc:1950] T 7f3b7d58e23d4edc99ad33a7a412bd65 P fea701bc33694daebfcfbc381c8fb718: Deleting consensus metadata
I20260608 12:41:11.174110  8134 leader_election.cc:304] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 3023a56378d342a09d4396c0c463ea81, fea701bc33694daebfcfbc381c8fb718; no voters: c318a01d3abe441f910f8c00f9eaaec3
I20260608 12:41:11.175666  8377 tablet_replica.cc:333] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:11.175792  8384 raft_consensus.cc:2804] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:11.176388  8384 raft_consensus.cc:697] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Becoming Leader. State: Replica: fea701bc33694daebfcfbc381c8fb718, State: Running, Role: LEADER
I20260608 12:41:11.176749  8377 raft_consensus.cc:2243] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.177299  8377 raft_consensus.cc:2272] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.177235  8384 consensus_queue.cc:237] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.179042  7978 catalog_manager.cc:5027] TS 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): tablet 93584b4c533742518834a8e14760d5a3 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.180517  8376 tablet_replica.cc:333] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:11.180811  8392 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.181010  7980 catalog_manager.cc:5027] TS fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.181917   431 fs_manager.cc:730] Time spent opening block manager: real 0.018s	user 0.007s	sys 0.004s
I20260608 12:41:11.181317  8373 leader_election.cc:290] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [CANDIDATE]: Term 2 election: Requested vote from peers c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765), 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:11.182788   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661"
format_stamp: "Formatted at 2026-06-08 12:41:11 on dist-test-slave-mnll"
I20260608 12:41:11.183262  8376 raft_consensus.cc:2243] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:11.183485  8377 ts_tablet_manager.cc:1916] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.183220   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:11.184571  8376 raft_consensus.cc:2272] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.187691  8376 ts_tablet_manager.cc:1916] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.192551  7993 catalog_manager.cc:5696] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 reported cstate change: term changed from 1 to 2, leader changed from c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) to fea701bc33694daebfcfbc381c8fb718 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:11.198457  8377 ts_tablet_manager.cc:1929] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:11.202047  8377 log.cc:1199] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/wals/806182071dc448ec82bfe2fcadbb072c
I20260608 12:41:11.202826  8377 ts_tablet_manager.cc:1950] T 806182071dc448ec82bfe2fcadbb072c P fea701bc33694daebfcfbc381c8fb718: Deleting consensus metadata
I20260608 12:41:11.207903  7980 catalog_manager.cc:5027] TS fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): tablet 806182071dc448ec82bfe2fcadbb072c (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.211634   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:11.212081  8376 ts_tablet_manager.cc:1929] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.212517  8376 log.cc:1199] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/wals/7f3b7d58e23d4edc99ad33a7a412bd65
I20260608 12:41:11.213208   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:11.213310  8376 ts_tablet_manager.cc:1950] T 7f3b7d58e23d4edc99ad33a7a412bd65 P 3023a56378d342a09d4396c0c463ea81: Deleting consensus metadata
I20260608 12:41:11.215319   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:11.216809  8376 tablet_replica.cc:333] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:11.216858  7978 catalog_manager.cc:5027] TS 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.217906  8376 raft_consensus.cc:2243] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.218569  8376 raft_consensus.cc:2272] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.218600   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:11.219146   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.001s	user 0.001s	sys 0.000s
I20260608 12:41:11.219482   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:11.219710   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.221927  8376 ts_tablet_manager.cc:1916] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.242549  8376 ts_tablet_manager.cc:1929] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:11.243083  8376 log.cc:1199] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/wals/806182071dc448ec82bfe2fcadbb072c
I20260608 12:41:11.243992  8376 ts_tablet_manager.cc:1950] T 806182071dc448ec82bfe2fcadbb072c P 3023a56378d342a09d4396c0c463ea81: Deleting consensus metadata
I20260608 12:41:11.248353  7978 catalog_manager.cc:5027] TS 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): tablet 806182071dc448ec82bfe2fcadbb072c (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.274194   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36197
I20260608 12:41:11.274307  8455 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36197 every 8 connection(s)
I20260608 12:41:11.279551   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:11.288249  8459 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:11.288450  8460 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:11.293593   431 server_base.cc:1061] running on GCE node
W20260608 12:41:11.293432  8462 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:11.296351   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:11.296108  8456 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37025
W20260608 12:41:11.296670   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:11.296978   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922471296959 us; error 0 us; skew 500 ppm
I20260608 12:41:11.297003  8456 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:11.297914   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:11.298378  8456 heartbeater.cc:507] Master 127.0.107.254:37025 requested a full tablet report, sending...
I20260608 12:41:11.300976   431 webserver.cc:533] Webserver started at http://127.0.107.193:37569/ using document root <none> and password file <none>
I20260608 12:41:11.301306  7993 ts_manager.cc:194] Registered new tserver with Master: eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197)
I20260608 12:41:11.301741   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:11.302037   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:41:11.303164  7993 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48926
I20260608 12:41:11.306540   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260608 12:41:11.310880  8467 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.311915   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:11.312269   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "c318a01d3abe441f910f8c00f9eaaec3"
format_stamp: "Formatted at 2026-06-08 12:41:07 on dist-test-slave-mnll"
I20260608 12:41:11.312687   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:11.335804   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:11.337159   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:11.339020   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:11.343034  8474 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:41:11.380792   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:41:11.381210   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.039s	user 0.002s	sys 0.000s
I20260608 12:41:11.381497   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:41:11.385812  8474 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.400658  8474 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.402181  8474 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.402930  8474 ts_tablet_manager.cc:1403] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 12:41:11.405939  8474 raft_consensus.cc:359] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.406615  8474 raft_consensus.cc:740] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.407614  8474 consensus_queue.cc:260] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.410243  8474 ts_tablet_manager.cc:1434] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:11.411103  8474 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.416796   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:41:11.417086   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.036s	user 0.035s	sys 0.000s
I20260608 12:41:11.424510  8474 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.425645  8474 tablet_bootstrap.cc:492] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.426358  8474 ts_tablet_manager.cc:1403] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.007s
I20260608 12:41:11.428715  8474 raft_consensus.cc:359] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.429546  8474 raft_consensus.cc:740] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.430320  8474 consensus_queue.cc:260] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.432277  8474 ts_tablet_manager.cc:1434] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:41:11.433331  8474 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.447259  8474 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.448170  8474 tablet_bootstrap.cc:492] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.449030  8474 ts_tablet_manager.cc:1403] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 12:41:11.451289  8474 raft_consensus.cc:359] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.451924  8474 raft_consensus.cc:740] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.452751  8474 consensus_queue.cc:260] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.454823  8474 ts_tablet_manager.cc:1434] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.001s
I20260608 12:41:11.455921  8474 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.470733  8474 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.472249  8474 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.473305  8474 ts_tablet_manager.cc:1403] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260608 12:41:11.475708  8474 raft_consensus.cc:359] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.476366  8474 raft_consensus.cc:740] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.477115  8474 consensus_queue.cc:260] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.479049  8474 ts_tablet_manager.cc:1434] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.000s
I20260608 12:41:11.479830  8474 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.482856   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39765
I20260608 12:41:11.483049  8535 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39765 every 8 connection(s)
I20260608 12:41:11.491604  8474 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.492573  8474 tablet_bootstrap.cc:492] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.493300  8474 ts_tablet_manager.cc:1403] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.003s
I20260608 12:41:11.495270  8474 raft_consensus.cc:359] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.495894  8474 raft_consensus.cc:740] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.496814  8474 consensus_queue.cc:260] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.499128  8474 ts_tablet_manager.cc:1434] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:11.499946  8536 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37025
I20260608 12:41:11.499949  8474 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.500504  8536 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:11.501315  8536 heartbeater.cc:507] Master 127.0.107.254:37025 requested a full tablet report, sending...
I20260608 12:41:11.506323  7993 ts_manager.cc:194] Re-registered known tserver with Master: c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765)
I20260608 12:41:11.514447  8474 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 12:41:11.514890  7993 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48934
I20260608 12:41:11.515401  8474 tablet_bootstrap.cc:492] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.516124  8474 ts_tablet_manager.cc:1403] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.003s
I20260608 12:41:11.517891  8536 heartbeater.cc:499] Master 127.0.107.254:37025 was elected leader, sending a full tablet report...
I20260608 12:41:11.518296  8474 raft_consensus.cc:359] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.518972  8474 raft_consensus.cc:740] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.519634  8474 consensus_queue.cc:260] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.521117  8474 ts_tablet_manager.cc:1434] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:11.521787  8474 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.534260  8474 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.535162  8474 tablet_bootstrap.cc:492] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.535888  8474 ts_tablet_manager.cc:1403] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.000s
I20260608 12:41:11.538395  8474 raft_consensus.cc:359] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.539119  8474 raft_consensus.cc:740] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.539945  8474 consensus_queue.cc:260] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.542187  8474 ts_tablet_manager.cc:1434] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:11.543081  8474 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap starting.
I20260608 12:41:11.550122  8510 raft_consensus.cc:3060] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.557521  8510 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.558321  8474 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:11.559244  8244 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.559332  8474 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Bootstrap complete.
I20260608 12:41:11.559260  8384 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:11.560340  8474 ts_tablet_manager.cc:1403] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.007s
I20260608 12:41:11.560909  8373 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:11.562662  8474 raft_consensus.cc:359] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.563398  8474 raft_consensus.cc:740] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: c318a01d3abe441f910f8c00f9eaaec3, State: Initialized, Role: FOLLOWER
I20260608 12:41:11.564255  8474 consensus_queue.cc:260] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.566692  8474 ts_tablet_manager.cc:1434] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:41:11.581437  8245 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.583276  8373 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:11.583531  8509 raft_consensus.cc:3060] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.592355  8509 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.594561  8380 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:11.665087  8509 raft_consensus.cc:3060] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:11.669072  8245 raft_consensus.cc:1275] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.671103  8380 consensus_queue.cc:1048] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:11.672830  8509 raft_consensus.cc:1275] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:11.674647  8380 consensus_queue.cc:1048] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:11.688189  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet 93584b4c533742518834a8e14760d5a3 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:37644
I20260608 12:41:11.694000  8555 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:11.695182  8555 raft_consensus.cc:2243] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.695891  8555 raft_consensus.cc:2272] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.699443  8555 ts_tablet_manager.cc:1916] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.704766  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet 7f3b7d58e23d4edc99ad33a7a412bd65 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:37644
I20260608 12:41:11.713593  8555 ts_tablet_manager.cc:1929] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:11.714018  8555 log.cc:1199] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/wals/93584b4c533742518834a8e14760d5a3
I20260608 12:41:11.714655  8555 ts_tablet_manager.cc:1950] T 93584b4c533742518834a8e14760d5a3 P c318a01d3abe441f910f8c00f9eaaec3: Deleting consensus metadata
I20260608 12:41:11.717242  8555 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:11.718015  8555 raft_consensus.cc:2243] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.717808  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet 806182071dc448ec82bfe2fcadbb072c with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:37644
I20260608 12:41:11.717837  7980 catalog_manager.cc:5027] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): tablet 93584b4c533742518834a8e14760d5a3 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.718937  8555 raft_consensus.cc:2272] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.721439  8555 ts_tablet_manager.cc:1916] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.731986  8555 ts_tablet_manager.cc:1929] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:11.732326  8555 log.cc:1199] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/wals/7f3b7d58e23d4edc99ad33a7a412bd65
I20260608 12:41:11.732893  8555 ts_tablet_manager.cc:1950] T 7f3b7d58e23d4edc99ad33a7a412bd65 P c318a01d3abe441f910f8c00f9eaaec3: Deleting consensus metadata
I20260608 12:41:11.735311  8555 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:11.735333  7980 catalog_manager.cc:5027] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): tablet 7f3b7d58e23d4edc99ad33a7a412bd65 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.736145  8555 raft_consensus.cc:2243] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.736575  8555 pending_rounds.cc:70] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Trying to abort 1 pending ops.
I20260608 12:41:11.736797  8555 pending_rounds.cc:77] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658435356266496 op_type: NO_OP noop_request { }
I20260608 12:41:11.737110  8555 raft_consensus.cc:2889] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:11.737434  8555 raft_consensus.cc:2272] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.739792  8555 ts_tablet_manager.cc:1916] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.751367  8555 ts_tablet_manager.cc:1929] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:41:11.751749  8555 log.cc:1199] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/wals/806182071dc448ec82bfe2fcadbb072c
I20260608 12:41:11.752454  8555 ts_tablet_manager.cc:1950] T 806182071dc448ec82bfe2fcadbb072c P c318a01d3abe441f910f8c00f9eaaec3: Deleting consensus metadata
I20260608 12:41:11.754951  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet dfc2d70073f34ae9a87f3c037417ae29 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:41:10 UTC) from {username='slave'} at 127.0.0.1:37644
I20260608 12:41:11.755060  7980 catalog_manager.cc:5027] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): tablet 806182071dc448ec82bfe2fcadbb072c (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.756031  8555 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:11.756729  8555 raft_consensus.cc:2243] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:11.757185  8555 raft_consensus.cc:2272] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:11.759652  8555 ts_tablet_manager.cc:1916] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:41:11.769955  8555 ts_tablet_manager.cc:1929] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:41:11.770296  8555 log.cc:1199] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/wals/dfc2d70073f34ae9a87f3c037417ae29
I20260608 12:41:11.771073  8555 ts_tablet_manager.cc:1950] T dfc2d70073f34ae9a87f3c037417ae29 P c318a01d3abe441f910f8c00f9eaaec3: Deleting consensus metadata
I20260608 12:41:11.774312  7980 catalog_manager.cc:5027] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): tablet dfc2d70073f34ae9a87f3c037417ae29 (table dugtrio [id=d398e161954f4ec8a473c1605e18b671]) successfully deleted
I20260608 12:41:11.795157  8245 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:11.803728  8171 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:11.803987  8510 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:11.805370  8557 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:11.806332  8552 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:11.815913  8211 consensus_peers.cc:597] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 -> Peer eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197): Couldn't send request to peer eb8b8fc44d9640c4a4d7f08b7f99a661. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 069a92ab309e4f7a95c5868080540bc0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:11.815409  8552 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:11.817672  8171 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:11.819587  8510 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:11.827661  7978 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 069a92ab309e4f7a95c5868080540bc0 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 7)
I20260608 12:41:11.829753  7991 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 reported cstate change: config changed from index -1 to 2, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:11.847923  8245 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } }
I20260608 12:41:11.853423  8171 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:11.853663  8510 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:11.855026  8552 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:11.855736  8557 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:11.862764  8295 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } }
I20260608 12:41:11.864645  8510 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } }
I20260608 12:41:11.864822  8171 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } }
I20260608 12:41:11.872501  7978 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 069a92ab309e4f7a95c5868080540bc0 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:11.876293  7994 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: config changed from index 2 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } }
I20260608 12:41:11.894932  8421 tablet_service.cc:1558] Processing DeleteTablet for tablet 069a92ab309e4f7a95c5868080540bc0 with delete_type TABLET_DATA_TOMBSTONED (TS eb8b8fc44d9640c4a4d7f08b7f99a661 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:59812
W20260608 12:41:11.897663  7981 catalog_manager.cc:4994] TS eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197): delete failed for tablet 069a92ab309e4f7a95c5868080540bc0 because the tablet was not found. No further retry: Not found: Tablet not found: 069a92ab309e4f7a95c5868080540bc0
I20260608 12:41:12.171028  8171 consensus_queue.cc:237] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.178165  8510 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:12.178220  8245 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:12.179939  8384 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:12.180900  8380 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:12.191991  8137 consensus_peers.cc:597] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 -> Peer eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197): Couldn't send request to peer eb8b8fc44d9640c4a4d7f08b7f99a661. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1ae86d29da5f497493df5e0d4e85dbf8. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:12.191227  8380 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.194018  8245 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.196559  8510 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.211383  7993 catalog_manager.cc:5696] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 reported cstate change: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:12.221247  8245 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
W20260608 12:41:12.230171  8211 consensus_peers.cc:597] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 -> Peer eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197): Couldn't send request to peer eb8b8fc44d9640c4a4d7f08b7f99a661. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 069a92ab309e4f7a95c5868080540bc0. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:12.230661  8510 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:12.231148  8171 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:12.232591  8295 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:12.233633  8564 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:12.242444  8552 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.245122  8510 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.251189  8171 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.258065  7991 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: config changed from index 3 to 4, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:12.259006  8168 consensus_queue.cc:237] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.267645  8510 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:12.267647  8245 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 12:41:12.267899  8137 consensus_peers.cc:597] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 -> Peer eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196:36197): Couldn't send request to peer eb8b8fc44d9640c4a4d7f08b7f99a661. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e062f565a74b4dec89c087c8e438123d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:12.269547  8384 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:12.270445  8569 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:12.279834  8380 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.282897  8509 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.285841  8245 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.298048  7991 catalog_manager.cc:5696] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 reported cstate change: config changed from index -1 to 3, NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } } }
I20260608 12:41:12.305873  8456 heartbeater.cc:499] Master 127.0.107.254:37025 was elected leader, sending a full tablet report...
I20260608 12:41:12.636584  8571 ts_tablet_manager.cc:933] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Initiating tablet copy from peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:12.638484  8571 tablet_copy_client.cc:323] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46011
I20260608 12:41:12.649366  8181 tablet_copy_service.cc:140] P fea701bc33694daebfcfbc381c8fb718: Received BeginTabletCopySession request for tablet 1ae86d29da5f497493df5e0d4e85dbf8 from peer eb8b8fc44d9640c4a4d7f08b7f99a661 ({username='slave'} at 127.0.0.1:54930)
I20260608 12:41:12.649948  8181 tablet_copy_service.cc:161] P fea701bc33694daebfcfbc381c8fb718: Beginning new tablet copy session on tablet 1ae86d29da5f497493df5e0d4e85dbf8 from peer eb8b8fc44d9640c4a4d7f08b7f99a661 at {username='slave'} at 127.0.0.1:54930: session id = eb8b8fc44d9640c4a4d7f08b7f99a661-1ae86d29da5f497493df5e0d4e85dbf8
I20260608 12:41:12.655335  8181 tablet_copy_source_session.cc:215] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:12.658378  8571 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1ae86d29da5f497493df5e0d4e85dbf8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.674000  8571 tablet_copy_client.cc:806] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:12.674592  8571 tablet_copy_client.cc:670] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:12.678781  8571 tablet_copy_client.cc:538] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:12.687971  8571 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap starting.
I20260608 12:41:12.710991  8571 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:12.712005  8571 tablet_bootstrap.cc:492] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap complete.
I20260608 12:41:12.712708  8571 ts_tablet_manager.cc:1403] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent bootstrapping tablet: real 0.025s	user 0.023s	sys 0.004s
I20260608 12:41:12.715875  8571 raft_consensus.cc:359] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.716707  8571 raft_consensus.cc:740] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: eb8b8fc44d9640c4a4d7f08b7f99a661, State: Initialized, Role: LEARNER
I20260608 12:41:12.717425  8571 consensus_queue.cc:260] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.721203  8571 ts_tablet_manager.cc:1434] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260608 12:41:12.723248  8181 tablet_copy_service.cc:342] P fea701bc33694daebfcfbc381c8fb718: Request end of tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-1ae86d29da5f497493df5e0d4e85dbf8 received from {username='slave'} at 127.0.0.1:54930
I20260608 12:41:12.723726  8181 tablet_copy_service.cc:434] P fea701bc33694daebfcfbc381c8fb718: ending tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-1ae86d29da5f497493df5e0d4e85dbf8 on tablet 1ae86d29da5f497493df5e0d4e85dbf8 with peer eb8b8fc44d9640c4a4d7f08b7f99a661
I20260608 12:41:12.773809  8571 ts_tablet_manager.cc:933] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Initiating tablet copy from peer 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915)
I20260608 12:41:12.775516  8571 tablet_copy_client.cc:323] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:38915
I20260608 12:41:12.786803  8255 tablet_copy_service.cc:140] P 3023a56378d342a09d4396c0c463ea81: Received BeginTabletCopySession request for tablet 069a92ab309e4f7a95c5868080540bc0 from peer eb8b8fc44d9640c4a4d7f08b7f99a661 ({username='slave'} at 127.0.0.1:40150)
I20260608 12:41:12.787395  8255 tablet_copy_service.cc:161] P 3023a56378d342a09d4396c0c463ea81: Beginning new tablet copy session on tablet 069a92ab309e4f7a95c5868080540bc0 from peer eb8b8fc44d9640c4a4d7f08b7f99a661 at {username='slave'} at 127.0.0.1:40150: session id = eb8b8fc44d9640c4a4d7f08b7f99a661-069a92ab309e4f7a95c5868080540bc0
I20260608 12:41:12.793056  8255 tablet_copy_source_session.cc:215] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:12.796643  8571 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 069a92ab309e4f7a95c5868080540bc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.800436  8578 ts_tablet_manager.cc:933] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Initiating tablet copy from peer fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011)
I20260608 12:41:12.802332  8578 tablet_copy_client.cc:323] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:46011
I20260608 12:41:12.804230  8181 tablet_copy_service.cc:140] P fea701bc33694daebfcfbc381c8fb718: Received BeginTabletCopySession request for tablet e062f565a74b4dec89c087c8e438123d from peer eb8b8fc44d9640c4a4d7f08b7f99a661 ({username='slave'} at 127.0.0.1:54930)
I20260608 12:41:12.804804  8181 tablet_copy_service.cc:161] P fea701bc33694daebfcfbc381c8fb718: Beginning new tablet copy session on tablet e062f565a74b4dec89c087c8e438123d from peer eb8b8fc44d9640c4a4d7f08b7f99a661 at {username='slave'} at 127.0.0.1:54930: session id = eb8b8fc44d9640c4a4d7f08b7f99a661-e062f565a74b4dec89c087c8e438123d
I20260608 12:41:12.812559  8181 tablet_copy_source_session.cc:215] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:12.813220  8571 tablet_copy_client.cc:806] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:12.813836  8571 tablet_copy_client.cc:670] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:12.816043  8578 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e062f565a74b4dec89c087c8e438123d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.817883  8571 tablet_copy_client.cc:538] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:12.829149  8571 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap starting.
I20260608 12:41:12.836624  8578 tablet_copy_client.cc:806] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:12.837306  8578 tablet_copy_client.cc:670] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:12.841838  8578 tablet_copy_client.cc:538] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:12.850121  8578 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap starting.
I20260608 12:41:12.860057  8571 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:12.861100  8571 tablet_bootstrap.cc:492] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap complete.
I20260608 12:41:12.861881  8571 ts_tablet_manager.cc:1403] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent bootstrapping tablet: real 0.033s	user 0.021s	sys 0.010s
I20260608 12:41:12.865371  8571 raft_consensus.cc:359] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.866393  8571 raft_consensus.cc:740] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: eb8b8fc44d9640c4a4d7f08b7f99a661, State: Initialized, Role: LEARNER
I20260608 12:41:12.867178  8571 consensus_queue.cc:260] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 4, Last appended: 1.4, Last appended by leader: 4, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.869843  8571 ts_tablet_manager.cc:1434] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 12:41:12.872043  8255 tablet_copy_service.cc:342] P 3023a56378d342a09d4396c0c463ea81: Request end of tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-069a92ab309e4f7a95c5868080540bc0 received from {username='slave'} at 127.0.0.1:40150
I20260608 12:41:12.872506  8255 tablet_copy_service.cc:434] P 3023a56378d342a09d4396c0c463ea81: ending tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-069a92ab309e4f7a95c5868080540bc0 on tablet 069a92ab309e4f7a95c5868080540bc0 with peer eb8b8fc44d9640c4a4d7f08b7f99a661
I20260608 12:41:12.876704  8578 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:12.877791  8578 tablet_bootstrap.cc:492] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Bootstrap complete.
I20260608 12:41:12.878583  8578 ts_tablet_manager.cc:1403] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent bootstrapping tablet: real 0.029s	user 0.022s	sys 0.004s
I20260608 12:41:12.881955  8578 raft_consensus.cc:359] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.882853  8578 raft_consensus.cc:740] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: eb8b8fc44d9640c4a4d7f08b7f99a661, State: Initialized, Role: LEARNER
I20260608 12:41:12.883586  8578 consensus_queue.cc:260] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: true } }
I20260608 12:41:12.886155  8578 ts_tablet_manager.cc:1434] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:12.888083  8181 tablet_copy_service.cc:342] P fea701bc33694daebfcfbc381c8fb718: Request end of tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-e062f565a74b4dec89c087c8e438123d received from {username='slave'} at 127.0.0.1:54930
I20260608 12:41:12.888574  8181 tablet_copy_service.cc:434] P fea701bc33694daebfcfbc381c8fb718: ending tablet copy session eb8b8fc44d9640c4a4d7f08b7f99a661-e062f565a74b4dec89c087c8e438123d on tablet e062f565a74b4dec89c087c8e438123d with peer eb8b8fc44d9640c4a4d7f08b7f99a661
I20260608 12:41:13.178153  8431 raft_consensus.cc:1217] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:13.358415  8431 raft_consensus.cc:1217] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260608 12:41:13.368033  8431 raft_consensus.cc:1217] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:41:13.587939  8582 raft_consensus.cc:1064] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: attempting to promote NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 to VOTER
I20260608 12:41:13.590626  8582 consensus_queue.cc:237] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:13.599668  8509 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.600071  8245 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.600302  8431 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.601636  8380 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:13.602655  8588 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:13.603665  8582 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:13.625926  8380 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.630748  8245 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.634099  8509 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.637642  8431 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.647078  7994 catalog_manager.cc:5696] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } attrs { replace: true } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.671442  8168 consensus_queue.cc:237] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:13.678334  8431 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:13.679366  8245 raft_consensus.cc:1275] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:13.680183  8588 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:13.681443  8582 consensus_queue.cc:1048] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:13.690284  8380 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.692625  8431 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.692713  8245 raft_consensus.cc:2955] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.700971  7980 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1ae86d29da5f497493df5e0d4e85dbf8 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:13.707044  7991 catalog_manager.cc:5696] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 reported cstate change: config changed from index 4 to 5, VOTER c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:13.718130  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet 1ae86d29da5f497493df5e0d4e85dbf8 with delete_type TABLET_DATA_TOMBSTONED (TS c318a01d3abe441f910f8c00f9eaaec3 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:37644
I20260608 12:41:13.723681  8597 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:13.724815  8597 raft_consensus.cc:2243] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:13.725692  8597 raft_consensus.cc:2272] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:13.729627  8597 ts_tablet_manager.cc:1916] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:13.744587  8597 ts_tablet_manager.cc:1929] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:13.744958  8597 log.cc:1199] T 1ae86d29da5f497493df5e0d4e85dbf8 P c318a01d3abe441f910f8c00f9eaaec3: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-0-root/wals/1ae86d29da5f497493df5e0d4e85dbf8
I20260608 12:41:13.746438  7980 catalog_manager.cc:5027] TS c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): tablet 1ae86d29da5f497493df5e0d4e85dbf8 (table test-workload [id=513cb8d3d7294113a557925544c43ebc]) successfully deleted
I20260608 12:41:13.828689  8582 raft_consensus.cc:1064] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: attempting to promote NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 to VOTER
I20260608 12:41:13.831701  8582 consensus_queue.cc:237] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 1, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:13.839424  8431 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 LEARNER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.839587  8245 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.841177  8509 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:13.841255  8380 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:13.842373  8582 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:13.843595  8583 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:13.864907  8583 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.868108  8245 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.867928  8509 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.878971  8431 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.882294  7991 catalog_manager.cc:5696] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 reported cstate change: config changed from index 3 to 4, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } attrs { replace: true } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.907717  8168 consensus_queue.cc:237] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:13.909296  8602 raft_consensus.cc:1064] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: attempting to promote NON_VOTER eb8b8fc44d9640c4a4d7f08b7f99a661 to VOTER
I20260608 12:41:13.912348  8602 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 1.4, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:13.916074  8509 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:13.917101  8431 raft_consensus.cc:1275] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Refusing update from remote peer fea701bc33694daebfcfbc381c8fb718: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:13.917912  8582 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:13.918900  8583 consensus_queue.cc:1048] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:13.927255  8582 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3023a56378d342a09d4396c0c463ea81 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.929141  8431 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3023a56378d342a09d4396c0c463ea81 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.938227  8509 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:13.932282  8510 raft_consensus.cc:2955] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3023a56378d342a09d4396c0c463ea81 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.942296  8604 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:13.935156  8430 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 LEARNER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:13.935230  8168 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 12:41:13.950058  8604 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:13.959383  8585 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:13.978633  7992 catalog_manager.cc:5696] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 reported cstate change: config changed from index 4 to 5, VOTER 3023a56378d342a09d4396c0c463ea81 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "fea701bc33694daebfcfbc381c8fb718" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } } peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:13.991289  7980 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e062f565a74b4dec89c087c8e438123d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:13.996560  8234 tablet_service.cc:1558] Processing DeleteTablet for tablet e062f565a74b4dec89c087c8e438123d with delete_type TABLET_DATA_TOMBSTONED (TS 3023a56378d342a09d4396c0c463ea81 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:40102
I20260608 12:41:13.996136  8585 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.003124  8168 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.007983  8509 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.013684  8430 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.017203  8609 tablet_replica.cc:333] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:14.023437  8609 raft_consensus.cc:2243] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:14.024472  8609 raft_consensus.cc:2272] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:14.028894  8609 ts_tablet_manager.cc:1916] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:14.028059  7993 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: config changed from index 4 to 5, eb8b8fc44d9640c4a4d7f08b7f99a661 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fea701bc33694daebfcfbc381c8fb718" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46011 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:14.047045  8609 ts_tablet_manager.cc:1929] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:14.047567  8609 log.cc:1199] T e062f565a74b4dec89c087c8e438123d P 3023a56378d342a09d4396c0c463ea81: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-2-root/wals/e062f565a74b4dec89c087c8e438123d
I20260608 12:41:14.047691  8245 consensus_queue.cc:237] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 1.5, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } }
I20260608 12:41:14.049258  7978 catalog_manager.cc:5027] TS 3023a56378d342a09d4396c0c463ea81 (127.0.107.195:38915): tablet e062f565a74b4dec89c087c8e438123d (table test-workload [id=513cb8d3d7294113a557925544c43ebc]) successfully deleted
I20260608 12:41:14.054468  8509 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:14.055397  8430 raft_consensus.cc:1275] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 FOLLOWER]: Refusing update from remote peer 3023a56378d342a09d4396c0c463ea81: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 12:41:14.056799  8610 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:14.058241  8605 consensus_queue.cc:1048] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.001s
I20260608 12:41:14.065908  8605 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER fea701bc33694daebfcfbc381c8fb718 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.067934  8509 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER fea701bc33694daebfcfbc381c8fb718 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.068778  8430 raft_consensus.cc:2955] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER fea701bc33694daebfcfbc381c8fb718 (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } } }
I20260608 12:41:14.078034  7978 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 069a92ab309e4f7a95c5868080540bc0 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:14.083211  7991 catalog_manager.cc:5696] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 reported cstate change: config changed from index 5 to 6, VOTER fea701bc33694daebfcfbc381c8fb718 (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "3023a56378d342a09d4396c0c463ea81" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "c318a01d3abe441f910f8c00f9eaaec3" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39765 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3023a56378d342a09d4396c0c463ea81" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eb8b8fc44d9640c4a4d7f08b7f99a661" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36197 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:14.096065  8161 tablet_service.cc:1558] Processing DeleteTablet for tablet 069a92ab309e4f7a95c5868080540bc0 with delete_type TABLET_DATA_TOMBSTONED (TS fea701bc33694daebfcfbc381c8fb718 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:54896
I20260608 12:41:14.099434  8611 tablet_replica.cc:333] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:14.100306  8611 raft_consensus.cc:2243] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:14.101346  8611 raft_consensus.cc:2272] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:14.104010  8611 ts_tablet_manager.cc:1916] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:14.115513  8611 ts_tablet_manager.cc:1929] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260608 12:41:14.115937  8611 log.cc:1199] T 069a92ab309e4f7a95c5868080540bc0 P fea701bc33694daebfcfbc381c8fb718: Deleting WAL directory at /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922264717849-431-0/minicluster-data/ts-1-root/wals/069a92ab309e4f7a95c5868080540bc0
I20260608 12:41:14.117513  7980 catalog_manager.cc:5027] TS fea701bc33694daebfcfbc381c8fb718 (127.0.107.194:46011): tablet 069a92ab309e4f7a95c5868080540bc0 (table test-workload [id=513cb8d3d7294113a557925544c43ebc]) successfully deleted
W20260608 12:41:15.100550  8042 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver c318a01d3abe441f910f8c00f9eaaec3 not available for placement
I20260608 12:41:15.816711   431 tablet_server.cc:179] TabletServer@127.0.107.193:39765 shutting down...
I20260608 12:41:15.837776   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.838483   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:15.839063   431 raft_consensus.cc:2243] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.839577   431 raft_consensus.cc:2272] T e062f565a74b4dec89c087c8e438123d P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.842033   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:15.842633   431 raft_consensus.cc:2243] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.843058   431 raft_consensus.cc:2272] T f6a38ddbebfa4989b68874da0aedeaff P c318a01d3abe441f910f8c00f9eaaec3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.845167   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:41:15.845664   431 raft_consensus.cc:2243] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.846371   431 raft_consensus.cc:2272] T 069a92ab309e4f7a95c5868080540bc0 P c318a01d3abe441f910f8c00f9eaaec3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.869903   431 tablet_server.cc:196] TabletServer@127.0.107.193:39765 shutdown complete.
I20260608 12:41:15.886021   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
W20260608 12:41:15.903352  8136 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111) [suppressed 37 similar messages]
I20260608 12:41:15.909291   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260608 12:41:15.909530  8136 consensus_peers.cc:597] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 -> Peer c318a01d3abe441f910f8c00f9eaaec3 (127.0.107.193:39765): Couldn't send request to peer c318a01d3abe441f910f8c00f9eaaec3. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39765: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:15.910235   431 tablet_replica.cc:333] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:15.910876   431 raft_consensus.cc:2243] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.911723   431 raft_consensus.cc:2272] T f6a38ddbebfa4989b68874da0aedeaff P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.913709   431 tablet_replica.cc:333] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:15.914202   431 raft_consensus.cc:2243] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.914901   431 raft_consensus.cc:2272] T 1ae86d29da5f497493df5e0d4e85dbf8 P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.916832   431 tablet_replica.cc:333] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718: stopping tablet replica
I20260608 12:41:15.917289   431 raft_consensus.cc:2243] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.917972   431 raft_consensus.cc:2272] T e062f565a74b4dec89c087c8e438123d P fea701bc33694daebfcfbc381c8fb718 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.942587   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:15.959440   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:15.981518   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:15.982252   431 tablet_replica.cc:333] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:15.983031   431 raft_consensus.cc:2243] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.983484   431 raft_consensus.cc:2272] T f6a38ddbebfa4989b68874da0aedeaff P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.985652   431 tablet_replica.cc:333] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:15.986258   431 raft_consensus.cc:2243] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:15.987063   431 raft_consensus.cc:2272] T 069a92ab309e4f7a95c5868080540bc0 P 3023a56378d342a09d4396c0c463ea81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:15.988994   431 tablet_replica.cc:333] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81: stopping tablet replica
I20260608 12:41:15.989439   431 raft_consensus.cc:2243] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:15.989931   431 raft_consensus.cc:2272] T 1ae86d29da5f497493df5e0d4e85dbf8 P 3023a56378d342a09d4396c0c463ea81 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:16.013549   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:16.033946   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:16.058010   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:16.058671   431 tablet_replica.cc:333] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661: stopping tablet replica
I20260608 12:41:16.059394   431 raft_consensus.cc:2243] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:16.060041   431 raft_consensus.cc:2272] T 069a92ab309e4f7a95c5868080540bc0 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:16.061957   431 tablet_replica.cc:333] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661: stopping tablet replica
I20260608 12:41:16.062467   431 raft_consensus.cc:2243] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:16.062976   431 raft_consensus.cc:2272] T e062f565a74b4dec89c087c8e438123d P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:16.064883   431 tablet_replica.cc:333] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661: stopping tablet replica
I20260608 12:41:16.065361   431 raft_consensus.cc:2243] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:16.065801   431 raft_consensus.cc:2272] T 1ae86d29da5f497493df5e0d4e85dbf8 P eb8b8fc44d9640c4a4d7f08b7f99a661 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:16.087920   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:16.100099   431 master.cc:562] Master@127.0.107.254:37025 shutting down...
W20260608 12:41:16.101737  8042 auto_rebalancer.cc:259] Could not retrieve cluster info: Illegal state: not all tservers available for tablet placement
I20260608 12:41:16.117434   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:16.118012   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:16.118345   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b753c12747eb48358fd4f1f28494cf37: stopping tablet replica
I20260608 12:41:16.138916   431 master.cc:584] Master@127.0.107.254:37025 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9221 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:41:16.172081   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43743
I20260608 12:41:16.173334   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.179104  8615 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.180083  8614 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.180943  8617 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.181286   431 server_base.cc:1061] running on GCE node
I20260608 12:41:16.182143   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.182448   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.182621   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476182603 us; error 0 us; skew 500 ppm
I20260608 12:41:16.183238   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.186087   431 webserver.cc:533] Webserver started at http://127.0.107.254:46507/ using document root <none> and password file <none>
I20260608 12:41:16.186571   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.186733   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.186950   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.188064   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "00af7ef9053f4ddf976ce40f1663acad"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.192562   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:16.196081  8622 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.197017   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:16.197322   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "00af7ef9053f4ddf976ce40f1663acad"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.197572   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.224568   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.225600   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.267223   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43743
I20260608 12:41:16.267643  8673 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43743 every 8 connection(s)
I20260608 12:41:16.271895  8674 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:16.282063  8674 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad: Bootstrap starting.
I20260608 12:41:16.287011  8674 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:16.291603  8674 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad: No bootstrap required, opened a new log
I20260608 12:41:16.293871  8674 raft_consensus.cc:359] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER }
I20260608 12:41:16.294317  8674 raft_consensus.cc:385] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:16.294597  8674 raft_consensus.cc:740] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00af7ef9053f4ddf976ce40f1663acad, State: Initialized, Role: FOLLOWER
I20260608 12:41:16.295320  8674 consensus_queue.cc:260] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER }
I20260608 12:41:16.295783  8674 raft_consensus.cc:399] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:16.296070  8674 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:16.296366  8674 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:16.301365  8674 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER }
I20260608 12:41:16.301919  8674 leader_election.cc:304] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 00af7ef9053f4ddf976ce40f1663acad; no voters: 
I20260608 12:41:16.303104  8674 leader_election.cc:290] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:16.303581  8677 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:16.305004  8677 raft_consensus.cc:697] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 1 LEADER]: Becoming Leader. State: Replica: 00af7ef9053f4ddf976ce40f1663acad, State: Running, Role: LEADER
I20260608 12:41:16.305732  8677 consensus_queue.cc:237] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER }
I20260608 12:41:16.306217  8674 sys_catalog.cc:565] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:16.309870  8678 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "00af7ef9053f4ddf976ce40f1663acad" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER } }
I20260608 12:41:16.309870  8679 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [sys.catalog]: SysCatalogTable state changed. Reason: New leader 00af7ef9053f4ddf976ce40f1663acad. Latest consensus state: current_term: 1 leader_uuid: "00af7ef9053f4ddf976ce40f1663acad" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00af7ef9053f4ddf976ce40f1663acad" member_type: VOTER } }
I20260608 12:41:16.310678  8678 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:16.310802  8679 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:16.315969  8683 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:16.322124  8683 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:16.323261   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:16.331739  8683 catalog_manager.cc:1382] Generated new cluster ID: d80a2e2d35f9444a89913cb87c74ba29
I20260608 12:41:16.332233  8683 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:16.352681  8683 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:16.354005  8683 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:16.370931  8683 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad: Generated new TSK 0
I20260608 12:41:16.371591  8683 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:16.390758   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.397228  8695 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.398144  8696 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.399894  8698 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.400614   431 server_base.cc:1061] running on GCE node
I20260608 12:41:16.401433   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.401613   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.401738   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476401727 us; error 0 us; skew 500 ppm
I20260608 12:41:16.402261   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.404640   431 webserver.cc:533] Webserver started at http://127.0.107.193:33607/ using document root <none> and password file <none>
I20260608 12:41:16.405102   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.405257   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.405478   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.406497   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "82b7e7f4f84743fcb082bc265550f247"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.411170   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:16.414845  8703 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.415818   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:16.416193   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "82b7e7f4f84743fcb082bc265550f247"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.416507   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.463771   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.465740   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.467453   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.470957   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.471246   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.471621   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.471812   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.517503   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38393
I20260608 12:41:16.517911  8766 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38393 every 8 connection(s)
I20260608 12:41:16.524883   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.535171  8772 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.535704  8771 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.537530  8774 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.538416   431 server_base.cc:1061] running on GCE node
I20260608 12:41:16.539886   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.540230   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.540468   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476540450 us; error 0 us; skew 500 ppm
I20260608 12:41:16.541200   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.542171  8767 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43743
I20260608 12:41:16.542580  8767 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.543465  8767 heartbeater.cc:507] Master 127.0.107.254:43743 requested a full tablet report, sending...
I20260608 12:41:16.544761   431 webserver.cc:533] Webserver started at http://127.0.107.194:32839/ using document root <none> and password file <none>
I20260608 12:41:16.545461   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.545686   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.546060   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.546612  8639 ts_manager.cc:194] Registered new tserver with Master: 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193:38393)
I20260608 12:41:16.547927   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "683c56a311b84ec29d0da92940482373"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.549443  8639 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39258
I20260608 12:41:16.553624   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
I20260608 12:41:16.558115  8779 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.559043   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:16.559468   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "683c56a311b84ec29d0da92940482373"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.559787   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.576920   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.578338   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.580199   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.582798   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.583048   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.583338   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.583537   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.629048   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:42111
I20260608 12:41:16.629169  8841 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:42111 every 8 connection(s)
I20260608 12:41:16.634905   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:16.643524  8845 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:16.644470  8846 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.647696   431 server_base.cc:1061] running on GCE node
W20260608 12:41:16.648347  8849 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:16.649420   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:16.649710   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:16.649785  8842 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43743
I20260608 12:41:16.649927   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922476649908 us; error 0 us; skew 500 ppm
I20260608 12:41:16.650439  8842 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.650875   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:16.651379  8842 heartbeater.cc:507] Master 127.0.107.254:43743 requested a full tablet report, sending...
I20260608 12:41:16.653879   431 webserver.cc:533] Webserver started at http://127.0.107.195:34029/ using document root <none> and password file <none>
I20260608 12:41:16.654214  8639 ts_manager.cc:194] Registered new tserver with Master: 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111)
I20260608 12:41:16.654506   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:16.654785   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:16.655056   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:16.656029  8639 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39264
I20260608 12:41:16.656519   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "f7f158b017c4402a8ebe018725286454"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.661589   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 12:41:16.666074  8853 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.667186   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:16.667721   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "f7f158b017c4402a8ebe018725286454"
format_stamp: "Formatted at 2026-06-08 12:41:16 on dist-test-slave-mnll"
I20260608 12:41:16.668121   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:16.698212   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:16.699604   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:16.700997   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:16.703405   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:16.703641   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.703938   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:16.704116   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:16.750581   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44739
I20260608 12:41:16.750697  8915 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44739 every 8 connection(s)
I20260608 12:41:16.767824  8916 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43743
I20260608 12:41:16.768293  8916 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:16.769116  8916 heartbeater.cc:507] Master 127.0.107.254:43743 requested a full tablet report, sending...
I20260608 12:41:16.771530  8639 ts_manager.cc:194] Registered new tserver with Master: f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:16.771811   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017413154s
I20260608 12:41:16.773267  8639 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39278
I20260608 12:41:17.552819  8767 heartbeater.cc:499] Master 127.0.107.254:43743 was elected leader, sending a full tablet report...
I20260608 12:41:17.659011  8842 heartbeater.cc:499] Master 127.0.107.254:43743 was elected leader, sending a full tablet report...
I20260608 12:41:17.776283  8916 heartbeater.cc:499] Master 127.0.107.254:43743 was elected leader, sending a full tablet report...
I20260608 12:41:17.832315  8639 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39284:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:17.835312  8639 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:17.905978  8881 tablet_service.cc:1511] Processing CreateTablet for tablet e965fc09b78a440da6394bf007b400a8 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.907487  8881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e965fc09b78a440da6394bf007b400a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.908921  8880 tablet_service.cc:1511] Processing CreateTablet for tablet 8fcbfd4f9e88457584c15fd42cd8f88d (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.910384  8880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fcbfd4f9e88457584c15fd42cd8f88d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.915356  8879 tablet_service.cc:1511] Processing CreateTablet for tablet ba861c3dd0f344adb69fb23c73fc4116 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.917083  8879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba861c3dd0f344adb69fb23c73fc4116. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.924549  8807 tablet_service.cc:1511] Processing CreateTablet for tablet e965fc09b78a440da6394bf007b400a8 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.926199  8807 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e965fc09b78a440da6394bf007b400a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.926672  8878 tablet_service.cc:1511] Processing CreateTablet for tablet 8c32cbf52391426c95158cb3819efa8f (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:17.928198  8878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c32cbf52391426c95158cb3819efa8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.934783  8806 tablet_service.cc:1511] Processing CreateTablet for tablet 8fcbfd4f9e88457584c15fd42cd8f88d (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.935184  8805 tablet_service.cc:1511] Processing CreateTablet for tablet ba861c3dd0f344adb69fb23c73fc4116 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.936477  8806 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fcbfd4f9e88457584c15fd42cd8f88d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.937343  8804 tablet_service.cc:1511] Processing CreateTablet for tablet 8c32cbf52391426c95158cb3819efa8f (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:17.939018  8804 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c32cbf52391426c95158cb3819efa8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.944562  8805 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba861c3dd0f344adb69fb23c73fc4116. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.952730  8732 tablet_service.cc:1511] Processing CreateTablet for tablet e965fc09b78a440da6394bf007b400a8 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:17.954411  8732 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e965fc09b78a440da6394bf007b400a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.971681  8936 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: Bootstrap starting.
I20260608 12:41:17.974659  8731 tablet_service.cc:1511] Processing CreateTablet for tablet 8fcbfd4f9e88457584c15fd42cd8f88d (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:17.976277  8731 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8fcbfd4f9e88457584c15fd42cd8f88d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.980659  8936 tablet_bootstrap.cc:654] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:17.980616  8937 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: Bootstrap starting.
I20260608 12:41:17.989885  8730 tablet_service.cc:1511] Processing CreateTablet for tablet ba861c3dd0f344adb69fb23c73fc4116 (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:17.991569  8730 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba861c3dd0f344adb69fb23c73fc4116. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:17.993700  8937 tablet_bootstrap.cc:654] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.002311  8729 tablet_service.cc:1511] Processing CreateTablet for tablet 8c32cbf52391426c95158cb3819efa8f (DEFAULT_TABLE table=test-workload [id=11e840a7993640a487db39985c573c13]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:18.009394  8729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c32cbf52391426c95158cb3819efa8f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:18.040162  8936 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: No bootstrap required, opened a new log
I20260608 12:41:18.041085  8936 ts_tablet_manager.cc:1403] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: Time spent bootstrapping tablet: real 0.070s	user 0.028s	sys 0.029s
I20260608 12:41:18.045323  8939 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: Bootstrap starting.
I20260608 12:41:18.046125  8936 raft_consensus.cc:359] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.048836  8936 raft_consensus.cc:385] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.049254  8936 raft_consensus.cc:740] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7f158b017c4402a8ebe018725286454, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.050384  8936 consensus_queue.cc:260] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.056540  8937 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: No bootstrap required, opened a new log
I20260608 12:41:18.057130  8937 ts_tablet_manager.cc:1403] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: Time spent bootstrapping tablet: real 0.077s	user 0.028s	sys 0.036s
I20260608 12:41:18.057969  8939 tablet_bootstrap.cc:654] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.060470  8937 raft_consensus.cc:359] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.061299  8937 raft_consensus.cc:385] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.061628  8937 raft_consensus.cc:740] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 683c56a311b84ec29d0da92940482373, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.061831  8936 ts_tablet_manager.cc:1434] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: Time spent starting tablet: real 0.020s	user 0.010s	sys 0.006s
I20260608 12:41:18.062672  8937 consensus_queue.cc:260] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.063202  8936 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: Bootstrap starting.
I20260608 12:41:18.075340  8936 tablet_bootstrap.cc:654] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.079784  8939 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: No bootstrap required, opened a new log
I20260608 12:41:18.080405  8939 ts_tablet_manager.cc:1403] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: Time spent bootstrapping tablet: real 0.036s	user 0.015s	sys 0.009s
I20260608 12:41:18.084182  8939 raft_consensus.cc:359] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.084970  8939 raft_consensus.cc:385] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.085317  8939 raft_consensus.cc:740] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.085536  8937 ts_tablet_manager.cc:1434] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: Time spent starting tablet: real 0.028s	user 0.021s	sys 0.000s
I20260608 12:41:18.086777  8937 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: Bootstrap starting.
I20260608 12:41:18.086427  8939 consensus_queue.cc:260] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.087976  8936 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: No bootstrap required, opened a new log
I20260608 12:41:18.088603  8936 ts_tablet_manager.cc:1403] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.003s
I20260608 12:41:18.091790  8936 raft_consensus.cc:359] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.092767  8936 raft_consensus.cc:385] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.093128  8936 raft_consensus.cc:740] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7f158b017c4402a8ebe018725286454, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.094120  8936 consensus_queue.cc:260] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.095927  8937 tablet_bootstrap.cc:654] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.096285  8939 ts_tablet_manager.cc:1434] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: Time spent starting tablet: real 0.016s	user 0.003s	sys 0.012s
I20260608 12:41:18.096915  8936 ts_tablet_manager.cc:1434] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:18.098021  8936 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: Bootstrap starting.
I20260608 12:41:18.099313  8939 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: Bootstrap starting.
I20260608 12:41:18.107909  8936 tablet_bootstrap.cc:654] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.109570  8939 tablet_bootstrap.cc:654] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.121403  8937 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: No bootstrap required, opened a new log
I20260608 12:41:18.121616  8936 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: No bootstrap required, opened a new log
I20260608 12:41:18.122102  8937 ts_tablet_manager.cc:1403] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: Time spent bootstrapping tablet: real 0.036s	user 0.030s	sys 0.004s
I20260608 12:41:18.122177  8936 ts_tablet_manager.cc:1403] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: Time spent bootstrapping tablet: real 0.024s	user 0.004s	sys 0.014s
I20260608 12:41:18.122403  8939 tablet_bootstrap.cc:492] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: No bootstrap required, opened a new log
I20260608 12:41:18.123112  8939 ts_tablet_manager.cc:1403] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: Time spent bootstrapping tablet: real 0.024s	user 0.023s	sys 0.000s
I20260608 12:41:18.125077  8936 raft_consensus.cc:359] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.125701  8936 raft_consensus.cc:385] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.126008  8936 raft_consensus.cc:740] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7f158b017c4402a8ebe018725286454, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.126114  8937 raft_consensus.cc:359] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.126650  8939 raft_consensus.cc:359] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.126932  8937 raft_consensus.cc:385] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.126783  8936 consensus_queue.cc:260] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.127432  8939 raft_consensus.cc:385] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.127485  8937 raft_consensus.cc:740] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 683c56a311b84ec29d0da92940482373, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.127918  8939 raft_consensus.cc:740] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.128712  8937 consensus_queue.cc:260] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.128731  8939 consensus_queue.cc:260] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.131338  8939 ts_tablet_manager.cc:1434] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:18.132599  8939 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: Bootstrap starting.
I20260608 12:41:18.133129  8945 raft_consensus.cc:493] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.134670  8945 raft_consensus.cc:515] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.135041  8937 ts_tablet_manager.cc:1434] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: Time spent starting tablet: real 0.012s	user 0.000s	sys 0.007s
I20260608 12:41:18.137687  8937 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: Bootstrap starting.
I20260608 12:41:18.144757  8937 tablet_bootstrap.cc:654] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.147322  8939 tablet_bootstrap.cc:654] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.148392  8945 leader_election.cc:290] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.129630  8936 ts_tablet_manager.cc:1434] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:41:18.149916  8936 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: Bootstrap starting.
I20260608 12:41:18.158331  8937 tablet_bootstrap.cc:492] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: No bootstrap required, opened a new log
I20260608 12:41:18.159031  8937 ts_tablet_manager.cc:1403] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: Time spent bootstrapping tablet: real 0.022s	user 0.005s	sys 0.009s
I20260608 12:41:18.163403  8937 raft_consensus.cc:359] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.164304  8937 raft_consensus.cc:385] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.164673  8937 raft_consensus.cc:740] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 683c56a311b84ec29d0da92940482373, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.165642  8937 consensus_queue.cc:260] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.168378  8937 ts_tablet_manager.cc:1434] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 12:41:18.169544  8937 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: Bootstrap starting.
I20260608 12:41:18.170027  8943 raft_consensus.cc:493] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.170575  8943 raft_consensus.cc:515] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.172533  8936 tablet_bootstrap.cc:654] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.175382  8943 leader_election.cc:290] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193:38393), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.176855  8937 tablet_bootstrap.cc:654] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.189503  8891 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba861c3dd0f344adb69fb23c73fc4116" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454" is_pre_election: true
I20260608 12:41:18.190853  8891 raft_consensus.cc:2468] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 0.
I20260608 12:41:18.193538  8708 leader_election.cc:304] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 82b7e7f4f84743fcb082bc265550f247, f7f158b017c4402a8ebe018725286454; no voters: 
I20260608 12:41:18.195089  8945 raft_consensus.cc:2804] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.195634  8945 raft_consensus.cc:493] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.196169  8945 raft_consensus.cc:3060] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.196455  8939 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: No bootstrap required, opened a new log
I20260608 12:41:18.197232  8939 ts_tablet_manager.cc:1403] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: Time spent bootstrapping tablet: real 0.065s	user 0.018s	sys 0.012s
I20260608 12:41:18.211807  8945 raft_consensus.cc:515] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.213929  8939 raft_consensus.cc:359] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.215343  8945 leader_election.cc:290] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 election: Requested vote from peers 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.216423  8891 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba861c3dd0f344adb69fb23c73fc4116" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454"
I20260608 12:41:18.216943  8817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba861c3dd0f344adb69fb23c73fc4116" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373" is_pre_election: true
I20260608 12:41:18.217954  8891 raft_consensus.cc:3060] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.218082  8817 raft_consensus.cc:2468] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 0.
I20260608 12:41:18.220654  8817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba861c3dd0f344adb69fb23c73fc4116" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373"
I20260608 12:41:18.221228  8817 raft_consensus.cc:3060] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.227573  8936 tablet_bootstrap.cc:492] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: No bootstrap required, opened a new log
I20260608 12:41:18.228467  8936 ts_tablet_manager.cc:1403] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: Time spent bootstrapping tablet: real 0.079s	user 0.015s	sys 0.000s
I20260608 12:41:18.230484  8817 raft_consensus.cc:2468] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 1.
I20260608 12:41:18.230983  8939 raft_consensus.cc:385] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.238476  8939 raft_consensus.cc:740] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.238678  8705 leader_election.cc:304] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, 82b7e7f4f84743fcb082bc265550f247; no voters: 
I20260608 12:41:18.239180  8891 raft_consensus.cc:2468] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 1.
I20260608 12:41:18.237345  8945 raft_consensus.cc:493] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.241289  8958 raft_consensus.cc:2804] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.240904  8936 raft_consensus.cc:359] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.241930  8936 raft_consensus.cc:385] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.242491  8936 raft_consensus.cc:740] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f7f158b017c4402a8ebe018725286454, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.240425  8945 raft_consensus.cc:515] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.239452  8939 consensus_queue.cc:260] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.243686  8936 consensus_queue.cc:260] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.245254  8937 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: No bootstrap required, opened a new log
I20260608 12:41:18.246179  8937 ts_tablet_manager.cc:1403] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: Time spent bootstrapping tablet: real 0.077s	user 0.009s	sys 0.057s
I20260608 12:41:18.250052  8958 raft_consensus.cc:697] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Becoming Leader. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Running, Role: LEADER
I20260608 12:41:18.257344  8939 ts_tablet_manager.cc:1434] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: Time spent starting tablet: real 0.060s	user 0.009s	sys 0.010s
I20260608 12:41:18.257040  8937 raft_consensus.cc:359] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.257803  8945 leader_election.cc:290] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.257867  8937 raft_consensus.cc:385] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.258342  8937 raft_consensus.cc:740] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 683c56a311b84ec29d0da92940482373, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.258478  8939 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: Bootstrap starting.
I20260608 12:41:18.257922  8941 raft_consensus.cc:493] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:18.259254  8937 consensus_queue.cc:260] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.261503  8890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c32cbf52391426c95158cb3819efa8f" candidate_uuid: "683c56a311b84ec29d0da92940482373" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454" is_pre_election: true
I20260608 12:41:18.262277  8890 raft_consensus.cc:2468] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 683c56a311b84ec29d0da92940482373 in term 0.
I20260608 12:41:18.259207  8941 raft_consensus.cc:515] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.264217  8936 ts_tablet_manager.cc:1434] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: Time spent starting tablet: real 0.035s	user 0.008s	sys 0.002s
I20260608 12:41:18.263989  8817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e965fc09b78a440da6394bf007b400a8" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373" is_pre_election: true
I20260608 12:41:18.251160  8958 consensus_queue.cc:237] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.265648  8817 raft_consensus.cc:2468] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 0.
I20260608 12:41:18.267230  8937 ts_tablet_manager.cc:1434] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.002s
I20260608 12:41:18.269682  8742 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c32cbf52391426c95158cb3819efa8f" candidate_uuid: "683c56a311b84ec29d0da92940482373" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82b7e7f4f84743fcb082bc265550f247" is_pre_election: true
I20260608 12:41:18.270308  8783 leader_election.cc:304] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, f7f158b017c4402a8ebe018725286454; no voters: 
I20260608 12:41:18.270530  8742 raft_consensus.cc:2468] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 683c56a311b84ec29d0da92940482373 in term 0.
I20260608 12:41:18.271216  8943 raft_consensus.cc:2804] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.271612  8943 raft_consensus.cc:493] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.271989  8943 raft_consensus.cc:3060] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.273032  8939 tablet_bootstrap.cc:654] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:18.273424  8941 leader_election.cc:290] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193:38393), 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111)
I20260608 12:41:18.274595  8891 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e965fc09b78a440da6394bf007b400a8" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454" is_pre_election: true
I20260608 12:41:18.275676  8891 raft_consensus.cc:2468] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 0.
I20260608 12:41:18.283977  8705 leader_election.cc:304] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, 82b7e7f4f84743fcb082bc265550f247; no voters: 
I20260608 12:41:18.285279  8958 raft_consensus.cc:2804] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.285665  8958 raft_consensus.cc:493] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.286033  8958 raft_consensus.cc:3060] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.289059  8943 raft_consensus.cc:515] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.292404  8742 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c32cbf52391426c95158cb3819efa8f" candidate_uuid: "683c56a311b84ec29d0da92940482373" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82b7e7f4f84743fcb082bc265550f247"
I20260608 12:41:18.292501  8943 leader_election.cc:290] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [CANDIDATE]: Term 1 election: Requested vote from peers 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193:38393), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.293408  8742 raft_consensus.cc:3060] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.293984  8958 raft_consensus.cc:515] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.295900  8891 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c32cbf52391426c95158cb3819efa8f" candidate_uuid: "683c56a311b84ec29d0da92940482373" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454"
I20260608 12:41:18.296525  8891 raft_consensus.cc:3060] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.296573  8958 leader_election.cc:290] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 election: Requested vote from peers 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111), f7f158b017c4402a8ebe018725286454 (127.0.107.195:44739)
I20260608 12:41:18.296793  8817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e965fc09b78a440da6394bf007b400a8" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373"
I20260608 12:41:18.299383  8817 raft_consensus.cc:3060] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.301497  8742 raft_consensus.cc:2468] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 683c56a311b84ec29d0da92940482373 in term 1.
I20260608 12:41:18.288617  8637 catalog_manager.cc:5696] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 reported cstate change: term changed from 0 to 1, leader changed from <none> to 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "82b7e7f4f84743fcb082bc265550f247" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.302955  8781 leader_election.cc:304] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, 82b7e7f4f84743fcb082bc265550f247; no voters: 
I20260608 12:41:18.306260  8943 raft_consensus.cc:2804] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.306397  8890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e965fc09b78a440da6394bf007b400a8" candidate_uuid: "82b7e7f4f84743fcb082bc265550f247" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f7f158b017c4402a8ebe018725286454"
I20260608 12:41:18.307044  8890 raft_consensus.cc:3060] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:18.320677  8687 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:18.322640  8939 tablet_bootstrap.cc:492] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: No bootstrap required, opened a new log
I20260608 12:41:18.323277  8939 ts_tablet_manager.cc:1403] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: Time spent bootstrapping tablet: real 0.065s	user 0.012s	sys 0.012s
I20260608 12:41:18.325206  8816 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fcbfd4f9e88457584c15fd42cd8f88d" candidate_uuid: "f7f158b017c4402a8ebe018725286454" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373" is_pre_election: true
I20260608 12:41:18.325927  8816 raft_consensus.cc:2468] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7f158b017c4402a8ebe018725286454 in term 0.
I20260608 12:41:18.327410  8855 leader_election.cc:304] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, f7f158b017c4402a8ebe018725286454; no voters: 
I20260608 12:41:18.328343  8941 raft_consensus.cc:2804] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:18.328718  8941 raft_consensus.cc:493] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:18.329058  8941 raft_consensus.cc:3060] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.330122  8939 raft_consensus.cc:359] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.331322  8939 raft_consensus.cc:385] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:18.336709  8891 raft_consensus.cc:2468] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 683c56a311b84ec29d0da92940482373 in term 1.
I20260608 12:41:18.336793  8941 raft_consensus.cc:515] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.338282  8817 raft_consensus.cc:2468] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 1.
I20260608 12:41:18.339691  8705 leader_election.cc:304] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 683c56a311b84ec29d0da92940482373, 82b7e7f4f84743fcb082bc265550f247; no voters: 
I20260608 12:41:18.340123  8941 leader_election.cc:290] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [CANDIDATE]: Term 1 election: Requested vote from peers 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193:38393), 683c56a311b84ec29d0da92940482373 (127.0.107.194:42111)
I20260608 12:41:18.331748  8939 raft_consensus.cc:740] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Initialized, Role: FOLLOWER
I20260608 12:41:18.341339  8958 raft_consensus.cc:2804] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.342662  8958 raft_consensus.cc:697] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Becoming Leader. State: Replica: 82b7e7f4f84743fcb082bc265550f247, State: Running, Role: LEADER
I20260608 12:41:18.343518  8958 consensus_queue.cc:237] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } }
I20260608 12:41:18.343760  8817 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fcbfd4f9e88457584c15fd42cd8f88d" candidate_uuid: "f7f158b017c4402a8ebe018725286454" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "683c56a311b84ec29d0da92940482373"
I20260608 12:41:18.344645  8817 raft_consensus.cc:3060] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.341359  8890 raft_consensus.cc:2468] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 82b7e7f4f84743fcb082bc265550f247 in term 1.
I20260608 12:41:18.351511  8742 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fcbfd4f9e88457584c15fd42cd8f88d" candidate_uuid: "f7f158b017c4402a8ebe018725286454" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82b7e7f4f84743fcb082bc265550f247" is_pre_election: true
I20260608 12:41:18.351773  8741 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8fcbfd4f9e88457584c15fd42cd8f88d" candidate_uuid: "f7f158b017c4402a8ebe018725286454" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "82b7e7f4f84743fcb082bc265550f247"
I20260608 12:41:18.345690  8939 consensus_queue.cc:260] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.355573  8742 raft_consensus.cc:2468] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f7f158b017c4402a8ebe018725286454 in term 0.
I20260608 12:41:18.358174  8939 ts_tablet_manager.cc:1434] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.003s
I20260608 12:41:18.366432  8943 raft_consensus.cc:697] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 LEADER]: Becoming Leader. State: Replica: 683c56a311b84ec29d0da92940482373, State: Running, Role: LEADER
I20260608 12:41:18.367455  8943 consensus_queue.cc:237] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.367707  8639 catalog_manager.cc:5696] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 reported cstate change: term changed from 0 to 1, leader changed from <none> to 82b7e7f4f84743fcb082bc265550f247 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "82b7e7f4f84743fcb082bc265550f247" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:18.368748  8817 raft_consensus.cc:2468] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f7f158b017c4402a8ebe018725286454 in term 1.
I20260608 12:41:18.370249  8855 leader_election.cc:304] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 683c56a311b84ec29d0da92940482373, f7f158b017c4402a8ebe018725286454; no voters: 82b7e7f4f84743fcb082bc265550f247
I20260608 12:41:18.371619  8941 raft_consensus.cc:2804] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:18.374962  8941 raft_consensus.cc:697] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 LEADER]: Becoming Leader. State: Replica: f7f158b017c4402a8ebe018725286454, State: Running, Role: LEADER
I20260608 12:41:18.375921  8941 consensus_queue.cc:237] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:18.377180  8637 catalog_manager.cc:5696] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 reported cstate change: term changed from 0 to 1, leader changed from <none> to 683c56a311b84ec29d0da92940482373 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "683c56a311b84ec29d0da92940482373" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:18.389163  8639 catalog_manager.cc:5696] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 reported cstate change: term changed from 0 to 1, leader changed from <none> to f7f158b017c4402a8ebe018725286454 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f7f158b017c4402a8ebe018725286454" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:18.503165   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.510362  8970 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.511580  8973 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.510798  8971 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.513396   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.515091   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.515336   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:18.515590   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478515572 us; error 0 us; skew 500 ppm
I20260608 12:41:18.516295   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.519037   431 webserver.cc:533] Webserver started at http://127.0.107.196:33613/ using document root <none> and password file <none>
I20260608 12:41:18.519585   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.519783   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.520149   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.521377   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "2d2dd17691f3479d996a51bd2d3dfe90"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-mnll"
I20260608 12:41:18.526252   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:18.530696  8978 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.531944   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:18.532560   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "2d2dd17691f3479d996a51bd2d3dfe90"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-mnll"
I20260608 12:41:18.532855   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:18.548439   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.550261   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:18.551717   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.555045   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.555392   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.555780   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.556121   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:18.605013   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39319
I20260608 12:41:18.605149  9040 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39319 every 8 connection(s)
I20260608 12:41:18.621268  9041 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43743
I20260608 12:41:18.621735  9041 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:18.622483  9041 heartbeater.cc:507] Master 127.0.107.254:43743 requested a full tablet report, sending...
I20260608 12:41:18.624670  8639 ts_manager.cc:194] Registered new tserver with Master: 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319)
I20260608 12:41:18.626192  8639 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39298
I20260608 12:41:18.735450  8958 consensus_queue.cc:1048] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.748440  8958 consensus_queue.cc:1048] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.814630  8941 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.825057  8742 raft_consensus.cc:3060] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:18.832850  8941 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.848599  8958 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.860685  8945 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.966051  8943 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:18.978446  9056 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:19.345485  8817 consensus_queue.cc:237] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.352257  8890 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.353132  8742 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.355310  8943 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.356132  9056 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.363545  9057 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.365224  8742 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
W20260608 12:41:19.369598  8783 consensus_peers.cc:597] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8c32cbf52391426c95158cb3819efa8f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.368387  8890 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.380152  8637 catalog_manager.cc:5696] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 reported cstate change: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "683c56a311b84ec29d0da92940482373" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:19.391968  8742 consensus_queue.cc:237] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.402683  8817 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.404454  8958 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.405716  8890 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.407187  8958 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.412076  8960 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.414175  8817 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.416496  8890 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
W20260608 12:41:19.420882  8708 consensus_peers.cc:597] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ba861c3dd0f344adb69fb23c73fc4116. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.429774  8639 catalog_manager.cc:5696] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 reported cstate change: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "82b7e7f4f84743fcb082bc265550f247" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.444388  8890 consensus_queue.cc:237] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.1, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.452596  8817 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.454823  8742 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:19.454730  8941 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:19.456598  9069 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:19.463173  8941 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
W20260608 12:41:19.472270  8857 consensus_peers.cc:597] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8fcbfd4f9e88457584c15fd42cd8f88d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.472815  8817 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.477425  8742 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.479205  8816 consensus_queue.cc:237] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.482421  8637 catalog_manager.cc:5696] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 reported cstate change: config changed from index -1 to 2, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f7f158b017c4402a8ebe018725286454" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:19.490227  8890 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:19.491567  8783 consensus_peers.cc:597] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8c32cbf52391426c95158cb3819efa8f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.493867  9057 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.495491  8742 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:19.499248  9057 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.501523  8943 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.505897  8890 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.507979  8742 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
W20260608 12:41:19.510463  8687 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:19.510876  8687 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:19.516690  8741 consensus_queue.cc:237] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.519542  8639 catalog_manager.cc:5696] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "683c56a311b84ec29d0da92940482373" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.524868  8890 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:19.525038  8816 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:19.525235  8708 consensus_peers.cc:597] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ba861c3dd0f344adb69fb23c73fc4116. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.526618  8958 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.527266  8960 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.540642  8816 consensus_queue.cc:237] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } }
I20260608 12:41:19.541401  8945 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.541707  8817 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.548080  8741 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.548426  8890 raft_consensus.cc:1275] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 683c56a311b84ec29d0da92940482373: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.549919  8943 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:19.550666  9057 consensus_queue.cc:1048] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:19.551818  8890 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.557607  9057 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } }
I20260608 12:41:19.560032  8741 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } }
I20260608 12:41:19.562219  8891 raft_consensus.cc:2955] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } }
W20260608 12:41:19.565279  8687 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:41:19.565663  8687 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:19.575004  8637 catalog_manager.cc:5696] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "82b7e7f4f84743fcb082bc265550f247" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.571696  8889 consensus_queue.cc:237] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } }
I20260608 12:41:19.581161  8624 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8c32cbf52391426c95158cb3819efa8f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:19.583909  8817 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:41:19.584497  8857 consensus_peers.cc:597] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 -> Peer 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): Couldn't send request to peer 2d2dd17691f3479d996a51bd2d3dfe90. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8fcbfd4f9e88457584c15fd42cd8f88d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.585493  8741 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:41:19.585657  8941 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:19.587188  9071 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:19.595957  8742 consensus_queue.cc:237] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:19.595782  8941 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.594895  8639 catalog_manager.cc:5696] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 reported cstate change: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "683c56a311b84ec29d0da92940482373" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } attrs { replace: false } } }
I20260608 12:41:19.598783  8817 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.602555  8741 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.606588  8889 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.608497  8945 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:19.619697  8817 raft_consensus.cc:1275] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer 82b7e7f4f84743fcb082bc265550f247: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.619453  8945 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
I20260608 12:41:19.621749  8960 consensus_queue.cc:1048] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:19.624670  8889 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
W20260608 12:41:19.629189  8687 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
I20260608 12:41:19.629570  9041 heartbeater.cc:499] Master 127.0.107.254:43743 was elected leader, sending a full tablet report...
I20260608 12:41:19.629673  8817 raft_consensus.cc:2955] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
W20260608 12:41:19.629585  8687 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:41:19.620743  8639 catalog_manager.cc:5696] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "f7f158b017c4402a8ebe018725286454" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } peers { permanent_uuid: "2d2dd17691f3479d996a51bd2d3dfe90" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39319 } attrs { promote: true } } }
I20260608 12:41:19.633795  8624 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ba861c3dd0f344adb69fb23c73fc4116 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:19.639572  9006 tablet_service.cc:1558] Processing DeleteTablet for tablet 8c32cbf52391426c95158cb3819efa8f with delete_type TABLET_DATA_TOMBSTONED (TS 2d2dd17691f3479d996a51bd2d3dfe90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36782
I20260608 12:41:19.646378  8637 catalog_manager.cc:5696] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 reported cstate change: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "82b7e7f4f84743fcb082bc265550f247" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } attrs { replace: false } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } health_report { overall_health: HEALTHY } } }
W20260608 12:41:19.652873  8626 catalog_manager.cc:4994] TS 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): delete failed for tablet 8c32cbf52391426c95158cb3819efa8f because the tablet was not found. No further retry: Not found: Tablet not found: 8c32cbf52391426c95158cb3819efa8f
I20260608 12:41:19.663204  8889 consensus_queue.cc:237] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 1.3, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } }
I20260608 12:41:19.664896  9006 tablet_service.cc:1558] Processing DeleteTablet for tablet ba861c3dd0f344adb69fb23c73fc4116 with delete_type TABLET_DATA_TOMBSTONED (TS 2d2dd17691f3479d996a51bd2d3dfe90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36782
W20260608 12:41:19.667498  8626 catalog_manager.cc:4994] TS 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): delete failed for tablet ba861c3dd0f344adb69fb23c73fc4116 because the tablet was not found. No further retry: Not found: Tablet not found: ba861c3dd0f344adb69fb23c73fc4116
I20260608 12:41:19.671829  8817 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.673363  8741 raft_consensus.cc:1275] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Refusing update from remote peer f7f158b017c4402a8ebe018725286454: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:41:19.673566  9071 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:19.675061  9069 consensus_queue.cc:1048] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [LEADER]: Connected to new peer: Peer: permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:19.681617  8941 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
I20260608 12:41:19.683668  8817 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
I20260608 12:41:19.685070  8741 raft_consensus.cc:2955] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
I20260608 12:41:19.693228  8626 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8fcbfd4f9e88457584c15fd42cd8f88d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:19.700400  8637 catalog_manager.cc:5696] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 reported cstate change: config changed from index 3 to 4, NON_VOTER 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "f7f158b017c4402a8ebe018725286454" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "82b7e7f4f84743fcb082bc265550f247" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38393 } attrs { replace: false } } peers { permanent_uuid: "683c56a311b84ec29d0da92940482373" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 42111 } } peers { permanent_uuid: "f7f158b017c4402a8ebe018725286454" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44739 } } }
I20260608 12:41:19.713665  9006 tablet_service.cc:1558] Processing DeleteTablet for tablet 8fcbfd4f9e88457584c15fd42cd8f88d with delete_type TABLET_DATA_TOMBSTONED (TS 2d2dd17691f3479d996a51bd2d3dfe90 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36782
W20260608 12:41:19.715198  8626 catalog_manager.cc:4994] TS 2d2dd17691f3479d996a51bd2d3dfe90 (127.0.107.196:39319): delete failed for tablet 8fcbfd4f9e88457584c15fd42cd8f88d because the tablet was not found. No further retry: Not found: Tablet not found: 8fcbfd4f9e88457584c15fd42cd8f88d
I20260608 12:41:19.734745   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:19.763623   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:19.764333   431 tablet_replica.cc:333] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247: stopping tablet replica
I20260608 12:41:19.764951   431 raft_consensus.cc:2243] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.765604   431 raft_consensus.cc:2272] T 8fcbfd4f9e88457584c15fd42cd8f88d P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.768033   431 tablet_replica.cc:333] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247: stopping tablet replica
I20260608 12:41:19.768579   431 raft_consensus.cc:2243] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.769150   431 raft_consensus.cc:2272] T 8c32cbf52391426c95158cb3819efa8f P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.771553   431 tablet_replica.cc:333] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247: stopping tablet replica
I20260608 12:41:19.772151   431 raft_consensus.cc:2243] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:19.772985   431 raft_consensus.cc:2272] T ba861c3dd0f344adb69fb23c73fc4116 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.775218   431 tablet_replica.cc:333] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247: stopping tablet replica
I20260608 12:41:19.775727   431 raft_consensus.cc:2243] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:19.776574   431 raft_consensus.cc:2272] T e965fc09b78a440da6394bf007b400a8 P 82b7e7f4f84743fcb082bc265550f247 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.800652   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:19.813926   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:19.832868   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:19.833593   431 tablet_replica.cc:333] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373: stopping tablet replica
I20260608 12:41:19.834183   431 raft_consensus.cc:2243] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.834896   431 raft_consensus.cc:2272] T 8fcbfd4f9e88457584c15fd42cd8f88d P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.837625   431 tablet_replica.cc:333] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373: stopping tablet replica
I20260608 12:41:19.838207   431 raft_consensus.cc:2243] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.838641   431 raft_consensus.cc:2272] T e965fc09b78a440da6394bf007b400a8 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.840552   431 tablet_replica.cc:333] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373: stopping tablet replica
I20260608 12:41:19.841059   431 raft_consensus.cc:2243] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.841622   431 raft_consensus.cc:2272] T ba861c3dd0f344adb69fb23c73fc4116 P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.844552   431 tablet_replica.cc:333] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373: stopping tablet replica
I20260608 12:41:19.845074   431 raft_consensus.cc:2243] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:19.845916   431 raft_consensus.cc:2272] T 8c32cbf52391426c95158cb3819efa8f P 683c56a311b84ec29d0da92940482373 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.861171   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:19.874440   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:19.895044   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:19.896075   431 tablet_replica.cc:333] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454: stopping tablet replica
I20260608 12:41:19.896847   431 raft_consensus.cc:2243] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.897563   431 raft_consensus.cc:2272] T 8c32cbf52391426c95158cb3819efa8f P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.900261   431 tablet_replica.cc:333] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454: stopping tablet replica
I20260608 12:41:19.900818   431 raft_consensus.cc:2243] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.901391   431 raft_consensus.cc:2272] T ba861c3dd0f344adb69fb23c73fc4116 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.903607   431 tablet_replica.cc:333] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454: stopping tablet replica
I20260608 12:41:19.904163   431 raft_consensus.cc:2243] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:19.904579   431 raft_consensus.cc:2272] T e965fc09b78a440da6394bf007b400a8 P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.906376   431 tablet_replica.cc:333] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454: stopping tablet replica
I20260608 12:41:19.906857   431 raft_consensus.cc:2243] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:19.907799   431 raft_consensus.cc:2272] T 8fcbfd4f9e88457584c15fd42cd8f88d P f7f158b017c4402a8ebe018725286454 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:19.932054   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:19.944574   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:19.964299   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:19.983743   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:19.995919   431 master.cc:562] Master@127.0.107.254:43743 shutting down...
I20260608 12:41:20.023072   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:20.024065   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:20.024492   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 00af7ef9053f4ddf976ce40f1663acad: stopping tablet replica
I20260608 12:41:20.046671   431 master.cc:584] Master@127.0.107.254:43743 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3915 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:41:20.088037   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43329
I20260608 12:41:20.089722   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:20.096764  9075 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.097971  9076 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.100526   431 server_base.cc:1061] running on GCE node
W20260608 12:41:20.102191  9078 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.103407   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:20.103647   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:20.103765   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922480103754 us; error 0 us; skew 500 ppm
I20260608 12:41:20.104413   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:20.107615   431 webserver.cc:533] Webserver started at http://127.0.107.254:44455/ using document root <none> and password file <none>
I20260608 12:41:20.108332   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:20.108510   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:20.108763   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:20.109930   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "c2fc990cfac34911b513a0b918e418e8"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.114931   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:20.119115  9083 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.120250   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
I20260608 12:41:20.120605   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "c2fc990cfac34911b513a0b918e418e8"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.120908   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:20.136212   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:20.137763   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:20.182971   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43329
I20260608 12:41:20.183113  9134 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43329 every 8 connection(s)
I20260608 12:41:20.187909  9135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:20.198585  9135 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8: Bootstrap starting.
I20260608 12:41:20.204105  9135 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:20.208940  9135 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8: No bootstrap required, opened a new log
I20260608 12:41:20.211352  9135 raft_consensus.cc:359] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER }
I20260608 12:41:20.211760  9135 raft_consensus.cc:385] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:20.211992  9135 raft_consensus.cc:740] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2fc990cfac34911b513a0b918e418e8, State: Initialized, Role: FOLLOWER
I20260608 12:41:20.212692  9135 consensus_queue.cc:260] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER }
I20260608 12:41:20.213169  9135 raft_consensus.cc:399] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:20.213388  9135 raft_consensus.cc:493] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:20.213670  9135 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:20.220317  9135 raft_consensus.cc:515] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER }
I20260608 12:41:20.220906  9135 leader_election.cc:304] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: c2fc990cfac34911b513a0b918e418e8; no voters: 
I20260608 12:41:20.222244  9135 leader_election.cc:290] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:20.222884  9138 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:20.224412  9138 raft_consensus.cc:697] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 1 LEADER]: Becoming Leader. State: Replica: c2fc990cfac34911b513a0b918e418e8, State: Running, Role: LEADER
I20260608 12:41:20.225198  9138 consensus_queue.cc:237] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER }
I20260608 12:41:20.225994  9135 sys_catalog.cc:565] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:20.228730  9140 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c2fc990cfac34911b513a0b918e418e8. Latest consensus state: current_term: 1 leader_uuid: "c2fc990cfac34911b513a0b918e418e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER } }
I20260608 12:41:20.229830  9140 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:20.228694  9139 sys_catalog.cc:455] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c2fc990cfac34911b513a0b918e418e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c2fc990cfac34911b513a0b918e418e8" member_type: VOTER } }
I20260608 12:41:20.230947  9139 sys_catalog.cc:458] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:20.234905  9143 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:20.244879  9143 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:20.245981   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:20.256145  9143 catalog_manager.cc:1382] Generated new cluster ID: f039bea005fc4c65b96792974e489515
I20260608 12:41:20.256429  9143 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:20.274631  9143 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:20.275993  9143 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:20.292057  9143 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8: Generated new TSK 0
I20260608 12:41:20.292924  9143 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:20.313552   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:20.321039  9156 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.321384  9157 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.323915  9159 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.324054   431 server_base.cc:1061] running on GCE node
I20260608 12:41:20.325145   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:20.325374   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:20.325553   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922480325532 us; error 0 us; skew 500 ppm
I20260608 12:41:20.326123   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:20.328758   431 webserver.cc:533] Webserver started at http://127.0.107.193:43787/ using document root <none> and password file <none>
I20260608 12:41:20.329283   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:20.329492   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:20.329774   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:20.330892   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "20b1f0f3d7b44e6b826e10285f9eec22"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.335625   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:20.339500  9164 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.340512   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:20.340822   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "20b1f0f3d7b44e6b826e10285f9eec22"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.341130   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:20.359421   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:20.360671   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:20.362130   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:20.364804   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:20.365057   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.365321   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:20.365512   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.408284   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39713
I20260608 12:41:20.408411  9226 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39713 every 8 connection(s)
I20260608 12:41:20.413774   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:20.421648  9231 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.422194  9232 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.425496   431 server_base.cc:1061] running on GCE node
W20260608 12:41:20.426590  9235 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.426748  9227 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43329
I20260608 12:41:20.427474  9227 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:20.427644   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:20.428076   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:20.428258   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922480428245 us; error 0 us; skew 500 ppm
I20260608 12:41:20.428946   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:20.429008  9227 heartbeater.cc:507] Master 127.0.107.254:43329 requested a full tablet report, sending...
I20260608 12:41:20.431806   431 webserver.cc:533] Webserver started at http://127.0.107.194:35163/ using document root <none> and password file <none>
I20260608 12:41:20.431806  9100 ts_manager.cc:194] Registered new tserver with Master: 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713)
I20260608 12:41:20.432608   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:20.432868   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:20.433157   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:20.434293  9100 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41262
I20260608 12:41:20.434295   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "9d2b61f0ada840bda320337b1a7c85a3"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.440001   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.001s
I20260608 12:41:20.444454  9239 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.445360   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:41:20.445710   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "9d2b61f0ada840bda320337b1a7c85a3"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.446028   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:20.455657   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:20.456856   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:20.458397   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:20.460930   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:20.461192   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.461474   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:20.461681   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.508713   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41037
I20260608 12:41:20.508795  9301 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41037 every 8 connection(s)
I20260608 12:41:20.515447   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:20.522915  9305 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.525519  9306 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:20.528512  9308 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:20.528683   431 server_base.cc:1061] running on GCE node
I20260608 12:41:20.529781  9302 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43329
I20260608 12:41:20.530066   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:20.530279  9302 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:20.530400   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:20.530774   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922480530753 us; error 0 us; skew 500 ppm
I20260608 12:41:20.531431  9302 heartbeater.cc:507] Master 127.0.107.254:43329 requested a full tablet report, sending...
I20260608 12:41:20.531824   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:20.534281  9100 ts_manager.cc:194] Registered new tserver with Master: 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:20.535013   431 webserver.cc:533] Webserver started at http://127.0.107.195:34685/ using document root <none> and password file <none>
I20260608 12:41:20.535620   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:20.535845   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:20.536181   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:20.536422  9100 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41264
I20260608 12:41:20.537464   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "366cb031f6de46049c6686d7b82ab69d"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.542464   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:20.545977  9313 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.546876   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:20.547240   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "366cb031f6de46049c6686d7b82ab69d"
format_stamp: "Formatted at 2026-06-08 12:41:20 on dist-test-slave-mnll"
I20260608 12:41:20.547588   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:20.576211   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:20.577234   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:20.578682   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:20.581284   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:20.581471   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.581817   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:20.581988   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:20.623242   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34763
I20260608 12:41:20.623375  9375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34763 every 8 connection(s)
I20260608 12:41:20.637776  9376 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43329
I20260608 12:41:20.638206  9376 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:20.639155  9376 heartbeater.cc:507] Master 127.0.107.254:43329 requested a full tablet report, sending...
I20260608 12:41:20.641207  9100 ts_manager.cc:194] Registered new tserver with Master: 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:20.641510   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014878126s
I20260608 12:41:20.642735  9100 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41266
I20260608 12:41:21.437968  9227 heartbeater.cc:499] Master 127.0.107.254:43329 was elected leader, sending a full tablet report...
I20260608 12:41:21.539132  9302 heartbeater.cc:499] Master 127.0.107.254:43329 was elected leader, sending a full tablet report...
I20260608 12:41:21.645648  9376 heartbeater.cc:499] Master 127.0.107.254:43329 was elected leader, sending a full tablet report...
I20260608 12:41:21.703404  9100 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41270:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:21.705965  9100 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:21.769299  9341 tablet_service.cc:1511] Processing CreateTablet for tablet 9f87f2a18cca43a48638393a8d0823a1 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:21.769300  9339 tablet_service.cc:1511] Processing CreateTablet for tablet 0cf300ed657946a7ad359dcafac0e30a (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:21.770880  9341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f87f2a18cca43a48638393a8d0823a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.772703  9339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cf300ed657946a7ad359dcafac0e30a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.772607  9338 tablet_service.cc:1511] Processing CreateTablet for tablet a58ec6726aa742ca9b80d58e547748fc (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:21.773259  9340 tablet_service.cc:1511] Processing CreateTablet for tablet f6e52f7a99784ad5830c761ca7f8e02f (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:21.774184  9338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a58ec6726aa742ca9b80d58e547748fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.775118  9340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6e52f7a99784ad5830c761ca7f8e02f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.777705  9267 tablet_service.cc:1511] Processing CreateTablet for tablet 9f87f2a18cca43a48638393a8d0823a1 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:21.779114  9267 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f87f2a18cca43a48638393a8d0823a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.781150  9266 tablet_service.cc:1511] Processing CreateTablet for tablet f6e52f7a99784ad5830c761ca7f8e02f (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:21.782557  9266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6e52f7a99784ad5830c761ca7f8e02f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.785081  9265 tablet_service.cc:1511] Processing CreateTablet for tablet 0cf300ed657946a7ad359dcafac0e30a (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:21.786671  9265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cf300ed657946a7ad359dcafac0e30a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.789069  9264 tablet_service.cc:1511] Processing CreateTablet for tablet a58ec6726aa742ca9b80d58e547748fc (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:21.790462  9264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a58ec6726aa742ca9b80d58e547748fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.792873  9262 tablet_service.cc:1511] Processing CreateTablet for tablet 5e09f5b03e794470a9bf4d2f0e640c62 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:21.793072  9263 tablet_service.cc:1511] Processing CreateTablet for tablet c86ce85676974d849e2af57bb2940cb9 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:21.786275  9337 tablet_service.cc:1511] Processing CreateTablet for tablet c86ce85676974d849e2af57bb2940cb9 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:21.794227  9262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e09f5b03e794470a9bf4d2f0e640c62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.794557  9337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c86ce85676974d849e2af57bb2940cb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.796586  9263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c86ce85676974d849e2af57bb2940cb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.817129  9191 tablet_service.cc:1511] Processing CreateTablet for tablet f6e52f7a99784ad5830c761ca7f8e02f (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:21.818779  9191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f6e52f7a99784ad5830c761ca7f8e02f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.819128  9339 tablet_service.cc:1511] Processing CreateTablet for tablet 5e09f5b03e794470a9bf4d2f0e640c62 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:21.820917  9339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e09f5b03e794470a9bf4d2f0e640c62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.822944  9189 tablet_service.cc:1511] Processing CreateTablet for tablet a58ec6726aa742ca9b80d58e547748fc (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:21.825132  9192 tablet_service.cc:1511] Processing CreateTablet for tablet 9f87f2a18cca43a48638393a8d0823a1 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:21.821094  9190 tablet_service.cc:1511] Processing CreateTablet for tablet 0cf300ed657946a7ad359dcafac0e30a (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:21.828233  9188 tablet_service.cc:1511] Processing CreateTablet for tablet c86ce85676974d849e2af57bb2940cb9 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:21.830209  9187 tablet_service.cc:1511] Processing CreateTablet for tablet 5e09f5b03e794470a9bf4d2f0e640c62 (DEFAULT_TABLE table=test-workload [id=8efa29e692e046f682663687e5ba59c2]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:21.831594  9189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a58ec6726aa742ca9b80d58e547748fc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.838815  9190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0cf300ed657946a7ad359dcafac0e30a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.840222  9192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f87f2a18cca43a48638393a8d0823a1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.842801  9188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c86ce85676974d849e2af57bb2940cb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.848024  9187 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5e09f5b03e794470a9bf4d2f0e640c62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:21.900836  9397 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:21.909936  9396 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:21.925438  9396 tablet_bootstrap.cc:654] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.925799  9397 tablet_bootstrap.cc:654] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.939414  9398 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:21.943408  9397 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:21.943795  9396 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:21.944061  9397 ts_tablet_manager.cc:1403] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.044s	user 0.015s	sys 0.000s
I20260608 12:41:21.944408  9396 ts_tablet_manager.cc:1403] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.004s
I20260608 12:41:21.947311  9398 tablet_bootstrap.cc:654] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.947371  9397 raft_consensus.cc:359] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.947781  9396 raft_consensus.cc:359] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.948348  9397 raft_consensus.cc:385] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:21.948762  9396 raft_consensus.cc:385] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:21.948772  9397 raft_consensus.cc:740] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:21.949393  9396 raft_consensus.cc:740] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:21.949928  9397 consensus_queue.cc:260] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.950413  9396 consensus_queue.cc:260] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.953353  9397 ts_tablet_manager.cc:1434] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:21.953831  9396 ts_tablet_manager.cc:1434] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260608 12:41:21.953929  9398 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:21.954605  9397 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:21.955013  9396 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:21.961285  9397 tablet_bootstrap.cc:654] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.961651  9396 tablet_bootstrap.cc:654] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.954643  9398 ts_tablet_manager.cc:1403] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:41:21.969404  9398 raft_consensus.cc:359] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.970353  9398 raft_consensus.cc:385] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:21.970717  9398 raft_consensus.cc:740] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:21.971638  9398 consensus_queue.cc:260] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:21.985713  9398 ts_tablet_manager.cc:1434] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.021s	user 0.013s	sys 0.004s
I20260608 12:41:21.987311  9398 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:21.989027  9396 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:21.989602  9396 ts_tablet_manager.cc:1403] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.035s	user 0.006s	sys 0.027s
I20260608 12:41:21.992762  9396 raft_consensus.cc:359] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:21.993324  9398 tablet_bootstrap.cc:654] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:21.993520  9396 raft_consensus.cc:385] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:21.993937  9396 raft_consensus.cc:740] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:21.994064  9397 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:21.994879  9397 ts_tablet_manager.cc:1403] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.041s	user 0.009s	sys 0.027s
I20260608 12:41:21.994962  9396 consensus_queue.cc:260] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:21.999485  9397 raft_consensus.cc:359] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.000757  9397 raft_consensus.cc:385] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.001262  9397 raft_consensus.cc:740] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.001610  9396 ts_tablet_manager.cc:1434] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:41:22.003119  9396 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:22.002610  9397 consensus_queue.cc:260] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.005708  9397 ts_tablet_manager.cc:1434] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:41:22.006877  9397 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:22.011353  9396 tablet_bootstrap.cc:654] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.015525  9397 tablet_bootstrap.cc:654] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:22.015807  9303 tablet.cc:2404] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:22.024106  9398 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:22.025082  9398 ts_tablet_manager.cc:1403] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.038s	user 0.021s	sys 0.008s
I20260608 12:41:22.028409  9397 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:22.029063  9397 ts_tablet_manager.cc:1403] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.000s
I20260608 12:41:22.028985  9398 raft_consensus.cc:359] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.030005  9398 raft_consensus.cc:385] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.030483  9396 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:22.030360  9398 raft_consensus.cc:740] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.031040  9396 ts_tablet_manager.cc:1403] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.007s
I20260608 12:41:22.031474  9398 consensus_queue.cc:260] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.032274  9397 raft_consensus.cc:359] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.033047  9397 raft_consensus.cc:385] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.033375  9397 raft_consensus.cc:740] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.034118  9398 ts_tablet_manager.cc:1434] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:22.034174  9396 raft_consensus.cc:359] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.034240  9397 consensus_queue.cc:260] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.035248  9396 raft_consensus.cc:385] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.035615  9396 raft_consensus.cc:740] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.035705  9398 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:22.036568  9396 consensus_queue.cc:260] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.042793  9398 tablet_bootstrap.cc:654] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.043685  9397 ts_tablet_manager.cc:1434] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260608 12:41:22.044971  9397 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:22.051918  9403 raft_consensus.cc:493] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.052201  9397 tablet_bootstrap.cc:654] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.052623  9403 raft_consensus.cc:515] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.055537  9396 ts_tablet_manager.cc:1434] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.024s	user 0.004s	sys 0.004s
I20260608 12:41:22.056130  9398 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:22.056795  9398 ts_tablet_manager.cc:1403] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.004s
I20260608 12:41:22.057271  9396 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:22.060220  9403 leader_election.cc:290] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.060045  9398 raft_consensus.cc:359] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.062698  9398 raft_consensus.cc:385] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.063124  9398 raft_consensus.cc:740] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.064589  9398 consensus_queue.cc:260] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.066845  9396 tablet_bootstrap.cc:654] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.077955  9398 ts_tablet_manager.cc:1434] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260608 12:41:22.079671  9398 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:22.090898  9398 tablet_bootstrap.cc:654] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.092191  9397 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:22.093319  9397 ts_tablet_manager.cc:1403] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.049s	user 0.009s	sys 0.038s
I20260608 12:41:22.096107  9397 raft_consensus.cc:359] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.096685  9397 raft_consensus.cc:385] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.096953  9397 raft_consensus.cc:740] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.097736  9397 consensus_queue.cc:260] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.098232  9406 raft_consensus.cc:493] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.098785  9406 raft_consensus.cc:515] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.100244  9397 ts_tablet_manager.cc:1434] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:22.098467  9398 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:22.101478  9398 ts_tablet_manager.cc:1403] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.000s
I20260608 12:41:22.104620  9397 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:22.106736  9398 raft_consensus.cc:359] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.107913  9398 raft_consensus.cc:385] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.108361  9398 raft_consensus.cc:740] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.109544  9398 consensus_queue.cc:260] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.115479  9406 leader_election.cc:290] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.122206  9397 tablet_bootstrap.cc:654] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.127748  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6e52f7a99784ad5830c761ca7f8e02f" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" is_pre_election: true
I20260608 12:41:22.127528  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6e52f7a99784ad5830c761ca7f8e02f" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3" is_pre_election: true
I20260608 12:41:22.129031  9277 raft_consensus.cc:2468] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 0.
W20260608 12:41:22.130430  9317 leader_election.cc:343] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.131742  9317 leader_election.cc:304] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 366cb031f6de46049c6686d7b82ab69d, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 20b1f0f3d7b44e6b826e10285f9eec22
I20260608 12:41:22.133006  9403 raft_consensus.cc:2804] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.133409  9403 raft_consensus.cc:493] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.133747  9403 raft_consensus.cc:3060] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.134045  9396 tablet_bootstrap.cc:492] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:22.134665  9396 ts_tablet_manager.cc:1403] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.078s	user 0.023s	sys 0.021s
I20260608 12:41:22.137825  9396 raft_consensus.cc:359] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.138727  9396 raft_consensus.cc:385] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.139091  9396 raft_consensus.cc:740] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.139969  9396 consensus_queue.cc:260] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.141327  9403 raft_consensus.cc:515] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.144465  9398 ts_tablet_manager.cc:1434] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.042s	user 0.022s	sys 0.007s
I20260608 12:41:22.145716  9398 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:22.153055  9398 tablet_bootstrap.cc:654] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.165439  9402 raft_consensus.cc:493] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.165998  9402 raft_consensus.cc:515] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.167255  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6e52f7a99784ad5830c761ca7f8e02f" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3"
I20260608 12:41:22.167524  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f6e52f7a99784ad5830c761ca7f8e02f" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22"
I20260608 12:41:22.167963  9277 raft_consensus.cc:3060] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:22.170032  9317 leader_election.cc:343] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.171952  9402 leader_election.cc:290] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.175033  9398 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:22.177543  9398 ts_tablet_manager.cc:1403] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.032s	user 0.014s	sys 0.016s
I20260608 12:41:22.180224  9351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c86ce85676974d849e2af57bb2940cb9" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d" is_pre_election: true
I20260608 12:41:22.164852  9403 leader_election.cc:290] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 election: Requested vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.183679  9277 raft_consensus.cc:2468] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 1.
I20260608 12:41:22.186546  9398 raft_consensus.cc:359] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.187362  9317 leader_election.cc:304] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 366cb031f6de46049c6686d7b82ab69d, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 20b1f0f3d7b44e6b826e10285f9eec22
W20260608 12:41:22.184456  9165 leader_election.cc:343] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.188503  9403 raft_consensus.cc:2804] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.189013  9403 raft_consensus.cc:697] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 1 LEADER]: Becoming Leader. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Running, Role: LEADER
I20260608 12:41:22.190061  9403 consensus_queue.cc:237] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.187744  9398 raft_consensus.cc:385] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.194162  9398 raft_consensus.cc:740] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.205664  9396 ts_tablet_manager.cc:1434] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.071s	user 0.008s	sys 0.028s
I20260608 12:41:22.206969  9396 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:22.208274  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c86ce85676974d849e2af57bb2940cb9" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3" is_pre_election: true
I20260608 12:41:22.209164  9277 raft_consensus.cc:2468] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 0.
I20260608 12:41:22.203553  9398 consensus_queue.cc:260] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.212097  9168 leader_election.cc:304] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 366cb031f6de46049c6686d7b82ab69d
I20260608 12:41:22.208395  9351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e09f5b03e794470a9bf4d2f0e640c62" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d" is_pre_election: true
I20260608 12:41:22.216382  9351 raft_consensus.cc:2468] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9d2b61f0ada840bda320337b1a7c85a3 in term 0.
I20260608 12:41:22.215638  9397 tablet_bootstrap.cc:492] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:22.217844  9397 ts_tablet_manager.cc:1403] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.114s	user 0.008s	sys 0.054s
I20260608 12:41:22.217897  9240 leader_election.cc:304] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 366cb031f6de46049c6686d7b82ab69d, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 
I20260608 12:41:22.220160  9396 tablet_bootstrap.cc:654] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.220213  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e09f5b03e794470a9bf4d2f0e640c62" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" is_pre_election: true
I20260608 12:41:22.220719  9402 raft_consensus.cc:2804] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.221117  9202 raft_consensus.cc:2468] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9d2b61f0ada840bda320337b1a7c85a3 in term 0.
I20260608 12:41:22.215597  9406 raft_consensus.cc:2804] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.222280  9406 raft_consensus.cc:493] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.222718  9406 raft_consensus.cc:3060] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.221235  9402 raft_consensus.cc:493] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.224081  9402 raft_consensus.cc:3060] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.221395  9397 raft_consensus.cc:359] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.227353  9397 raft_consensus.cc:385] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.227830  9397 raft_consensus.cc:740] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.228796  9397 consensus_queue.cc:260] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.238499  9397 ts_tablet_manager.cc:1434] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.020s	user 0.010s	sys 0.004s
I20260608 12:41:22.237455  9097 catalog_manager.cc:5696] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d reported cstate change: term changed from 0 to 1, leader changed from <none> to 366cb031f6de46049c6686d7b82ab69d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "366cb031f6de46049c6686d7b82ab69d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:22.213750  9398 ts_tablet_manager.cc:1434] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.036s	user 0.011s	sys 0.000s
W20260608 12:41:22.242362  9148 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:22.248461  9398 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: Bootstrap starting.
I20260608 12:41:22.256093  9406 raft_consensus.cc:515] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.259099  9406 leader_election.cc:290] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Requested vote from peers 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.260469  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c86ce85676974d849e2af57bb2940cb9" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3"
I20260608 12:41:22.261227  9277 raft_consensus.cc:3060] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.263370  9396 tablet_bootstrap.cc:492] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:22.264029  9396 ts_tablet_manager.cc:1403] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.057s	user 0.014s	sys 0.025s
I20260608 12:41:22.264356  9398 tablet_bootstrap.cc:654] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.266144  9402 raft_consensus.cc:515] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.273592  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e09f5b03e794470a9bf4d2f0e640c62" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22"
I20260608 12:41:22.274180  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5e09f5b03e794470a9bf4d2f0e640c62" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d"
I20260608 12:41:22.274554  9202 raft_consensus.cc:3060] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.275133  9350 raft_consensus.cc:3060] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.279510  9403 raft_consensus.cc:493] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.280097  9403 raft_consensus.cc:515] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.282610  9403 leader_election.cc:290] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.264528  9397 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: Bootstrap starting.
I20260608 12:41:22.285024  9201 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cf300ed657946a7ad359dcafac0e30a" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" is_pre_election: true
I20260608 12:41:22.285799  9201 raft_consensus.cc:2468] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 0.
I20260608 12:41:22.286703  9202 raft_consensus.cc:2468] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9d2b61f0ada840bda320337b1a7c85a3 in term 1.
I20260608 12:41:22.287266  9317 leader_election.cc:304] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 366cb031f6de46049c6686d7b82ab69d; no voters: 
I20260608 12:41:22.288196  9243 leader_election.cc:304] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 
I20260608 12:41:22.289420  9426 raft_consensus.cc:2804] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.289997  9403 raft_consensus.cc:2804] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.289913  9276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cf300ed657946a7ad359dcafac0e30a" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3" is_pre_election: true
I20260608 12:41:22.290573  9403 raft_consensus.cc:493] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.290845  9276 raft_consensus.cc:2468] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 0.
I20260608 12:41:22.267668  9396 raft_consensus.cc:359] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.291030  9403 raft_consensus.cc:3060] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.268318  9351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c86ce85676974d849e2af57bb2940cb9" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d"
I20260608 12:41:22.292508  9277 raft_consensus.cc:2468] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 1.
I20260608 12:41:22.293844  9168 leader_election.cc:304] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 
I20260608 12:41:22.294874  9406 raft_consensus.cc:2804] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.295419  9406 raft_consensus.cc:697] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Becoming Leader. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Running, Role: LEADER
I20260608 12:41:22.296401  9406 consensus_queue.cc:237] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.298437  9396 raft_consensus.cc:385] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.298897  9396 raft_consensus.cc:740] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.300755  9418 raft_consensus.cc:493] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.299602  9402 leader_election.cc:290] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 election: Requested vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.301362  9418 raft_consensus.cc:515] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.299932  9396 consensus_queue.cc:260] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.305706  9351 raft_consensus.cc:3060] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.307471  9349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d" is_pre_election: true
I20260608 12:41:22.308457  9349 raft_consensus.cc:2468] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 0.
I20260608 12:41:22.310833  9165 leader_election.cc:304] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 366cb031f6de46049c6686d7b82ab69d; no voters: 
I20260608 12:41:22.312935  9418 leader_election.cc:290] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.313663  9418 raft_consensus.cc:2804] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.314116  9418 raft_consensus.cc:493] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.314288  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3" is_pre_election: true
I20260608 12:41:22.314654  9418 raft_consensus.cc:3060] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:22.315904  9168 leader_election.cc:343] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.317517  9351 raft_consensus.cc:2468] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 1.
I20260608 12:41:22.319958  9426 raft_consensus.cc:697] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 LEADER]: Becoming Leader. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Running, Role: LEADER
I20260608 12:41:22.323473  9426 consensus_queue.cc:237] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.325234  9396 ts_tablet_manager.cc:1434] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.061s	user 0.008s	sys 0.000s
I20260608 12:41:22.326611  9396 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: Bootstrap starting.
I20260608 12:41:22.326967  9398 tablet_bootstrap.cc:492] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: No bootstrap required, opened a new log
I20260608 12:41:22.330561  9398 ts_tablet_manager.cc:1403] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent bootstrapping tablet: real 0.082s	user 0.022s	sys 0.033s
I20260608 12:41:22.334575  9396 tablet_bootstrap.cc:654] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.335142  9097 catalog_manager.cc:5696] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:22.335991  9418 raft_consensus.cc:515] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.321250  9403 raft_consensus.cc:515] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.320948  9350 raft_consensus.cc:2468] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9d2b61f0ada840bda320337b1a7c85a3 in term 1.
I20260608 12:41:22.338546  9432 raft_consensus.cc:493] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.334226  9398 raft_consensus.cc:359] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.339519  9398 raft_consensus.cc:385] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.339326  9432 raft_consensus.cc:515] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.339926  9398 raft_consensus.cc:740] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.341490  9397 tablet_bootstrap.cc:654] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:22.360755  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d"
I20260608 12:41:22.343149  9277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a58ec6726aa742ca9b80d58e547748fc" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3" is_pre_election: true
I20260608 12:41:22.364636  9350 raft_consensus.cc:3060] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.364894  9277 raft_consensus.cc:2468] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 0.
I20260608 12:41:22.342412  9432 leader_election.cc:290] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.366608  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cf300ed657946a7ad359dcafac0e30a" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22"
I20260608 12:41:22.367272  9202 raft_consensus.cc:3060] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.368439  9403 leader_election.cc:290] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 election: Requested vote from peers 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.369215  9276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0cf300ed657946a7ad359dcafac0e30a" candidate_uuid: "366cb031f6de46049c6686d7b82ab69d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3"
I20260608 12:41:22.369845  9276 raft_consensus.cc:3060] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.372756  9418 leader_election.cc:290] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Requested vote from peers 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763), 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037)
I20260608 12:41:22.368475  9168 leader_election.cc:304] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 
I20260608 12:41:22.348196  9351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a58ec6726aa742ca9b80d58e547748fc" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d" is_pre_election: true
W20260608 12:41:22.376349  9165 leader_election.cc:343] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.379390  9275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3"
I20260608 12:41:22.382716  9350 raft_consensus.cc:2468] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 1.
I20260608 12:41:22.384543  9165 leader_election.cc:304] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 366cb031f6de46049c6686d7b82ab69d; no voters: 
I20260608 12:41:22.385691  9432 raft_consensus.cc:2804] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:22.386080  9432 raft_consensus.cc:493] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:22.386405  9432 raft_consensus.cc:3060] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:22.388651  9168 leader_election.cc:343] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:22.393810  9432 raft_consensus.cc:515] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.394503  9202 raft_consensus.cc:2468] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 1.
I20260608 12:41:22.396039  9317 leader_election.cc:304] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 366cb031f6de46049c6686d7b82ab69d; no voters: 
I20260608 12:41:22.397020  9403 raft_consensus.cc:2804] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.399449  9403 raft_consensus.cc:697] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 1 LEADER]: Becoming Leader. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Running, Role: LEADER
I20260608 12:41:22.402551  9418 raft_consensus.cc:2804] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.403101  9418 raft_consensus.cc:697] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Becoming Leader. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Running, Role: LEADER
I20260608 12:41:22.403967  9418 consensus_queue.cc:237] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.404422  9396 tablet_bootstrap.cc:492] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: No bootstrap required, opened a new log
I20260608 12:41:22.405187  9396 ts_tablet_manager.cc:1403] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: Time spent bootstrapping tablet: real 0.079s	user 0.013s	sys 0.022s
I20260608 12:41:22.404740  9100 catalog_manager.cc:5696] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9d2b61f0ada840bda320337b1a7c85a3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:22.342468  9398 consensus_queue.cc:260] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.408886  9398 ts_tablet_manager.cc:1434] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: Time spent starting tablet: real 0.078s	user 0.008s	sys 0.000s
I20260608 12:41:22.397255  9276 raft_consensus.cc:2468] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 366cb031f6de46049c6686d7b82ab69d in term 1.
I20260608 12:41:22.409294  9396 raft_consensus.cc:359] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.410132  9396 raft_consensus.cc:385] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.410470  9396 raft_consensus.cc:740] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 366cb031f6de46049c6686d7b82ab69d, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.411674  9396 consensus_queue.cc:260] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.414891  9396 ts_tablet_manager.cc:1434] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:22.415620  9397 tablet_bootstrap.cc:492] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: No bootstrap required, opened a new log
I20260608 12:41:22.400439  9403 consensus_queue.cc:237] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.416200  9397 ts_tablet_manager.cc:1403] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent bootstrapping tablet: real 0.157s	user 0.036s	sys 0.025s
I20260608 12:41:22.422664  9276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a58ec6726aa742ca9b80d58e547748fc" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d2b61f0ada840bda320337b1a7c85a3"
I20260608 12:41:22.423436  9276 raft_consensus.cc:3060] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.432711  9432 leader_election.cc:290] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Requested vote from peers 9d2b61f0ada840bda320337b1a7c85a3 (127.0.107.194:41037), 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763)
I20260608 12:41:22.434217  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a58ec6726aa742ca9b80d58e547748fc" candidate_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d"
I20260608 12:41:22.435163  9350 raft_consensus.cc:3060] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.440332  9276 raft_consensus.cc:2468] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 1.
I20260608 12:41:22.422559  9397 raft_consensus.cc:359] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.445413  9168 leader_election.cc:304] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 20b1f0f3d7b44e6b826e10285f9eec22, 9d2b61f0ada840bda320337b1a7c85a3; no voters: 
I20260608 12:41:22.446312  9418 raft_consensus.cc:2804] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:22.441082  9100 catalog_manager.cc:5696] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d reported cstate change: term changed from 0 to 1, leader changed from <none> to 366cb031f6de46049c6686d7b82ab69d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "366cb031f6de46049c6686d7b82ab69d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:22.447275  9418 raft_consensus.cc:697] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Becoming Leader. State: Replica: 20b1f0f3d7b44e6b826e10285f9eec22, State: Running, Role: LEADER
I20260608 12:41:22.448540  9418 consensus_queue.cc:237] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } }
I20260608 12:41:22.444614  9397 raft_consensus.cc:385] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:22.451473  9397 raft_consensus.cc:740] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d2b61f0ada840bda320337b1a7c85a3, State: Initialized, Role: FOLLOWER
I20260608 12:41:22.451248  9097 catalog_manager.cc:5696] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:22.453011  9397 consensus_queue.cc:260] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.455572  9397 ts_tablet_manager.cc:1434] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: Time spent starting tablet: real 0.039s	user 0.006s	sys 0.000s
I20260608 12:41:22.466504  9350 raft_consensus.cc:2468] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 20b1f0f3d7b44e6b826e10285f9eec22 in term 1.
I20260608 12:41:22.477335  9098 catalog_manager.cc:5696] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 reported cstate change: term changed from 0 to 1, leader changed from <none> to 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:22.684684  9418 consensus_queue.cc:1048] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:22.708218  9403 consensus_queue.cc:1048] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:22.715166  9432 consensus_queue.cc:1048] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.731309  9202 raft_consensus.cc:3060] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.740475  9403 consensus_queue.cc:1048] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Connected to new peer: Peer: permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.782471  9426 consensus_queue.cc:1048] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.789268  9418 consensus_queue.cc:1048] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:22.801693  9426 raft_consensus.cc:493] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:22.802577  9426 raft_consensus.cc:515] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 } } peers { permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 } } peers { permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 } }
I20260608 12:41:22.810670  9426 leader_election.cc:290] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 366cb031f6de46049c6686d7b82ab69d (127.0.107.195:34763), 20b1f0f3d7b44e6b826e10285f9eec22 (127.0.107.193:39713)
I20260608 12:41:22.811779  9350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "366cb031f6de46049c6686d7b82ab69d" is_pre_election: true
I20260608 12:41:22.812024  9202 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f87f2a18cca43a48638393a8d0823a1" candidate_uuid: "9d2b61f0ada840bda320337b1a7c85a3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" is_pre_election: true
I20260608 12:41:22.814239  9243 leader_election.cc:304] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 9d2b61f0ada840bda320337b1a7c85a3; no voters: 20b1f0f3d7b44e6b826e10285f9eec22, 366cb031f6de46049c6686d7b82ab69d
I20260608 12:41:22.815925  9402 raft_consensus.cc:2749] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:22.830020  9426 consensus_queue.cc:1048] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.864780  9277 raft_consensus.cc:3060] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:22.865489  9201 raft_consensus.cc:1275] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Refusing update from remote peer 366cb031f6de46049c6686d7b82ab69d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:22.867692  9420 consensus_queue.cc:1048] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Connected to new peer: Peer: permanent_uuid: "20b1f0f3d7b44e6b826e10285f9eec22" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:22.869179  9276 raft_consensus.cc:1275] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Refusing update from remote peer 366cb031f6de46049c6686d7b82ab69d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:22.869303  9406 consensus_queue.cc:1048] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "366cb031f6de46049c6686d7b82ab69d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34763 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.873070  9420 consensus_queue.cc:1048] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.919528  9406 consensus_queue.cc:1048] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:22.961655  9277 raft_consensus.cc:1275] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Refusing update from remote peer 20b1f0f3d7b44e6b826e10285f9eec22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:22.965301  9406 consensus_queue.cc:1048] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9d2b61f0ada840bda320337b1a7c85a3" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:41:24.008148  9443 meta_cache.cc:1261] Time spent looking up entry by key: real 0.060s	user 0.002s	sys 0.000s
I20260608 12:41:24.214367   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:24.248443   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:24.249271   431 tablet_replica.cc:333] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.249946   431 raft_consensus.cc:2243] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.250734   431 raft_consensus.cc:2272] T 9f87f2a18cca43a48638393a8d0823a1 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.253450   431 tablet_replica.cc:333] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.254022   431 raft_consensus.cc:2243] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.254768   431 raft_consensus.cc:2272] T a58ec6726aa742ca9b80d58e547748fc P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.257186   431 tablet_replica.cc:333] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.257715   431 raft_consensus.cc:2243] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.258188   431 raft_consensus.cc:2272] T 0cf300ed657946a7ad359dcafac0e30a P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.260541   431 tablet_replica.cc:333] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.261044   431 raft_consensus.cc:2243] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.261474   431 raft_consensus.cc:2272] T 5e09f5b03e794470a9bf4d2f0e640c62 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.264163   431 tablet_replica.cc:333] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.264878   431 raft_consensus.cc:2243] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.265595   431 raft_consensus.cc:2272] T f6e52f7a99784ad5830c761ca7f8e02f P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.268484   431 tablet_replica.cc:333] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22: stopping tablet replica
I20260608 12:41:24.269021   431 raft_consensus.cc:2243] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.269788   431 raft_consensus.cc:2272] T c86ce85676974d849e2af57bb2940cb9 P 20b1f0f3d7b44e6b826e10285f9eec22 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.298357   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:24.315843   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:24.349704   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:24.350546   431 tablet_replica.cc:333] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.351472   431 raft_consensus.cc:2243] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.352146   431 raft_consensus.cc:2272] T 9f87f2a18cca43a48638393a8d0823a1 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.354866   431 tablet_replica.cc:333] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.355451   431 raft_consensus.cc:2243] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.356031   431 raft_consensus.cc:2272] T a58ec6726aa742ca9b80d58e547748fc P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.358510   431 tablet_replica.cc:333] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.359068   431 raft_consensus.cc:2243] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.359581   431 raft_consensus.cc:2272] T c86ce85676974d849e2af57bb2940cb9 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.362275   431 tablet_replica.cc:333] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.362816   431 raft_consensus.cc:2243] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.363266   431 raft_consensus.cc:2272] T f6e52f7a99784ad5830c761ca7f8e02f P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.365890   431 tablet_replica.cc:333] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.366433   431 raft_consensus.cc:2243] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.366920   431 raft_consensus.cc:2272] T 0cf300ed657946a7ad359dcafac0e30a P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.369508   431 tablet_replica.cc:333] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3: stopping tablet replica
I20260608 12:41:24.370013   431 raft_consensus.cc:2243] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.370740   431 raft_consensus.cc:2272] T 5e09f5b03e794470a9bf4d2f0e640c62 P 9d2b61f0ada840bda320337b1a7c85a3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.397616   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:24.414079   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:24.442646   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:24.443423   431 tablet_replica.cc:333] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.444454   431 raft_consensus.cc:2243] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.445082   431 raft_consensus.cc:2272] T a58ec6726aa742ca9b80d58e547748fc P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.448242   431 tablet_replica.cc:333] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.449147   431 raft_consensus.cc:2243] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.450567   431 raft_consensus.cc:2272] T f6e52f7a99784ad5830c761ca7f8e02f P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.454619   431 tablet_replica.cc:333] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.455240   431 raft_consensus.cc:2243] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.455780   431 raft_consensus.cc:2272] T c86ce85676974d849e2af57bb2940cb9 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.458745   431 tablet_replica.cc:333] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.459247   431 raft_consensus.cc:2243] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.459785   431 raft_consensus.cc:2272] T 5e09f5b03e794470a9bf4d2f0e640c62 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.462405   431 tablet_replica.cc:333] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.462916   431 raft_consensus.cc:2243] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.463737   431 raft_consensus.cc:2272] T 0cf300ed657946a7ad359dcafac0e30a P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.466173   431 tablet_replica.cc:333] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d: stopping tablet replica
I20260608 12:41:24.466662   431 raft_consensus.cc:2243] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:24.467057   431 raft_consensus.cc:2272] T 9f87f2a18cca43a48638393a8d0823a1 P 366cb031f6de46049c6686d7b82ab69d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.493297   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:24.510159   431 master.cc:562] Master@127.0.107.254:43329 shutting down...
I20260608 12:41:24.532332   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:24.532984   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:24.533267   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c2fc990cfac34911b513a0b918e418e8: stopping tablet replica
I20260608 12:41:24.552700   431 master.cc:584] Master@127.0.107.254:43329 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4494 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:41:24.581662   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46801
I20260608 12:41:24.582866   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:24.588375  9495 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.588502  9496 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.590279  9498 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.592015   431 server_base.cc:1061] running on GCE node
I20260608 12:41:24.592850   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.593102   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:24.593294   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484593275 us; error 0 us; skew 500 ppm
I20260608 12:41:24.594003   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.596618   431 webserver.cc:533] Webserver started at http://127.0.107.254:35605/ using document root <none> and password file <none>
I20260608 12:41:24.597172   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:24.597386   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:24.597674   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:24.598770   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.603513   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:24.607314  9503 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.608295   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:24.608592   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.609086   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:24.622068   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:24.623075   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:24.661005   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46801
I20260608 12:41:24.661216  9554 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46801 every 8 connection(s)
I20260608 12:41:24.665305  9555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:24.676522  9555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1: Bootstrap starting.
I20260608 12:41:24.681541  9555 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:24.685966  9555 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1: No bootstrap required, opened a new log
I20260608 12:41:24.688215  9555 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER }
I20260608 12:41:24.688607  9555 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:24.688889  9555 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f28c44dd4e54e6385fc3fd5933fdaf1, State: Initialized, Role: FOLLOWER
I20260608 12:41:24.689641  9555 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER }
I20260608 12:41:24.690145  9555 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:24.690361  9555 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:24.690693  9555 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:24.695343  9555 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER }
I20260608 12:41:24.695896  9555 leader_election.cc:304] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 1f28c44dd4e54e6385fc3fd5933fdaf1; no voters: 
I20260608 12:41:24.697093  9555 leader_election.cc:290] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:24.697574  9558 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:24.698992  9558 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 1 LEADER]: Becoming Leader. State: Replica: 1f28c44dd4e54e6385fc3fd5933fdaf1, State: Running, Role: LEADER
I20260608 12:41:24.699690  9558 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER }
I20260608 12:41:24.700275  9555 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:24.704422  9559 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER } }
I20260608 12:41:24.705003  9559 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:24.706787  9560 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1f28c44dd4e54e6385fc3fd5933fdaf1. Latest consensus state: current_term: 1 leader_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1f28c44dd4e54e6385fc3fd5933fdaf1" member_type: VOTER } }
I20260608 12:41:24.707192  9566 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:24.707597  9560 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:24.713706  9566 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:24.715974   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:24.723023  9566 catalog_manager.cc:1382] Generated new cluster ID: 4ca1385bb8594f279d42d9f692e6d6ba
I20260608 12:41:24.723315  9566 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:24.738405  9566 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:24.739698  9566 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:24.759891  9566 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1: Generated new TSK 0
I20260608 12:41:24.760533  9566 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:24.782462   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:24.789235  9576 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.790563  9577 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.792336   431 server_base.cc:1061] running on GCE node
W20260608 12:41:24.792385  9579 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.793596   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.793812   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:24.793932   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484793921 us; error 0 us; skew 500 ppm
I20260608 12:41:24.794500   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.796993   431 webserver.cc:533] Webserver started at http://127.0.107.193:37437/ using document root <none> and password file <none>
I20260608 12:41:24.797466   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:24.797655   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:24.797875   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:24.798910   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "425f0ae7047b4660a59b9923fd48b0d7"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.803807   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:24.807487  9584 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.808456   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:24.808800   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "425f0ae7047b4660a59b9923fd48b0d7"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.809116   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:24.826467   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:24.827688   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:24.829190   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:24.831614   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:24.831894   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.832168   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:24.832360   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.874121   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40289
I20260608 12:41:24.874298  9646 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40289 every 8 connection(s)
I20260608 12:41:24.879904   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:24.887596  9651 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.890075  9652 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.891134  9654 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.891355   431 server_base.cc:1061] running on GCE node
I20260608 12:41:24.894229  9647 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46801
I20260608 12:41:24.894374   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.894690   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:24.894704  9647 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:24.895025   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484895006 us; error 0 us; skew 500 ppm
I20260608 12:41:24.895766   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.895763  9647 heartbeater.cc:507] Master 127.0.107.254:46801 requested a full tablet report, sending...
I20260608 12:41:24.898736  9520 ts_manager.cc:194] Registered new tserver with Master: 425f0ae7047b4660a59b9923fd48b0d7 (127.0.107.193:40289)
I20260608 12:41:24.898838   431 webserver.cc:533] Webserver started at http://127.0.107.194:40439/ using document root <none> and password file <none>
I20260608 12:41:24.899618   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:24.899906   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:24.900238   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:24.901332  9520 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35526
I20260608 12:41:24.901767   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "b428318087a9406f95e7bf0c698f49c9"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.906651   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:41:24.910307  9659 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.911290   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:24.911618   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "b428318087a9406f95e7bf0c698f49c9"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:24.911958   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:24.928256   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:24.929446   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:24.930932   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:24.933354   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:24.933612   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.933869   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:24.934087   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:24.972946   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34791
I20260608 12:41:24.973069  9721 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34791 every 8 connection(s)
I20260608 12:41:24.978212   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:24.985595  9725 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:24.987025  9726 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.990653   431 server_base.cc:1061] running on GCE node
W20260608 12:41:24.991010  9728 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:24.991837  9722 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46801
I20260608 12:41:24.992420  9722 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:24.993562  9722 heartbeater.cc:507] Master 127.0.107.254:46801 requested a full tablet report, sending...
I20260608 12:41:24.995038   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:24.995260   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:24.995486   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922484995469 us; error 0 us; skew 500 ppm
I20260608 12:41:24.996363   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:24.996290  9520 ts_manager.cc:194] Registered new tserver with Master: b428318087a9406f95e7bf0c698f49c9 (127.0.107.194:34791)
I20260608 12:41:24.998437  9520 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35530
I20260608 12:41:24.999491   431 webserver.cc:533] Webserver started at http://127.0.107.195:37815/ using document root <none> and password file <none>
I20260608 12:41:25.000221   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:25.000478   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:25.000839   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:25.002219   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "465813c0e3624542b4c42f337cd37724"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:25.007051   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:25.012099  9733 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:25.013568   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:25.014298   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "465813c0e3624542b4c42f337cd37724"
format_stamp: "Formatted at 2026-06-08 12:41:24 on dist-test-slave-mnll"
I20260608 12:41:25.014652   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:25.037611   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:25.038851   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:25.040534   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:25.043081   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:25.043365   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:25.043648   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:25.043897   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:25.085063   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33187
I20260608 12:41:25.085186  9795 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33187 every 8 connection(s)
I20260608 12:41:25.100538  9796 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46801
I20260608 12:41:25.101045  9796 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:25.101998  9796 heartbeater.cc:507] Master 127.0.107.254:46801 requested a full tablet report, sending...
I20260608 12:41:25.104267  9520 ts_manager.cc:194] Registered new tserver with Master: 465813c0e3624542b4c42f337cd37724 (127.0.107.195:33187)
I20260608 12:41:25.105000   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016414952s
I20260608 12:41:25.106352  9520 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35544
I20260608 12:41:25.904702  9647 heartbeater.cc:499] Master 127.0.107.254:46801 was elected leader, sending a full tablet report...
I20260608 12:41:26.001623  9722 heartbeater.cc:499] Master 127.0.107.254:46801 was elected leader, sending a full tablet report...
I20260608 12:41:26.109398  9796 heartbeater.cc:499] Master 127.0.107.254:46801 was elected leader, sending a full tablet report...
I20260608 12:41:26.163812  9520 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35558:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:26.165773  9520 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:26.208454  9687 tablet_service.cc:1511] Processing CreateTablet for tablet 8406173726be411a949b3a0df9e00f2c (DEFAULT_TABLE table=test-workload [id=29d16757c5e0492bab43d5bce19daa25]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:26.209748  9687 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8406173726be411a949b3a0df9e00f2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:26.219971  9612 tablet_service.cc:1511] Processing CreateTablet for tablet 8406173726be411a949b3a0df9e00f2c (DEFAULT_TABLE table=test-workload [id=29d16757c5e0492bab43d5bce19daa25]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:26.219931  9761 tablet_service.cc:1511] Processing CreateTablet for tablet 8406173726be411a949b3a0df9e00f2c (DEFAULT_TABLE table=test-workload [id=29d16757c5e0492bab43d5bce19daa25]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:26.221462  9612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8406173726be411a949b3a0df9e00f2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:26.221464  9761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8406173726be411a949b3a0df9e00f2c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:26.229903  9816 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: Bootstrap starting.
I20260608 12:41:26.235081  9816 tablet_bootstrap.cc:654] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.241577  9816 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: No bootstrap required, opened a new log
I20260608 12:41:26.242972  9816 ts_tablet_manager.cc:1403] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 12:41:26.243368  9818 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: Bootstrap starting.
I20260608 12:41:26.243836  9819 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: Bootstrap starting.
I20260608 12:41:26.246166  9816 raft_consensus.cc:359] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.247025  9816 raft_consensus.cc:385] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.247385  9816 raft_consensus.cc:740] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b428318087a9406f95e7bf0c698f49c9, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.248391  9816 consensus_queue.cc:260] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.250713  9819 tablet_bootstrap.cc:654] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.251677  9818 tablet_bootstrap.cc:654] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:26.252715  9816 ts_tablet_manager.cc:1434] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.001s
I20260608 12:41:26.256512  9819 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: No bootstrap required, opened a new log
I20260608 12:41:26.257061  9819 ts_tablet_manager.cc:1403] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260608 12:41:26.257617  9818 tablet_bootstrap.cc:492] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: No bootstrap required, opened a new log
I20260608 12:41:26.258129  9818 ts_tablet_manager.cc:1403] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.000s
I20260608 12:41:26.260075  9819 raft_consensus.cc:359] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.260850  9819 raft_consensus.cc:385] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.261212  9819 raft_consensus.cc:740] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 425f0ae7047b4660a59b9923fd48b0d7, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.261020  9818 raft_consensus.cc:359] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.261811  9818 raft_consensus.cc:385] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:26.262130  9818 raft_consensus.cc:740] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 465813c0e3624542b4c42f337cd37724, State: Initialized, Role: FOLLOWER
I20260608 12:41:26.262097  9819 consensus_queue.cc:260] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.263219  9818 consensus_queue.cc:260] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.265861  9819 ts_tablet_manager.cc:1434] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.002s
I20260608 12:41:26.268536  9818 ts_tablet_manager.cc:1434] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.006s
I20260608 12:41:26.615586  9820 raft_consensus.cc:493] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:26.616657  9820 raft_consensus.cc:515] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.619974  9820 leader_election.cc:290] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 425f0ae7047b4660a59b9923fd48b0d7 (127.0.107.193:40289), 465813c0e3624542b4c42f337cd37724 (127.0.107.195:33187)
I20260608 12:41:26.636313  9622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8406173726be411a949b3a0df9e00f2c" candidate_uuid: "b428318087a9406f95e7bf0c698f49c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "425f0ae7047b4660a59b9923fd48b0d7" is_pre_election: true
I20260608 12:41:26.637562  9622 raft_consensus.cc:2468] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b428318087a9406f95e7bf0c698f49c9 in term 0.
I20260608 12:41:26.637744  9771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8406173726be411a949b3a0df9e00f2c" candidate_uuid: "b428318087a9406f95e7bf0c698f49c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "465813c0e3624542b4c42f337cd37724" is_pre_election: true
I20260608 12:41:26.638569  9771 raft_consensus.cc:2468] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b428318087a9406f95e7bf0c698f49c9 in term 0.
I20260608 12:41:26.639094  9662 leader_election.cc:304] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 425f0ae7047b4660a59b9923fd48b0d7, b428318087a9406f95e7bf0c698f49c9; no voters: 
I20260608 12:41:26.640089  9820 raft_consensus.cc:2804] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:26.640410  9820 raft_consensus.cc:493] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:26.640691  9820 raft_consensus.cc:3060] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.648376  9820 raft_consensus.cc:515] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.650287  9820 leader_election.cc:290] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [CANDIDATE]: Term 1 election: Requested vote from peers 425f0ae7047b4660a59b9923fd48b0d7 (127.0.107.193:40289), 465813c0e3624542b4c42f337cd37724 (127.0.107.195:33187)
I20260608 12:41:26.651147  9622 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8406173726be411a949b3a0df9e00f2c" candidate_uuid: "b428318087a9406f95e7bf0c698f49c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "425f0ae7047b4660a59b9923fd48b0d7"
I20260608 12:41:26.651465  9771 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8406173726be411a949b3a0df9e00f2c" candidate_uuid: "b428318087a9406f95e7bf0c698f49c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "465813c0e3624542b4c42f337cd37724"
I20260608 12:41:26.651713  9622 raft_consensus.cc:3060] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.652127  9771 raft_consensus.cc:3060] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:26.661303  9771 raft_consensus.cc:2468] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b428318087a9406f95e7bf0c698f49c9 in term 1.
I20260608 12:41:26.662092  9622 raft_consensus.cc:2468] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b428318087a9406f95e7bf0c698f49c9 in term 1.
I20260608 12:41:26.662583  9663 leader_election.cc:304] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 465813c0e3624542b4c42f337cd37724, b428318087a9406f95e7bf0c698f49c9; no voters: 
I20260608 12:41:26.663359  9820 raft_consensus.cc:2804] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:26.664341  9820 raft_consensus.cc:697] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 1 LEADER]: Becoming Leader. State: Replica: b428318087a9406f95e7bf0c698f49c9, State: Running, Role: LEADER
I20260608 12:41:26.665436  9820 consensus_queue.cc:237] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } }
I20260608 12:41:26.677088  9519 catalog_manager.cc:5696] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 reported cstate change: term changed from 0 to 1, leader changed from <none> to b428318087a9406f95e7bf0c698f49c9 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b428318087a9406f95e7bf0c698f49c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b428318087a9406f95e7bf0c698f49c9" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34791 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:26.923820  9771 raft_consensus.cc:1275] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 1 FOLLOWER]: Refusing update from remote peer b428318087a9406f95e7bf0c698f49c9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:26.924059  9622 raft_consensus.cc:1275] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 1 FOLLOWER]: Refusing update from remote peer b428318087a9406f95e7bf0c698f49c9: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:26.925799  9828 consensus_queue.cc:1048] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "465813c0e3624542b4c42f337cd37724" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33187 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:26.926625  9820 consensus_queue.cc:1048] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "425f0ae7047b4660a59b9923fd48b0d7" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40289 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:27.202278  9662 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:40289, user_credentials={real_user=slave}} blocked reactor thread for 59028.8us
I20260608 12:41:27.451326   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:27.479434   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:27.480392   431 tablet_replica.cc:333] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7: stopping tablet replica
I20260608 12:41:27.481083   431 raft_consensus.cc:2243] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.481626   431 raft_consensus.cc:2272] T 8406173726be411a949b3a0df9e00f2c P 425f0ae7047b4660a59b9923fd48b0d7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.493897   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:27.507052   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:27.537935   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:27.539103   431 tablet_replica.cc:333] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9: stopping tablet replica
I20260608 12:41:27.539800   431 raft_consensus.cc:2243] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:27.540799   431 raft_consensus.cc:2272] T 8406173726be411a949b3a0df9e00f2c P b428318087a9406f95e7bf0c698f49c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.564252   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:27.576732   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:27.602939   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:27.603773   431 tablet_replica.cc:333] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724: stopping tablet replica
I20260608 12:41:27.604385   431 raft_consensus.cc:2243] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.604873   431 raft_consensus.cc:2272] T 8406173726be411a949b3a0df9e00f2c P 465813c0e3624542b4c42f337cd37724 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.626272   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:27.638167   431 master.cc:562] Master@127.0.107.254:46801 shutting down...
I20260608 12:41:27.662194   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:27.662793   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.663141   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1f28c44dd4e54e6385fc3fd5933fdaf1: stopping tablet replica
I20260608 12:41:27.683530   431 master.cc:584] Master@127.0.107.254:46801 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (3137 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:41:27.722131   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44149
I20260608 12:41:27.723306   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:27.729341  9853 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:27.729389  9854 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:27.730297  9856 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:27.732303   431 server_base.cc:1061] running on GCE node
I20260608 12:41:27.733022   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:27.733194   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:27.733309   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922487733297 us; error 0 us; skew 500 ppm
I20260608 12:41:27.733834   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:27.736461   431 webserver.cc:533] Webserver started at http://127.0.107.254:41869/ using document root <none> and password file <none>
I20260608 12:41:27.736936   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:27.737099   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:27.737315   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:27.738422   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "50eb6236b8194ee6a03a215496c8dcb0"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-mnll"
I20260608 12:41:27.743077   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:27.747238  9861 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:27.748198   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260608 12:41:27.748534   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "50eb6236b8194ee6a03a215496c8dcb0"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-mnll"
I20260608 12:41:27.748778   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:27.768719   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:27.770042   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:27.810987   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44149
I20260608 12:41:27.811384  9912 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44149 every 8 connection(s)
I20260608 12:41:27.815414  9913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:27.826339  9913 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0: Bootstrap starting.
I20260608 12:41:27.831278  9913 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:27.836043  9913 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0: No bootstrap required, opened a new log
I20260608 12:41:27.838289  9913 raft_consensus.cc:359] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER }
I20260608 12:41:27.838670  9913 raft_consensus.cc:385] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:27.838852  9913 raft_consensus.cc:740] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 50eb6236b8194ee6a03a215496c8dcb0, State: Initialized, Role: FOLLOWER
I20260608 12:41:27.839421  9913 consensus_queue.cc:260] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER }
I20260608 12:41:27.839831  9913 raft_consensus.cc:399] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:27.840049  9913 raft_consensus.cc:493] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:27.840260  9913 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:27.844913  9913 raft_consensus.cc:515] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER }
I20260608 12:41:27.845378  9913 leader_election.cc:304] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 50eb6236b8194ee6a03a215496c8dcb0; no voters: 
I20260608 12:41:27.846536  9913 leader_election.cc:290] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:27.847069  9916 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:27.848572  9916 raft_consensus.cc:697] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 1 LEADER]: Becoming Leader. State: Replica: 50eb6236b8194ee6a03a215496c8dcb0, State: Running, Role: LEADER
I20260608 12:41:27.849278  9916 consensus_queue.cc:237] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER }
I20260608 12:41:27.849608  9913 sys_catalog.cc:565] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:27.854472  9918 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 50eb6236b8194ee6a03a215496c8dcb0. Latest consensus state: current_term: 1 leader_uuid: "50eb6236b8194ee6a03a215496c8dcb0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER } }
I20260608 12:41:27.855269  9918 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:27.855083  9917 sys_catalog.cc:455] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "50eb6236b8194ee6a03a215496c8dcb0" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "50eb6236b8194ee6a03a215496c8dcb0" member_type: VOTER } }
I20260608 12:41:27.856770  9917 sys_catalog.cc:458] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:27.857573  9924 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:27.866374  9924 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:27.868794   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:27.876870  9924 catalog_manager.cc:1382] Generated new cluster ID: 696b574bfd3a43208dd3e17b76389d0c
I20260608 12:41:27.877210  9924 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:27.893713  9924 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:27.895277  9924 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:27.912200  9924 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0: Generated new TSK 0
I20260608 12:41:27.912905  9924 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:27.936728   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:27.943743  9934 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:27.945065  9935 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:27.947093   431 server_base.cc:1061] running on GCE node
W20260608 12:41:27.947458  9937 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:27.948841   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:27.949098   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:27.949272   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922487949257 us; error 0 us; skew 500 ppm
I20260608 12:41:27.949896   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:27.952796   431 webserver.cc:533] Webserver started at http://127.0.107.193:46577/ using document root <none> and password file <none>
I20260608 12:41:27.953513   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:27.953706   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:27.953948   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:27.955052   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "10ad20d5a7824b049351a8518c3fc568"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-mnll"
I20260608 12:41:27.959843   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:27.963611  9942 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:27.964553   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:27.964874   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "10ad20d5a7824b049351a8518c3fc568"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-mnll"
I20260608 12:41:27.965193   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:27.980551   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:27.981815   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:27.983316   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:27.985740   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:27.985971   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:27.986224   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:27.986402   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.032559   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37613
I20260608 12:41:28.032688 10004 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37613 every 8 connection(s)
I20260608 12:41:28.039253   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:28.047650 10009 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:28.049068 10010 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:28.052147   431 server_base.cc:1061] running on GCE node
W20260608 12:41:28.052649 10012 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:28.054884   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:28.055119   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:28.055431   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922488055415 us; error 0 us; skew 500 ppm
I20260608 12:41:28.056190   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:28.058619 10005 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44149
I20260608 12:41:28.059027 10005 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:28.060034   431 webserver.cc:533] Webserver started at http://127.0.107.194:39333/ using document root <none> and password file <none>
I20260608 12:41:28.060074 10005 heartbeater.cc:507] Master 127.0.107.254:44149 requested a full tablet report, sending...
I20260608 12:41:28.060951   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:28.061247   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:28.061555   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:28.062837  9878 ts_manager.cc:194] Registered new tserver with Master: 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613)
I20260608 12:41:28.062925   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "6071626aee2e4f40a1eb7221c80add2f"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-mnll"
I20260608 12:41:28.064958  9878 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40532
I20260608 12:41:28.068655   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.001s
I20260608 12:41:28.072906 10017 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.074011   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:41:28.074460   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "6071626aee2e4f40a1eb7221c80add2f"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-mnll"
I20260608 12:41:28.074931   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:28.095268   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:28.096586   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:28.098238   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:28.100540   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:28.100783   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.101055   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:28.101274   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.143416   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36245
I20260608 12:41:28.143532 10079 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36245 every 8 connection(s)
I20260608 12:41:28.148798   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:28.157742 10083 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:28.159343 10084 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:28.162499 10080 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44149
I20260608 12:41:28.163005 10080 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:28.163231 10086 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:28.163960   431 server_base.cc:1061] running on GCE node
I20260608 12:41:28.164013 10080 heartbeater.cc:507] Master 127.0.107.254:44149 requested a full tablet report, sending...
I20260608 12:41:28.165302   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:28.165527   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:28.165791   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922488165771 us; error 0 us; skew 500 ppm
I20260608 12:41:28.166474   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:28.166725  9878 ts_manager.cc:194] Registered new tserver with Master: 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:28.168506  9878 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40544
I20260608 12:41:28.169359   431 webserver.cc:533] Webserver started at http://127.0.107.195:37669/ using document root <none> and password file <none>
I20260608 12:41:28.170074   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:28.170257   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:28.170622   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:28.171953   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "684f4413479f4f15b485fd1403ded24e"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-mnll"
I20260608 12:41:28.176833   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:28.181329 10091 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.182199   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:41:28.182467   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "684f4413479f4f15b485fd1403ded24e"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-mnll"
I20260608 12:41:28.182727   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:28.200822   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:28.202024   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:28.203490   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:28.205875   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:28.206056   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.206365   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:28.206539   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.254110   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34055
I20260608 12:41:28.254246 10153 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34055 every 8 connection(s)
I20260608 12:41:28.271633 10154 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44149
I20260608 12:41:28.272487 10154 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:28.273799 10154 heartbeater.cc:507] Master 127.0.107.254:44149 requested a full tablet report, sending...
I20260608 12:41:28.276633  9878 ts_manager.cc:194] Registered new tserver with Master: 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:28.276810   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.019218639s
I20260608 12:41:28.278276  9878 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40550
I20260608 12:41:29.068091 10005 heartbeater.cc:499] Master 127.0.107.254:44149 was elected leader, sending a full tablet report...
I20260608 12:41:29.172173 10080 heartbeater.cc:499] Master 127.0.107.254:44149 was elected leader, sending a full tablet report...
I20260608 12:41:29.281301 10154 heartbeater.cc:499] Master 127.0.107.254:44149 was elected leader, sending a full tablet report...
I20260608 12:41:29.338538  9878 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40564:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:41:29.412820  9970 tablet_service.cc:1511] Processing CreateTablet for tablet d71b515324a04f668d6bcd0d5a9a1166 (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:29.414510  9970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d71b515324a04f668d6bcd0d5a9a1166. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.414609  9969 tablet_service.cc:1511] Processing CreateTablet for tablet d044d0195b414db5acb765c6da26a6f8 (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:29.416195  9969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d044d0195b414db5acb765c6da26a6f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.426487 10119 tablet_service.cc:1511] Processing CreateTablet for tablet 0076329d717c49fcba50247308c2d6ea (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:29.427066 10118 tablet_service.cc:1511] Processing CreateTablet for tablet 995c5d00fc0347baaadaf4fa45e66578 (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:29.428185 10119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0076329d717c49fcba50247308c2d6ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.428849 10118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 995c5d00fc0347baaadaf4fa45e66578. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.429157 10045 tablet_service.cc:1511] Processing CreateTablet for tablet 7941f7c39db041fd8f81198cfa507e3f (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:29.429303 10044 tablet_service.cc:1511] Processing CreateTablet for tablet 3a8501596f864b4cbf0696501f7e56fd (DEFAULT_TABLE table=test-workload [id=777f8d328f7e4b7daa6a16d4bc1d47c7]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:29.430575 10045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7941f7c39db041fd8f81198cfa507e3f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.436553 10044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3a8501596f864b4cbf0696501f7e56fd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.449780 10174 tablet_bootstrap.cc:492] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:29.454248 10175 tablet_bootstrap.cc:492] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:29.462376 10175 tablet_bootstrap.cc:654] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.463828 10176 tablet_bootstrap.cc:492] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:29.462464 10174 tablet_bootstrap.cc:654] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.474506 10176 tablet_bootstrap.cc:654] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.475919 10174 tablet_bootstrap.cc:492] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:29.475940 10175 tablet_bootstrap.cc:492] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:29.476739 10174 ts_tablet_manager.cc:1403] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.027s	user 0.011s	sys 0.008s
I20260608 12:41:29.476771 10175 ts_tablet_manager.cc:1403] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.011s
I20260608 12:41:29.479321 10176 tablet_bootstrap.cc:492] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:29.479779 10176 ts_tablet_manager.cc:1403] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:41:29.480541 10175 raft_consensus.cc:359] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.480902 10174 raft_consensus.cc:359] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.481308 10175 raft_consensus.cc:385] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.481526 10174 raft_consensus.cc:385] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.481717 10175 raft_consensus.cc:740] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.481920 10174 raft_consensus.cc:740] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.482537 10176 raft_consensus.cc:359] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.483156 10176 raft_consensus.cc:385] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.482918 10174 consensus_queue.cc:260] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.482688 10175 consensus_queue.cc:260] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.483825 10175 raft_consensus.cc:399] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.483441 10176 raft_consensus.cc:740] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.484393 10175 raft_consensus.cc:493] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.483786 10174 raft_consensus.cc:399] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.484901 10175 raft_consensus.cc:3060] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.485018 10174 raft_consensus.cc:493] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.484946 10176 consensus_queue.cc:260] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.485828 10174 raft_consensus.cc:3060] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.486117 10176 raft_consensus.cc:399] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.486606 10176 raft_consensus.cc:493] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.487035 10176 raft_consensus.cc:3060] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.492779 10176 raft_consensus.cc:515] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.493165 10175 raft_consensus.cc:515] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.493640 10176 leader_election.cc:304] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f; no voters: 
I20260608 12:41:29.493990 10175 leader_election.cc:304] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:29.493956 10174 raft_consensus.cc:515] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.495080 10174 leader_election.cc:304] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568; no voters: 
I20260608 12:41:29.495464 10176 leader_election.cc:290] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.496110 10180 raft_consensus.cc:2804] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.501006 10183 raft_consensus.cc:2804] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.501688 10174 leader_election.cc:290] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.505300 10175 leader_election.cc:290] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.505847 10181 raft_consensus.cc:2804] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.501658 10180 raft_consensus.cc:697] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Becoming Leader. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Running, Role: LEADER
I20260608 12:41:29.508764 10180 consensus_queue.cc:237] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.511261 10181 raft_consensus.cc:697] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Becoming Leader. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Running, Role: LEADER
I20260608 12:41:29.513317 10181 consensus_queue.cc:237] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.514694 10176 ts_tablet_manager.cc:1434] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.035s	user 0.019s	sys 0.012s
I20260608 12:41:29.516960 10175 ts_tablet_manager.cc:1434] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.040s	user 0.030s	sys 0.005s
I20260608 12:41:29.519711 10176 tablet_bootstrap.cc:492] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:29.520198 10175 tablet_bootstrap.cc:492] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:29.520706 10174 ts_tablet_manager.cc:1434] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.043s	user 0.014s	sys 0.014s
I20260608 12:41:29.521697 10174 tablet_bootstrap.cc:492] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:29.517004 10183 raft_consensus.cc:697] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Becoming Leader. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Running, Role: LEADER
I20260608 12:41:29.524537 10183 consensus_queue.cc:237] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.524739  9878 catalog_manager.cc:5696] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.527618 10176 tablet_bootstrap.cc:654] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.529688 10175 tablet_bootstrap.cc:654] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.531363 10174 tablet_bootstrap.cc:654] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.545159 10176 tablet_bootstrap.cc:492] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:29.545878 10176 ts_tablet_manager.cc:1403] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.000s
I20260608 12:41:29.548564  9877 catalog_manager.cc:5696] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e reported cstate change: term changed from 0 to 1, leader changed from <none> to 684f4413479f4f15b485fd1403ded24e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "684f4413479f4f15b485fd1403ded24e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.550979 10175 tablet_bootstrap.cc:492] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:29.551224 10176 raft_consensus.cc:359] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.551949 10176 raft_consensus.cc:385] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.552325 10176 raft_consensus.cc:740] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.553156 10176 consensus_queue.cc:260] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.553895 10176 raft_consensus.cc:399] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.554415 10176 raft_consensus.cc:493] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.551559 10175 ts_tablet_manager.cc:1403] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.032s	user 0.019s	sys 0.000s
I20260608 12:41:29.555161 10174 tablet_bootstrap.cc:492] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:29.556979 10174 ts_tablet_manager.cc:1403] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.035s	user 0.007s	sys 0.006s
I20260608 12:41:29.558214 10175 raft_consensus.cc:359] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.558900 10175 raft_consensus.cc:385] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.559243 10175 raft_consensus.cc:740] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.560168 10174 raft_consensus.cc:359] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.560216 10175 consensus_queue.cc:260] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.560913 10174 raft_consensus.cc:385] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.554821 10176 raft_consensus.cc:3060] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.561259 10175 raft_consensus.cc:399] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.561687 10175 raft_consensus.cc:493] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.562067 10175 raft_consensus.cc:3060] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.565505  9875 catalog_manager.cc:5696] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: term changed from 0 to 1, leader changed from <none> to 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "10ad20d5a7824b049351a8518c3fc568" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.561264 10174 raft_consensus.cc:740] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.567672 10174 consensus_queue.cc:260] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.568552 10174 raft_consensus.cc:399] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:29.568922 10174 raft_consensus.cc:493] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:29.569322 10174 raft_consensus.cc:3060] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:29.570827 10176 raft_consensus.cc:515] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.571784 10176 leader_election.cc:304] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f; no voters: 
I20260608 12:41:29.572979 10182 raft_consensus.cc:2804] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.573551 10182 raft_consensus.cc:697] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Becoming Leader. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Running, Role: LEADER
I20260608 12:41:29.574340 10182 consensus_queue.cc:237] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } }
I20260608 12:41:29.575479 10175 raft_consensus.cc:515] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.576737 10175 leader_election.cc:304] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:29.576865 10174 raft_consensus.cc:515] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.577715 10174 leader_election.cc:304] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568; no voters: 
I20260608 12:41:29.578689 10186 raft_consensus.cc:2804] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.579241 10186 raft_consensus.cc:697] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Becoming Leader. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Running, Role: LEADER
I20260608 12:41:29.581399 10186 consensus_queue.cc:237] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } }
I20260608 12:41:29.581713 10187 raft_consensus.cc:2804] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:29.582293 10187 raft_consensus.cc:697] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Becoming Leader. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Running, Role: LEADER
I20260608 12:41:29.583087 10187 consensus_queue.cc:237] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:29.579293 10174 leader_election.cc:290] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.579136 10176 leader_election.cc:290] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.586586  9876 catalog_manager.cc:5696] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.588058 10174 ts_tablet_manager.cc:1434] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.031s	user 0.014s	sys 0.003s
I20260608 12:41:29.590189 10175 leader_election.cc:290] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:29.592280 10175 ts_tablet_manager.cc:1434] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.037s	user 0.010s	sys 0.008s
I20260608 12:41:29.594123 10176 ts_tablet_manager.cc:1434] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.048s	user 0.017s	sys 0.003s
I20260608 12:41:29.601217  9875 catalog_manager.cc:5696] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: term changed from 0 to 1, leader changed from <none> to 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "10ad20d5a7824b049351a8518c3fc568" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:29.608645  9877 catalog_manager.cc:5696] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e reported cstate change: term changed from 0 to 1, leader changed from <none> to 684f4413479f4f15b485fd1403ded24e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "684f4413479f4f15b485fd1403ded24e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:30.449435  9869 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40574:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:30.452268  9869 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:30.499500  9969 tablet_service.cc:1511] Processing CreateTablet for tablet c4a178240b6842909fbc592a8314bf13 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:30.500810  9969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4a178240b6842909fbc592a8314bf13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.500977 10045 tablet_service.cc:1511] Processing CreateTablet for tablet c4a178240b6842909fbc592a8314bf13 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:30.502282 10045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4a178240b6842909fbc592a8314bf13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.503675 10119 tablet_service.cc:1511] Processing CreateTablet for tablet c4a178240b6842909fbc592a8314bf13 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:30.505031 10119 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4a178240b6842909fbc592a8314bf13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.506929 10044 tablet_service.cc:1511] Processing CreateTablet for tablet 0aebdb239a9b4b1e984e0c95b77c615c (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:30.509855 10118 tablet_service.cc:1511] Processing CreateTablet for tablet 0aebdb239a9b4b1e984e0c95b77c615c (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:30.511938 10044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0aebdb239a9b4b1e984e0c95b77c615c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.512331 10043 tablet_service.cc:1511] Processing CreateTablet for tablet ab307f203ad24d0da5ec3be00ba04309 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:30.513687 10043 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab307f203ad24d0da5ec3be00ba04309. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.518587 10118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0aebdb239a9b4b1e984e0c95b77c615c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.518188 10117 tablet_service.cc:1511] Processing CreateTablet for tablet ab307f203ad24d0da5ec3be00ba04309 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:30.519703 10117 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab307f203ad24d0da5ec3be00ba04309. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.521056 10042 tablet_service.cc:1511] Processing CreateTablet for tablet d5a4f1f56cbf4b819989491ec02b8524 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:30.522433 10042 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a4f1f56cbf4b819989491ec02b8524. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.525254 10041 tablet_service.cc:1511] Processing CreateTablet for tablet 2fc0d88c1f2f4839a73688432db5ee10 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:30.526706 10041 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fc0d88c1f2f4839a73688432db5ee10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.531368 10040 tablet_service.cc:1511] Processing CreateTablet for tablet 55df21f22a294df98d9e2dd7dee808d5 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:30.532752 10040 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55df21f22a294df98d9e2dd7dee808d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.538635 10116 tablet_service.cc:1511] Processing CreateTablet for tablet d5a4f1f56cbf4b819989491ec02b8524 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:30.540767 10116 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a4f1f56cbf4b819989491ec02b8524. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.542768 10231 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.544348 10115 tablet_service.cc:1511] Processing CreateTablet for tablet 2fc0d88c1f2f4839a73688432db5ee10 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:30.545226 10114 tablet_service.cc:1511] Processing CreateTablet for tablet 55df21f22a294df98d9e2dd7dee808d5 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:30.545835 10115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fc0d88c1f2f4839a73688432db5ee10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.546589 10114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55df21f22a294df98d9e2dd7dee808d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.550866 10231 tablet_bootstrap.cc:654] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.561472  9969 tablet_service.cc:1511] Processing CreateTablet for tablet 0aebdb239a9b4b1e984e0c95b77c615c (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:30.570147  9969 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0aebdb239a9b4b1e984e0c95b77c615c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.573873  9967 tablet_service.cc:1511] Processing CreateTablet for tablet 2fc0d88c1f2f4839a73688432db5ee10 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:30.575368  9967 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2fc0d88c1f2f4839a73688432db5ee10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.577216  9966 tablet_service.cc:1511] Processing CreateTablet for tablet 55df21f22a294df98d9e2dd7dee808d5 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:30.578696  9966 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55df21f22a294df98d9e2dd7dee808d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.569837  9970 tablet_service.cc:1511] Processing CreateTablet for tablet ab307f203ad24d0da5ec3be00ba04309 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:30.580741  9970 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab307f203ad24d0da5ec3be00ba04309. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.571915  9968 tablet_service.cc:1511] Processing CreateTablet for tablet d5a4f1f56cbf4b819989491ec02b8524 (DEFAULT_TABLE table=test-workload-rf3 [id=9288d73531b7448680b136beebf46338]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:30.585623 10232 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.592716  9968 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a4f1f56cbf4b819989491ec02b8524. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:30.663021 10233 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:30.669971 10233 tablet_bootstrap.cc:654] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.671095 10231 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.672740 10231 ts_tablet_manager.cc:1403] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.130s	user 0.025s	sys 0.022s
I20260608 12:41:30.672188 10232 tablet_bootstrap.cc:654] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.678896 10233 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.676016 10231 raft_consensus.cc:359] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.679402 10231 raft_consensus.cc:385] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.679414 10233 ts_tablet_manager.cc:1403] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260608 12:41:30.680008 10231 raft_consensus.cc:740] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.680889 10231 consensus_queue.cc:260] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.681636 10232 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.683169 10231 ts_tablet_manager.cc:1434] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.000s
I20260608 12:41:30.682863 10233 raft_consensus.cc:359] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.683578 10232 ts_tablet_manager.cc:1403] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.098s	user 0.013s	sys 0.000s
I20260608 12:41:30.683616 10233 raft_consensus.cc:385] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.684242 10233 raft_consensus.cc:740] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.684350 10231 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.685249 10233 consensus_queue.cc:260] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.686839 10232 raft_consensus.cc:359] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.687580 10232 raft_consensus.cc:385] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.687893 10232 raft_consensus.cc:740] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.688824 10232 consensus_queue.cc:260] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.691781 10233 ts_tablet_manager.cc:1434] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.012s	user 0.001s	sys 0.005s
I20260608 12:41:30.692140 10231 tablet_bootstrap.cc:654] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.693001 10233 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:30.694165 10232 ts_tablet_manager.cc:1434] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:41:30.695149 10183 raft_consensus.cc:493] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.695405 10232 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.695680 10183 raft_consensus.cc:515] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.703583 10232 tablet_bootstrap.cc:654] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.709617 10183 leader_election.cc:290] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:30.713449 10231 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.714068 10231 ts_tablet_manager.cc:1403] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.030s	user 0.006s	sys 0.018s
I20260608 12:41:30.732282 10232 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.733338 10232 ts_tablet_manager.cc:1403] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.038s	user 0.017s	sys 0.008s
I20260608 12:41:30.736630 10231 raft_consensus.cc:359] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.737130 10232 raft_consensus.cc:359] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.737565 10231 raft_consensus.cc:385] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.738044 10231 raft_consensus.cc:740] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.737914 10232 raft_consensus.cc:385] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.739439 10232 raft_consensus.cc:740] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.739053 10231 consensus_queue.cc:260] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.739573 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:30.740442 10232 consensus_queue.cc:260] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.741334 10233 tablet_bootstrap.cc:654] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.746131 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e" is_pre_election: true
I20260608 12:41:30.742669 10055 raft_consensus.cc:2468] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10ad20d5a7824b049351a8518c3fc568 in term 0.
W20260608 12:41:30.748059  9946 leader_election.cc:343] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.742864 10232 ts_tablet_manager.cc:1434] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:41:30.750422 10232 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.742064 10231 ts_tablet_manager.cc:1434] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.028s	user 0.006s	sys 0.003s
I20260608 12:41:30.751570  9944 leader_election.cc:304] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f; no voters: 684f4413479f4f15b485fd1403ded24e
I20260608 12:41:30.752470 10231 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.752902 10183 raft_consensus.cc:2804] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.753454 10183 raft_consensus.cc:493] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.753886 10183 raft_consensus.cc:3060] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.756485 10233 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.757073 10233 ts_tablet_manager.cc:1403] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.064s	user 0.014s	sys 0.000s
I20260608 12:41:30.759363 10232 tablet_bootstrap.cc:654] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.759446 10231 tablet_bootstrap.cc:654] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.760391 10233 raft_consensus.cc:359] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.761231 10233 raft_consensus.cc:385] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.761546 10233 raft_consensus.cc:740] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.762552 10233 consensus_queue.cc:260] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.771905 10183 raft_consensus.cc:515] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.775765 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f"
I20260608 12:41:30.776608 10055 raft_consensus.cc:3060] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.776855 10233 ts_tablet_manager.cc:1434] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.000s
I20260608 12:41:30.786931 10183 leader_election.cc:290] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Requested vote from peers 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:30.788784 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e"
I20260608 12:41:30.791673 10055 raft_consensus.cc:2468] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10ad20d5a7824b049351a8518c3fc568 in term 1.
I20260608 12:41:30.793497  9944 leader_election.cc:304] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f; no voters: 
I20260608 12:41:30.794847 10186 raft_consensus.cc:2804] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.796984 10233 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
W20260608 12:41:30.797096  9946 leader_election.cc:343] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.806557 10232 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.807097 10232 ts_tablet_manager.cc:1403] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.057s	user 0.015s	sys 0.032s
I20260608 12:41:30.807200 10231 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.807798 10231 ts_tablet_manager.cc:1403] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.056s	user 0.017s	sys 0.031s
I20260608 12:41:30.810012 10232 raft_consensus.cc:359] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.810657 10232 raft_consensus.cc:385] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.810936 10232 raft_consensus.cc:740] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.811233 10186 raft_consensus.cc:697] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Becoming Leader. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Running, Role: LEADER
I20260608 12:41:30.811753 10232 consensus_queue.cc:260] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.812103 10231 raft_consensus.cc:359] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.812314 10186 consensus_queue.cc:237] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.812891 10231 raft_consensus.cc:385] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.813210 10231 raft_consensus.cc:740] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.814145 10232 ts_tablet_manager.cc:1434] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:30.814126 10231 consensus_queue.cc:260] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.815407 10232 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.816744 10231 ts_tablet_manager.cc:1434] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260608 12:41:30.816672 10183 raft_consensus.cc:493] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.817381 10183 raft_consensus.cc:515] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.818001 10231 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.820657 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:30.821364 10054 raft_consensus.cc:2468] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 10ad20d5a7824b049351a8518c3fc568 in term 0.
I20260608 12:41:30.822983 10232 tablet_bootstrap.cc:654] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.822777  9944 leader_election.cc:304] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f; no voters: 
I20260608 12:41:30.825529 10231 tablet_bootstrap.cc:654] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.827019 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e" is_pre_election: true
W20260608 12:41:30.828742  9946 leader_election.cc:343] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.833438 10232 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.834000 10232 ts_tablet_manager.cc:1403] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260608 12:41:30.830049 10246 raft_consensus.cc:2804] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.836181 10246 raft_consensus.cc:493] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.836601 10246 raft_consensus.cc:3060] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.836880 10232 raft_consensus.cc:359] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.837512 10232 raft_consensus.cc:385] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.837672 10231 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.837821 10232 raft_consensus.cc:740] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.838357 10231 ts_tablet_manager.cc:1403] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.001s
I20260608 12:41:30.838815 10232 consensus_queue.cc:260] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.841076 10232 ts_tablet_manager.cc:1434] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:41:30.842206 10232 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.830602 10183 leader_election.cc:290] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:30.844858 10246 raft_consensus.cc:515] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.847575 10233 tablet_bootstrap.cc:654] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.848162 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e"
W20260608 12:41:30.849754  9946 leader_election.cc:343] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.850144 10232 tablet_bootstrap.cc:654] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.841797 10231 raft_consensus.cc:359] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.850883 10231 raft_consensus.cc:385] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.851248 10231 raft_consensus.cc:740] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.851388 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "10ad20d5a7824b049351a8518c3fc568" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f"
I20260608 12:41:30.851924 10055 raft_consensus.cc:3060] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.852110 10231 consensus_queue.cc:260] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.857427 10231 ts_tablet_manager.cc:1434] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.019s	user 0.009s	sys 0.001s
I20260608 12:41:30.857692 10055 raft_consensus.cc:2468] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 10ad20d5a7824b049351a8518c3fc568 in term 1.
I20260608 12:41:30.858529 10231 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.858989  9944 leader_election.cc:304] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f; no voters: 684f4413479f4f15b485fd1403ded24e
I20260608 12:41:30.850677 10246 leader_election.cc:290] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [CANDIDATE]: Term 1 election: Requested vote from peers 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:30.859977 10186 raft_consensus.cc:2804] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.860623 10186 raft_consensus.cc:697] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Becoming Leader. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Running, Role: LEADER
I20260608 12:41:30.859977 10233 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.861788 10233 ts_tablet_manager.cc:1403] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.065s	user 0.015s	sys 0.001s
I20260608 12:41:30.860917  9869 catalog_manager.cc:5696] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: term changed from 0 to 1, leader changed from <none> to 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "10ad20d5a7824b049351a8518c3fc568" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.861500 10186 consensus_queue.cc:237] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.865100 10233 raft_consensus.cc:359] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.865828 10233 raft_consensus.cc:385] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.866115 10233 raft_consensus.cc:740] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.867409 10231 tablet_bootstrap.cc:654] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.866917 10233 consensus_queue.cc:260] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.869539 10233 ts_tablet_manager.cc:1434] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:30.873122 10232 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.873683 10232 ts_tablet_manager.cc:1403] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.032s	user 0.007s	sys 0.006s
I20260608 12:41:30.876991 10233 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:30.877082 10232 raft_consensus.cc:359] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.877924 10232 raft_consensus.cc:385] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.878240 10232 raft_consensus.cc:740] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.879262 10232 consensus_queue.cc:260] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.881842 10232 ts_tablet_manager.cc:1434] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:41:30.883253 10232 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: Bootstrap starting.
I20260608 12:41:30.888109 10233 tablet_bootstrap.cc:654] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.891115 10232 tablet_bootstrap.cc:654] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:30.892081  9926 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:30.893810  9871 catalog_manager.cc:5696] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: term changed from 0 to 1, leader changed from <none> to 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "10ad20d5a7824b049351a8518c3fc568" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.896615 10231 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.897177 10231 ts_tablet_manager.cc:1403] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.000s
I20260608 12:41:30.900489 10231 raft_consensus.cc:359] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.901276 10231 raft_consensus.cc:385] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.901594 10231 raft_consensus.cc:740] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.902457 10231 consensus_queue.cc:260] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.905115 10231 ts_tablet_manager.cc:1434] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:41:30.906095 10231 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: Bootstrap starting.
I20260608 12:41:30.913199 10231 tablet_bootstrap.cc:654] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.930537 10233 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.930975 10231 tablet_bootstrap.cc:492] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: No bootstrap required, opened a new log
I20260608 12:41:30.931226 10233 ts_tablet_manager.cc:1403] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.054s	user 0.007s	sys 0.006s
I20260608 12:41:30.931304 10232 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: No bootstrap required, opened a new log
I20260608 12:41:30.931552 10231 ts_tablet_manager.cc:1403] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.008s
I20260608 12:41:30.932124 10232 ts_tablet_manager.cc:1403] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: Time spent bootstrapping tablet: real 0.049s	user 0.014s	sys 0.012s
I20260608 12:41:30.934077 10233 raft_consensus.cc:359] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.934732 10233 raft_consensus.cc:385] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.935012 10233 raft_consensus.cc:740] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.934827 10231 raft_consensus.cc:359] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.935129 10232 raft_consensus.cc:359] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.935724 10231 raft_consensus.cc:385] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.935916 10232 raft_consensus.cc:385] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.936108 10231 raft_consensus.cc:740] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 10ad20d5a7824b049351a8518c3fc568, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.935906 10233 consensus_queue.cc:260] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.936630 10232 raft_consensus.cc:740] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.937175 10231 consensus_queue.cc:260] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.937500 10232 consensus_queue.cc:260] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.938617 10233 ts_tablet_manager.cc:1434] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:30.939719 10233 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:30.945238 10232 ts_tablet_manager.cc:1434] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:41:30.946728 10233 tablet_bootstrap.cc:654] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.947917 10231 ts_tablet_manager.cc:1434] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.002s
I20260608 12:41:30.958103 10233 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.958612 10233 ts_tablet_manager.cc:1403] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
I20260608 12:41:30.960948 10233 raft_consensus.cc:359] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.961516 10233 raft_consensus.cc:385] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.961845 10233 raft_consensus.cc:740] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.962584 10233 consensus_queue.cc:260] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.964610 10233 ts_tablet_manager.cc:1434] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260608 12:41:30.965797 10233 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: Bootstrap starting.
I20260608 12:41:30.971359 10233 tablet_bootstrap.cc:654] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.976516 10233 tablet_bootstrap.cc:492] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: No bootstrap required, opened a new log
I20260608 12:41:30.977005 10233 ts_tablet_manager.cc:1403] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.004s
I20260608 12:41:30.979343 10233 raft_consensus.cc:359] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.980193 10233 raft_consensus.cc:385] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.980563 10233 raft_consensus.cc:740] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.981405 10233 consensus_queue.cc:260] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:30.983460 10233 ts_tablet_manager.cc:1434] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:31.050388 10182 raft_consensus.cc:493] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.051092 10182 raft_consensus.cc:515] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.054032 10182 leader_election.cc:290] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:31.068001 10181 raft_consensus.cc:493] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.068675 10181 raft_consensus.cc:515] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.071105  9980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab307f203ad24d0da5ec3be00ba04309" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.072979  9980 raft_consensus.cc:2468] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 0.
I20260608 12:41:31.072256 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab307f203ad24d0da5ec3be00ba04309" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e" is_pre_election: true
I20260608 12:41:31.073909 10181 leader_election.cc:290] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.074241 10129 raft_consensus.cc:2468] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 0.
I20260608 12:41:31.076584 10021 leader_election.cc:304] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.077268 10181 raft_consensus.cc:493] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.077857 10181 raft_consensus.cc:515] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.078886 10182 raft_consensus.cc:2804] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.079526 10182 raft_consensus.cc:493] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.080030 10182 raft_consensus.cc:3060] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.080729 10181 leader_election.cc:290] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.087339  9980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.087944  9979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.089967 10182 raft_consensus.cc:515] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.093484 10182 leader_election.cc:290] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Requested vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:31.093888 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab307f203ad24d0da5ec3be00ba04309" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e"
I20260608 12:41:31.094560 10129 raft_consensus.cc:3060] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.096342  9979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab307f203ad24d0da5ec3be00ba04309" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568"
I20260608 12:41:31.097033  9979 raft_consensus.cc:3060] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.097153 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c4a178240b6842909fbc592a8314bf13" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:31.097558 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0aebdb239a9b4b1e984e0c95b77c615c" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:31.098055 10055 raft_consensus.cc:2393] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 684f4413479f4f15b485fd1403ded24e in current term 1: Already voted for candidate 10ad20d5a7824b049351a8518c3fc568 in this term.
I20260608 12:41:31.098528 10054 raft_consensus.cc:2393] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 684f4413479f4f15b485fd1403ded24e in current term 1: Already voted for candidate 10ad20d5a7824b049351a8518c3fc568 in this term.
I20260608 12:41:31.099638 10093 leader_election.cc:304] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 684f4413479f4f15b485fd1403ded24e; no voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f
I20260608 12:41:31.100584 10181 raft_consensus.cc:3060] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.101406 10093 leader_election.cc:304] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 684f4413479f4f15b485fd1403ded24e; no voters: 10ad20d5a7824b049351a8518c3fc568, 6071626aee2e4f40a1eb7221c80add2f
I20260608 12:41:31.101997 10129 raft_consensus.cc:2468] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 1.
I20260608 12:41:31.103577 10021 leader_election.cc:304] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.105325 10264 raft_consensus.cc:3060] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.106302  9979 raft_consensus.cc:2468] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 1.
I20260608 12:41:31.109158 10182 raft_consensus.cc:2804] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.109477 10181 raft_consensus.cc:2749] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:31.110244 10181 raft_consensus.cc:493] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.110822 10181 raft_consensus.cc:515] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.114172 10264 raft_consensus.cc:2749] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:31.114861  9979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fc0d88c1f2f4839a73688432db5ee10" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.115108 10264 raft_consensus.cc:493] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.115657  9979 raft_consensus.cc:2468] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 0.
I20260608 12:41:31.116330 10181 leader_election.cc:290] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.116338 10182 raft_consensus.cc:697] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Becoming Leader. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Running, Role: LEADER
I20260608 12:41:31.117271 10094 leader_election.cc:304] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.117501 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fc0d88c1f2f4839a73688432db5ee10" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:31.117575 10182 consensus_queue.cc:237] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.118511 10054 raft_consensus.cc:2468] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 0.
I20260608 12:41:31.119047 10181 raft_consensus.cc:2804] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.119488 10181 raft_consensus.cc:493] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.115680 10264 raft_consensus.cc:515] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.119837 10181 raft_consensus.cc:3060] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.122674  9979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a4f1f56cbf4b819989491ec02b8524" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.123575  9979 raft_consensus.cc:2468] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 0.
I20260608 12:41:31.125137 10094 leader_election.cc:304] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 10ad20d5a7824b049351a8518c3fc568, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.126453 10181 raft_consensus.cc:515] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.127179 10265 raft_consensus.cc:2804] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.127692 10265 raft_consensus.cc:493] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.128175 10265 raft_consensus.cc:3060] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.128825 10181 leader_election.cc:290] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Requested vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.130206  9979 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fc0d88c1f2f4839a73688432db5ee10" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568"
I20260608 12:41:31.130664 10054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2fc0d88c1f2f4839a73688432db5ee10" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f"
I20260608 12:41:31.131155  9979 raft_consensus.cc:3060] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.132021 10266 raft_consensus.cc:493] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:31.132556 10266 raft_consensus.cc:515] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.134967 10266 leader_election.cc:290] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:31.131319 10054 raft_consensus.cc:3060] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.136243 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55df21f22a294df98d9e2dd7dee808d5" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e" is_pre_election: true
I20260608 12:41:31.136934 10129 raft_consensus.cc:2468] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 0.
I20260608 12:41:31.138635 10021 leader_election.cc:304] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.139173 10264 leader_election.cc:290] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.139755 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a4f1f56cbf4b819989491ec02b8524" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f" is_pre_election: true
I20260608 12:41:31.140453 10055 raft_consensus.cc:2468] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 0.
I20260608 12:41:31.136833  9980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55df21f22a294df98d9e2dd7dee808d5" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568" is_pre_election: true
I20260608 12:41:31.142383  9980 raft_consensus.cc:2468] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 0.
I20260608 12:41:31.143277 10266 raft_consensus.cc:2804] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:31.143556 10054 raft_consensus.cc:2468] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 1.
I20260608 12:41:31.143708 10266 raft_consensus.cc:493] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:31.144317 10266 raft_consensus.cc:3060] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.145112 10265 raft_consensus.cc:515] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.148814 10055 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a4f1f56cbf4b819989491ec02b8524" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6071626aee2e4f40a1eb7221c80add2f"
I20260608 12:41:31.148940  9980 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5a4f1f56cbf4b819989491ec02b8524" candidate_uuid: "684f4413479f4f15b485fd1403ded24e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568"
I20260608 12:41:31.149422 10055 raft_consensus.cc:3060] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.149830  9980 raft_consensus.cc:3060] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.152489 10093 leader_election.cc:304] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.153903 10264 raft_consensus.cc:2804] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.154704 10264 raft_consensus.cc:697] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Becoming Leader. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Running, Role: LEADER
I20260608 12:41:31.155659 10264 consensus_queue.cc:237] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.158530 10266 raft_consensus.cc:515] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.162667  9978 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55df21f22a294df98d9e2dd7dee808d5" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "10ad20d5a7824b049351a8518c3fc568"
I20260608 12:41:31.163048 10266 leader_election.cc:290] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Requested vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:31.163290 10129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "55df21f22a294df98d9e2dd7dee808d5" candidate_uuid: "6071626aee2e4f40a1eb7221c80add2f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "684f4413479f4f15b485fd1403ded24e"
I20260608 12:41:31.163600  9978 raft_consensus.cc:3060] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.164214 10129 raft_consensus.cc:3060] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:31.167634 10265 leader_election.cc:290] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Requested vote from peers 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613), 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:31.168094 10055 raft_consensus.cc:2468] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 1.
I20260608 12:41:31.169574 10093 leader_election.cc:304] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.175272 10265 raft_consensus.cc:2804] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.176450 10129 raft_consensus.cc:2468] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 1.
I20260608 12:41:31.177986 10265 raft_consensus.cc:697] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Becoming Leader. State: Replica: 684f4413479f4f15b485fd1403ded24e, State: Running, Role: LEADER
I20260608 12:41:31.178422 10021 leader_election.cc:304] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6071626aee2e4f40a1eb7221c80add2f, 684f4413479f4f15b485fd1403ded24e; no voters: 
I20260608 12:41:31.178946 10265 consensus_queue.cc:237] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.179287  9979 raft_consensus.cc:2468] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 1.
I20260608 12:41:31.179517 10266 raft_consensus.cc:2804] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:31.188843  9978 raft_consensus.cc:2468] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6071626aee2e4f40a1eb7221c80add2f in term 1.
I20260608 12:41:31.196363  9980 raft_consensus.cc:2468] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 684f4413479f4f15b485fd1403ded24e in term 1.
I20260608 12:41:31.197582  9875 catalog_manager.cc:5696] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.198607 10266 raft_consensus.cc:697] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Becoming Leader. State: Replica: 6071626aee2e4f40a1eb7221c80add2f, State: Running, Role: LEADER
I20260608 12:41:31.199674 10266 consensus_queue.cc:237] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } }
I20260608 12:41:31.201689  9877 catalog_manager.cc:5696] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e reported cstate change: term changed from 0 to 1, leader changed from <none> to 684f4413479f4f15b485fd1403ded24e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "684f4413479f4f15b485fd1403ded24e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:31.213388  9877 catalog_manager.cc:5696] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: term changed from 0 to 1, leader changed from <none> to 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:31.216440  9875 catalog_manager.cc:5696] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e reported cstate change: term changed from 0 to 1, leader changed from <none> to 684f4413479f4f15b485fd1403ded24e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "684f4413479f4f15b485fd1403ded24e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:31.300926 10186 consensus_queue.cc:1048] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.323395 10186 consensus_queue.cc:1048] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.351073 10186 consensus_queue.cc:1048] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.376824 10186 consensus_queue.cc:1048] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.499161  9980 raft_consensus.cc:1275] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.507306 10264 consensus_queue.cc:1048] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.522011 10127 raft_consensus.cc:1275] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.529422 10182 consensus_queue.cc:1048] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.535708 10266 consensus_queue.cc:1048] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.536145  9978 raft_consensus.cc:1275] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.537590  9979 raft_consensus.cc:1275] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.545526 10269 consensus_queue.cc:1048] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.561489 10054 raft_consensus.cc:1275] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.562521 10052 raft_consensus.cc:1275] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.565891  9979 raft_consensus.cc:1275] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:31.565747 10264 consensus_queue.cc:1048] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.566124 10265 consensus_queue.cc:1048] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:31.568291 10265 consensus_queue.cc:1048] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:31.555388 10182 consensus_queue.cc:1048] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.031s
W20260608 12:41:31.801193 10225 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.195:34055, user_credentials={real_user=slave}} blocked reactor thread for 53447.1us
I20260608 12:41:31.831599 10283 mvcc.cc:204] Tried to move back new op lower bound from 7294658525199691776 to 7294658523962593280. Current Snapshot: MvccSnapshot[applied={T|T < 7294658525199691776 or (T in {7294658525199691776})}]
W20260608 12:41:32.145721 10274 meta_cache.cc:1261] Time spent looking up entry by key: real 0.079s	user 0.003s	sys 0.000s
W20260608 12:41:32.579054 10272 meta_cache.cc:1261] Time spent looking up entry by key: real 0.054s	user 0.001s	sys 0.000s
I20260608 12:41:33.004215   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:33.010900 10324 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:33.011924 10325 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:33.013180 10327 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:33.015139   431 server_base.cc:1061] running on GCE node
I20260608 12:41:33.016346   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:33.016566   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:33.016809   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922493016774 us; error 0 us; skew 500 ppm
I20260608 12:41:33.017443   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:33.020089   431 webserver.cc:533] Webserver started at http://127.0.107.196:35973/ using document root <none> and password file <none>
I20260608 12:41:33.020648   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:33.020818   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:33.021039   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:33.022058   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "a08701279f024d2fbd5fcfb5714af2d5"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-mnll"
I20260608 12:41:33.026770   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:41:33.030426 10332 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.031309   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:41:33.031688   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "a08701279f024d2fbd5fcfb5714af2d5"
format_stamp: "Formatted at 2026-06-08 12:41:33 on dist-test-slave-mnll"
I20260608 12:41:33.032075   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:33.047744   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:33.049036   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:33.050760   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:33.053079   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:33.053628   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.001s	user 0.000s	sys 0.000s
I20260608 12:41:33.054075   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:33.054334   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:33.100358   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:43665
I20260608 12:41:33.100476 10394 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:43665 every 8 connection(s)
I20260608 12:41:33.127051 10395 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44149
I20260608 12:41:33.127454 10395 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:33.128304 10395 heartbeater.cc:507] Master 127.0.107.254:44149 requested a full tablet report, sending...
I20260608 12:41:33.130483  9870 ts_manager.cc:194] Registered new tserver with Master: a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196:43665)
I20260608 12:41:33.131999  9870 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40576
I20260608 12:41:34.078886 10129 consensus_queue.cc:237] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.087483 10055 raft_consensus.cc:1275] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.089921 10181 consensus_queue.cc:1048] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:41:34.094310  9980 raft_consensus.cc:1275] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 684f4413479f4f15b485fd1403ded24e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.095943 10404 consensus_queue.cc:1048] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:41:34.099386 10181 raft_consensus.cc:2955] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
W20260608 12:41:34.104794 10092 consensus_peers.cc:597] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e -> Peer a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196:43665): Couldn't send request to peer a08701279f024d2fbd5fcfb5714af2d5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5a4f1f56cbf4b819989491ec02b8524. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.106317 10055 raft_consensus.cc:2955] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.108104  9980 raft_consensus.cc:2955] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.128242  9870 catalog_manager.cc:5696] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "684f4413479f4f15b485fd1403ded24e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.135577 10395 heartbeater.cc:499] Master 127.0.107.254:44149 was elected leader, sending a full tablet report...
I20260608 12:41:34.133330 10054 consensus_queue.cc:237] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.150430 10129 raft_consensus.cc:1275] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.150949  9980 raft_consensus.cc:1275] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.153208 10182 consensus_queue.cc:1048] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:34.155525 10400 consensus_queue.cc:1048] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:34.183015 10414 raft_consensus.cc:2955] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.184331  9980 raft_consensus.cc:2955] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
W20260608 12:41:34.192543 10018 consensus_peers.cc:597] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f -> Peer a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196:43665): Couldn't send request to peer a08701279f024d2fbd5fcfb5714af2d5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ab307f203ad24d0da5ec3be00ba04309. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.193231 10129 raft_consensus.cc:2955] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.202222  9877 catalog_manager.cc:5696] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 reported cstate change: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.219028  9980 consensus_queue.cc:237] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.228438 10129 raft_consensus.cc:1275] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Refusing update from remote peer 10ad20d5a7824b049351a8518c3fc568: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.228754 10054 raft_consensus.cc:1275] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Refusing update from remote peer 10ad20d5a7824b049351a8518c3fc568: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.230382 10422 consensus_queue.cc:1048] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:34.231413 10183 consensus_queue.cc:1048] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260608 12:41:34.240671  9943 consensus_peers.cc:597] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 -> Peer a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196:43665): Couldn't send request to peer a08701279f024d2fbd5fcfb5714af2d5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c4a178240b6842909fbc592a8314bf13. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.242051 10422 raft_consensus.cc:2955] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.244709 10054 raft_consensus.cc:2955] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.246271 10129 raft_consensus.cc:2955] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.259121 10054 consensus_queue.cc:237] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 15, Committed index: 15, Last appended: 1.15, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.259336  9870 catalog_manager.cc:5696] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "10ad20d5a7824b049351a8518c3fc568" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
W20260608 12:41:34.272941 10018 consensus_peers.cc:597] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f -> Peer a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196:43665): Couldn't send request to peer a08701279f024d2fbd5fcfb5714af2d5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 55df21f22a294df98d9e2dd7dee808d5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:34.273510 10129 raft_consensus.cc:1275] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.274416  9980 raft_consensus.cc:1275] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Refusing update from remote peer 6071626aee2e4f40a1eb7221c80add2f: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:41:34.275369 10414 consensus_queue.cc:1048] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:34.276371 10400 consensus_queue.cc:1048] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [LEADER]: Connected to new peer: Peer: permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:41:34.286491 10400 raft_consensus.cc:2955] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.293278  9980 raft_consensus.cc:2955] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.299629  9877 catalog_manager.cc:5696] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f reported cstate change: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6071626aee2e4f40a1eb7221c80add2f" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:34.303176 10129 raft_consensus.cc:2955] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER a08701279f024d2fbd5fcfb5714af2d5 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } } }
I20260608 12:41:34.538990 10430 ts_tablet_manager.cc:933] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Initiating tablet copy from peer 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:34.541056 10430 tablet_copy_client.cc:323] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36245
I20260608 12:41:34.553527 10065 tablet_copy_service.cc:140] P 6071626aee2e4f40a1eb7221c80add2f: Received BeginTabletCopySession request for tablet ab307f203ad24d0da5ec3be00ba04309 from peer a08701279f024d2fbd5fcfb5714af2d5 ({username='slave'} at 127.0.0.1:47382)
I20260608 12:41:34.554080 10065 tablet_copy_service.cc:161] P 6071626aee2e4f40a1eb7221c80add2f: Beginning new tablet copy session on tablet ab307f203ad24d0da5ec3be00ba04309 from peer a08701279f024d2fbd5fcfb5714af2d5 at {username='slave'} at 127.0.0.1:47382: session id = a08701279f024d2fbd5fcfb5714af2d5-ab307f203ad24d0da5ec3be00ba04309
I20260608 12:41:34.558115 10433 ts_tablet_manager.cc:933] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Initiating tablet copy from peer 684f4413479f4f15b485fd1403ded24e (127.0.107.195:34055)
I20260608 12:41:34.560384 10433 tablet_copy_client.cc:323] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:34055
I20260608 12:41:34.562135 10065 tablet_copy_source_session.cc:215] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:34.565833 10430 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab307f203ad24d0da5ec3be00ba04309. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.573747 10139 tablet_copy_service.cc:140] P 684f4413479f4f15b485fd1403ded24e: Received BeginTabletCopySession request for tablet d5a4f1f56cbf4b819989491ec02b8524 from peer a08701279f024d2fbd5fcfb5714af2d5 ({username='slave'} at 127.0.0.1:35058)
I20260608 12:41:34.574482 10139 tablet_copy_service.cc:161] P 684f4413479f4f15b485fd1403ded24e: Beginning new tablet copy session on tablet d5a4f1f56cbf4b819989491ec02b8524 from peer a08701279f024d2fbd5fcfb5714af2d5 at {username='slave'} at 127.0.0.1:35058: session id = a08701279f024d2fbd5fcfb5714af2d5-d5a4f1f56cbf4b819989491ec02b8524
I20260608 12:41:34.582104 10430 tablet_copy_client.cc:806] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:34.582600 10139 tablet_copy_source_session.cc:215] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:34.582836 10430 tablet_copy_client.cc:670] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:34.586145 10433 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5a4f1f56cbf4b819989491ec02b8524. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.587751 10430 tablet_copy_client.cc:538] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:34.596804 10430 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap starting.
I20260608 12:41:34.602957 10433 tablet_copy_client.cc:806] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:34.603600 10433 tablet_copy_client.cc:670] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:34.608263 10433 tablet_copy_client.cc:538] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:34.617449 10433 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap starting.
I20260608 12:41:34.719537 10430 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=129 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:34.720536 10430 tablet_bootstrap.cc:492] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap complete.
I20260608 12:41:34.721251 10430 ts_tablet_manager.cc:1403] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Time spent bootstrapping tablet: real 0.125s	user 0.115s	sys 0.008s
I20260608 12:41:34.722824 10437 ts_tablet_manager.cc:933] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Initiating tablet copy from peer 10ad20d5a7824b049351a8518c3fc568 (127.0.107.193:37613)
I20260608 12:41:34.724007 10430 raft_consensus.cc:359] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.724931 10430 raft_consensus.cc:740] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a08701279f024d2fbd5fcfb5714af2d5, State: Initialized, Role: LEARNER
I20260608 12:41:34.725642 10430 consensus_queue.cc:260] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.742270 10437 tablet_copy_client.cc:323] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:37613
I20260608 12:41:34.750648 10433 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=116 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:34.752301 10433 tablet_bootstrap.cc:492] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap complete.
I20260608 12:41:34.753441 10433 ts_tablet_manager.cc:1403] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Time spent bootstrapping tablet: real 0.136s	user 0.106s	sys 0.027s
I20260608 12:41:34.757292 10430 ts_tablet_manager.cc:1434] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: Time spent starting tablet: real 0.036s	user 0.022s	sys 0.012s
I20260608 12:41:34.757325 10433 raft_consensus.cc:359] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.758494 10433 raft_consensus.cc:740] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a08701279f024d2fbd5fcfb5714af2d5, State: Initialized, Role: LEARNER
I20260608 12:41:34.759253 10433 consensus_queue.cc:260] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } attrs { replace: true } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.759765 10065 tablet_copy_service.cc:342] P 6071626aee2e4f40a1eb7221c80add2f: Request end of tablet copy session a08701279f024d2fbd5fcfb5714af2d5-ab307f203ad24d0da5ec3be00ba04309 received from {username='slave'} at 127.0.0.1:47382
I20260608 12:41:34.762388 10065 tablet_copy_service.cc:434] P 6071626aee2e4f40a1eb7221c80add2f: ending tablet copy session a08701279f024d2fbd5fcfb5714af2d5-ab307f203ad24d0da5ec3be00ba04309 on tablet ab307f203ad24d0da5ec3be00ba04309 with peer a08701279f024d2fbd5fcfb5714af2d5
I20260608 12:41:34.772096 10433 ts_tablet_manager.cc:1434] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: Time spent starting tablet: real 0.018s	user 0.017s	sys 0.000s
I20260608 12:41:34.774089 10139 tablet_copy_service.cc:342] P 684f4413479f4f15b485fd1403ded24e: Request end of tablet copy session a08701279f024d2fbd5fcfb5714af2d5-d5a4f1f56cbf4b819989491ec02b8524 received from {username='slave'} at 127.0.0.1:35058
I20260608 12:41:34.774617 10139 tablet_copy_service.cc:434] P 684f4413479f4f15b485fd1403ded24e: ending tablet copy session a08701279f024d2fbd5fcfb5714af2d5-d5a4f1f56cbf4b819989491ec02b8524 on tablet d5a4f1f56cbf4b819989491ec02b8524 with peer a08701279f024d2fbd5fcfb5714af2d5
I20260608 12:41:34.777098  9990 tablet_copy_service.cc:140] P 10ad20d5a7824b049351a8518c3fc568: Received BeginTabletCopySession request for tablet c4a178240b6842909fbc592a8314bf13 from peer a08701279f024d2fbd5fcfb5714af2d5 ({username='slave'} at 127.0.0.1:37330)
I20260608 12:41:34.777730  9990 tablet_copy_service.cc:161] P 10ad20d5a7824b049351a8518c3fc568: Beginning new tablet copy session on tablet c4a178240b6842909fbc592a8314bf13 from peer a08701279f024d2fbd5fcfb5714af2d5 at {username='slave'} at 127.0.0.1:37330: session id = a08701279f024d2fbd5fcfb5714af2d5-c4a178240b6842909fbc592a8314bf13
I20260608 12:41:34.784641  9990 tablet_copy_source_session.cc:215] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:34.787985 10437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c4a178240b6842909fbc592a8314bf13. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.799005 10437 tablet_copy_client.cc:806] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:34.799641 10437 tablet_copy_client.cc:670] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:34.804010 10437 tablet_copy_client.cc:538] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:34.812263 10437 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap starting.
I20260608 12:41:34.877940 10433 ts_tablet_manager.cc:933] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Initiating tablet copy from peer 6071626aee2e4f40a1eb7221c80add2f (127.0.107.194:36245)
I20260608 12:41:34.880574 10433 tablet_copy_client.cc:323] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36245
I20260608 12:41:34.882349 10065 tablet_copy_service.cc:140] P 6071626aee2e4f40a1eb7221c80add2f: Received BeginTabletCopySession request for tablet 55df21f22a294df98d9e2dd7dee808d5 from peer a08701279f024d2fbd5fcfb5714af2d5 ({username='slave'} at 127.0.0.1:47382)
I20260608 12:41:34.882948 10065 tablet_copy_service.cc:161] P 6071626aee2e4f40a1eb7221c80add2f: Beginning new tablet copy session on tablet 55df21f22a294df98d9e2dd7dee808d5 from peer a08701279f024d2fbd5fcfb5714af2d5 at {username='slave'} at 127.0.0.1:47382: session id = a08701279f024d2fbd5fcfb5714af2d5-55df21f22a294df98d9e2dd7dee808d5
I20260608 12:41:34.890714 10065 tablet_copy_source_session.cc:215] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:34.893966 10433 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55df21f22a294df98d9e2dd7dee808d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:34.908299 10437 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:34.909001 10433 tablet_copy_client.cc:806] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:34.909240 10437 tablet_bootstrap.cc:492] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap complete.
I20260608 12:41:34.909596 10433 tablet_copy_client.cc:670] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:34.910003 10437 ts_tablet_manager.cc:1403] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Time spent bootstrapping tablet: real 0.098s	user 0.082s	sys 0.015s
I20260608 12:41:34.912961 10437 raft_consensus.cc:359] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.913784 10437 raft_consensus.cc:740] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a08701279f024d2fbd5fcfb5714af2d5, State: Initialized, Role: LEARNER
I20260608 12:41:34.914103 10433 tablet_copy_client.cc:538] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:34.914278 10437 consensus_queue.cc:260] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } attrs { replace: true } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:34.916466 10437 ts_tablet_manager.cc:1434] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:34.918213  9990 tablet_copy_service.cc:342] P 10ad20d5a7824b049351a8518c3fc568: Request end of tablet copy session a08701279f024d2fbd5fcfb5714af2d5-c4a178240b6842909fbc592a8314bf13 received from {username='slave'} at 127.0.0.1:37330
I20260608 12:41:34.918653  9990 tablet_copy_service.cc:434] P 10ad20d5a7824b049351a8518c3fc568: ending tablet copy session a08701279f024d2fbd5fcfb5714af2d5-c4a178240b6842909fbc592a8314bf13 on tablet c4a178240b6842909fbc592a8314bf13 with peer a08701279f024d2fbd5fcfb5714af2d5
I20260608 12:41:34.924391 10433 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap starting.
I20260608 12:41:34.985189 10370 raft_consensus.cc:1217] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:41:35.002049 10370 raft_consensus.cc:1217] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:41:35.020692 10433 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=115 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:35.021984 10433 tablet_bootstrap.cc:492] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Bootstrap complete.
I20260608 12:41:35.023113 10433 ts_tablet_manager.cc:1403] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Time spent bootstrapping tablet: real 0.099s	user 0.089s	sys 0.008s
I20260608 12:41:35.026197 10433 raft_consensus.cc:359] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:35.026880 10433 raft_consensus.cc:740] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a08701279f024d2fbd5fcfb5714af2d5, State: Initialized, Role: LEARNER
I20260608 12:41:35.027360 10433 consensus_queue.cc:260] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 16, Last appended: 1.16, Last appended by leader: 16, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "10ad20d5a7824b049351a8518c3fc568" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37613 } } peers { permanent_uuid: "6071626aee2e4f40a1eb7221c80add2f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36245 } } peers { permanent_uuid: "684f4413479f4f15b485fd1403ded24e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34055 } attrs { replace: true } } peers { permanent_uuid: "a08701279f024d2fbd5fcfb5714af2d5" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 43665 } attrs { promote: true } }
I20260608 12:41:35.029243 10433 ts_tablet_manager.cc:1434] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:35.030920 10065 tablet_copy_service.cc:342] P 6071626aee2e4f40a1eb7221c80add2f: Request end of tablet copy session a08701279f024d2fbd5fcfb5714af2d5-55df21f22a294df98d9e2dd7dee808d5 received from {username='slave'} at 127.0.0.1:47382
I20260608 12:41:35.031386 10065 tablet_copy_service.cc:434] P 6071626aee2e4f40a1eb7221c80add2f: ending tablet copy session a08701279f024d2fbd5fcfb5714af2d5-55df21f22a294df98d9e2dd7dee808d5 on tablet 55df21f22a294df98d9e2dd7dee808d5 with peer a08701279f024d2fbd5fcfb5714af2d5
I20260608 12:41:35.134492   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:35.163905   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.164723   431 tablet_replica.cc:333] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.165650   431 raft_consensus.cc:2243] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.166451   431 raft_consensus.cc:2272] T 2fc0d88c1f2f4839a73688432db5ee10 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.169545   431 tablet_replica.cc:333] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.170315   431 raft_consensus.cc:2243] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.171134   431 raft_consensus.cc:2272] T d5a4f1f56cbf4b819989491ec02b8524 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.174041   431 tablet_replica.cc:333] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.174876   431 raft_consensus.cc:2243] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.176187   431 raft_consensus.cc:2272] T c4a178240b6842909fbc592a8314bf13 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.179683   431 tablet_replica.cc:333] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.180509   431 raft_consensus.cc:2243] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.181157   431 raft_consensus.cc:2272] T ab307f203ad24d0da5ec3be00ba04309 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.184607   431 tablet_replica.cc:333] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.185375   431 raft_consensus.cc:2243] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.186393   431 raft_consensus.cc:2272] T 0aebdb239a9b4b1e984e0c95b77c615c P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.189302   431 tablet_replica.cc:333] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.190023   431 raft_consensus.cc:2243] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.190588   431 raft_consensus.cc:2272] T d71b515324a04f668d6bcd0d5a9a1166 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.193481   431 tablet_replica.cc:333] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.194154   431 raft_consensus.cc:2243] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.194816   431 raft_consensus.cc:2272] T 55df21f22a294df98d9e2dd7dee808d5 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.198441   431 tablet_replica.cc:333] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568: stopping tablet replica
I20260608 12:41:35.199126   431 raft_consensus.cc:2243] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.199713   431 raft_consensus.cc:2272] T d044d0195b414db5acb765c6da26a6f8 P 10ad20d5a7824b049351a8518c3fc568 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.234537   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:35.256031   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:35.286572   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.287457   431 tablet_replica.cc:333] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.288429   431 raft_consensus.cc:2243] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.289228   431 raft_consensus.cc:2272] T 2fc0d88c1f2f4839a73688432db5ee10 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.292521   431 tablet_replica.cc:333] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.293385   431 raft_consensus.cc:2243] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.294142   431 raft_consensus.cc:2272] T d5a4f1f56cbf4b819989491ec02b8524 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.297408   431 tablet_replica.cc:333] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.298290   431 raft_consensus.cc:2243] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.299126   431 raft_consensus.cc:2272] T 0aebdb239a9b4b1e984e0c95b77c615c P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.300379 10370 raft_consensus.cc:1217] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:41:35.302325   431 tablet_replica.cc:333] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.303308   431 raft_consensus.cc:2243] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.304790   431 raft_consensus.cc:2272] T ab307f203ad24d0da5ec3be00ba04309 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.308126   431 tablet_replica.cc:333] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.308948   431 raft_consensus.cc:2243] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.309614   431 raft_consensus.cc:2272] T c4a178240b6842909fbc592a8314bf13 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.312727   431 tablet_replica.cc:333] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.313520   431 raft_consensus.cc:2243] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.314113   431 raft_consensus.cc:2272] T 7941f7c39db041fd8f81198cfa507e3f P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.317224   431 tablet_replica.cc:333] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.317952   431 raft_consensus.cc:2243] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.319284   431 raft_consensus.cc:2272] T 55df21f22a294df98d9e2dd7dee808d5 P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:35.320933 10020 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37613: connect: Connection refused (error 111)
I20260608 12:41:35.322582   431 tablet_replica.cc:333] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f: stopping tablet replica
I20260608 12:41:35.323474   431 raft_consensus.cc:2243] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.324211   431 raft_consensus.cc:2272] T 3a8501596f864b4cbf0696501f7e56fd P 6071626aee2e4f40a1eb7221c80add2f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.362396   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:35.379587   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:35.408205   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.408990   431 tablet_replica.cc:333] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.409828   431 raft_consensus.cc:2243] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.410425   431 raft_consensus.cc:2272] T 0aebdb239a9b4b1e984e0c95b77c615c P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.413422   431 tablet_replica.cc:333] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.414165   431 raft_consensus.cc:2243] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.415205   431 raft_consensus.cc:2272] T 2fc0d88c1f2f4839a73688432db5ee10 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.418092   431 tablet_replica.cc:333] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.418815   431 raft_consensus.cc:2243] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.419427   431 raft_consensus.cc:2272] T 55df21f22a294df98d9e2dd7dee808d5 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.422250   431 tablet_replica.cc:333] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.422977   431 raft_consensus.cc:2243] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.423593   431 raft_consensus.cc:2272] T c4a178240b6842909fbc592a8314bf13 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.426328   431 tablet_replica.cc:333] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.427028   431 raft_consensus.cc:2243] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.427563   431 raft_consensus.cc:2272] T 0076329d717c49fcba50247308c2d6ea P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.430285   431 tablet_replica.cc:333] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.430969   431 raft_consensus.cc:2243] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:35.431581   431 raft_consensus.cc:2272] T ab307f203ad24d0da5ec3be00ba04309 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.434336   431 tablet_replica.cc:333] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.435093   431 raft_consensus.cc:2243] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.435632   431 raft_consensus.cc:2272] T 995c5d00fc0347baaadaf4fa45e66578 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.438333   431 tablet_replica.cc:333] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e: stopping tablet replica
I20260608 12:41:35.438956   431 raft_consensus.cc:2243] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.440339   431 raft_consensus.cc:2272] T d5a4f1f56cbf4b819989491ec02b8524 P 684f4413479f4f15b485fd1403ded24e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.463680   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:35.483178   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:35.505414   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:35.506330   431 tablet_replica.cc:333] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5: stopping tablet replica
I20260608 12:41:35.507095   431 raft_consensus.cc:2243] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:35.507599   431 raft_consensus.cc:2272] T c4a178240b6842909fbc592a8314bf13 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:35.510615   431 tablet_replica.cc:333] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5: stopping tablet replica
I20260608 12:41:35.511322   431 raft_consensus.cc:2243] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:35.511787   431 raft_consensus.cc:2272] T d5a4f1f56cbf4b819989491ec02b8524 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:35.514758   431 tablet_replica.cc:333] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5: stopping tablet replica
I20260608 12:41:35.515468   431 raft_consensus.cc:2243] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:35.515959   431 raft_consensus.cc:2272] T 55df21f22a294df98d9e2dd7dee808d5 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:35.518783   431 tablet_replica.cc:333] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5: stopping tablet replica
I20260608 12:41:35.519410   431 raft_consensus.cc:2243] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:35.519888   431 raft_consensus.cc:2272] T ab307f203ad24d0da5ec3be00ba04309 P a08701279f024d2fbd5fcfb5714af2d5 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:35.544984   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:35.561683   431 master.cc:562] Master@127.0.107.254:44149 shutting down...
W20260608 12:41:35.584698  9926 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:35.584940  9926 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:35.585098  9926 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:35.586342   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:35.586797   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:35.587069   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 50eb6236b8194ee6a03a215496c8dcb0: stopping tablet replica
I20260608 12:41:35.608785   431 master.cc:584] Master@127.0.107.254:44149 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (7937 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:41:35.659396   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40941
I20260608 12:41:35.660810   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:35.666323 10451 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:35.668195 10454 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:35.668774 10452 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:35.668877   431 server_base.cc:1061] running on GCE node
I20260608 12:41:35.670101   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:35.670305   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:35.670436   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922495670423 us; error 0 us; skew 500 ppm
I20260608 12:41:35.671046   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:35.673826   431 webserver.cc:533] Webserver started at http://127.0.107.254:42939/ using document root <none> and password file <none>
I20260608 12:41:35.674352   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:35.674539   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:35.674829   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:35.676043   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "305ca3627946466facb06a40a62a481d"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-mnll"
I20260608 12:41:35.680900   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:41:35.685050 10459 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:35.685941   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:41:35.686277   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "305ca3627946466facb06a40a62a481d"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-mnll"
I20260608 12:41:35.686569   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:35.730520   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:35.731710   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:35.772491   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40941
I20260608 12:41:35.772962 10510 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40941 every 8 connection(s)
I20260608 12:41:35.777601 10511 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:35.789348 10511 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d: Bootstrap starting.
I20260608 12:41:35.794445 10511 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:35.799006 10511 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d: No bootstrap required, opened a new log
I20260608 12:41:35.801293 10511 raft_consensus.cc:359] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER }
I20260608 12:41:35.801666 10511 raft_consensus.cc:385] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:35.801954 10511 raft_consensus.cc:740] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 305ca3627946466facb06a40a62a481d, State: Initialized, Role: FOLLOWER
I20260608 12:41:35.802645 10511 consensus_queue.cc:260] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER }
I20260608 12:41:35.803119 10511 raft_consensus.cc:399] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:35.803323 10511 raft_consensus.cc:493] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:35.803627 10511 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:35.808966 10511 raft_consensus.cc:515] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER }
I20260608 12:41:35.809494 10511 leader_election.cc:304] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 305ca3627946466facb06a40a62a481d; no voters: 
I20260608 12:41:35.810684 10511 leader_election.cc:290] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:35.811116 10514 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:35.812597 10514 raft_consensus.cc:697] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 1 LEADER]: Becoming Leader. State: Replica: 305ca3627946466facb06a40a62a481d, State: Running, Role: LEADER
I20260608 12:41:35.813287 10514 consensus_queue.cc:237] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER }
I20260608 12:41:35.813700 10511 sys_catalog.cc:565] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:35.817884 10516 sys_catalog.cc:455] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 305ca3627946466facb06a40a62a481d. Latest consensus state: current_term: 1 leader_uuid: "305ca3627946466facb06a40a62a481d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER } }
I20260608 12:41:35.818646 10516 sys_catalog.cc:458] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:35.822047 10515 sys_catalog.cc:455] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "305ca3627946466facb06a40a62a481d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "305ca3627946466facb06a40a62a481d" member_type: VOTER } }
I20260608 12:41:35.822783 10515 sys_catalog.cc:458] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:35.825181 10521 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:35.830605 10521 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:35.833417   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:35.840107 10521 catalog_manager.cc:1382] Generated new cluster ID: b9ef72f62dd441d9b0aac13ba35ee415
I20260608 12:41:35.840405 10521 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:35.856746 10521 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:35.858204 10521 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:35.872830 10521 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d: Generated new TSK 0
I20260608 12:41:35.873499 10521 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:35.900058   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:35.906214 10532 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:35.907296 10533 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:35.908969   431 server_base.cc:1061] running on GCE node
W20260608 12:41:35.909296 10535 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:35.910331   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:35.910521   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:35.910645   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922495910634 us; error 0 us; skew 500 ppm
I20260608 12:41:35.911173   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:35.913616   431 webserver.cc:533] Webserver started at http://127.0.107.193:32859/ using document root <none> and password file <none>
I20260608 12:41:35.914083   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:35.914252   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:35.914472   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:35.915704   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "c81f9b9a49a74370991529e77b7f973e"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-mnll"
I20260608 12:41:35.920377   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:35.923955 10540 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:35.924777   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:35.925103   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "c81f9b9a49a74370991529e77b7f973e"
format_stamp: "Formatted at 2026-06-08 12:41:35 on dist-test-slave-mnll"
I20260608 12:41:35.925407   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:35.940197   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:35.941267   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:35.942842   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:35.945243   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:35.945472   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:35.945729   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:35.945907   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:35.986934   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:44597
I20260608 12:41:35.987059 10602 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:44597 every 8 connection(s)
I20260608 12:41:35.992322   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.000959 10607 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.001668 10608 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.005326 10611 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.005586   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.007093 10603 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40941
I20260608 12:41:36.007429   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:36.007508 10603 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:36.007746   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.008044   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496008024 us; error 0 us; skew 500 ppm
I20260608 12:41:36.008549 10603 heartbeater.cc:507] Master 127.0.107.254:40941 requested a full tablet report, sending...
I20260608 12:41:36.008734   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.011307 10476 ts_manager.cc:194] Registered new tserver with Master: c81f9b9a49a74370991529e77b7f973e (127.0.107.193:44597)
I20260608 12:41:36.011600   431 webserver.cc:533] Webserver started at http://127.0.107.194:34329/ using document root <none> and password file <none>
I20260608 12:41:36.012420   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.012670   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.012995   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.013881 10476 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60504
I20260608 12:41:36.014460   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "84d545c2ad72432089e18bb9fb461d0e"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.020154   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 12:41:36.023562 10615 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.024557   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:36.024816   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "84d545c2ad72432089e18bb9fb461d0e"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.025063   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.036986   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.038004   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.039335   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.041764   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.041950   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.042251   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.042395   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.091642   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37343
I20260608 12:41:36.092041 10677 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37343 every 8 connection(s)
I20260608 12:41:36.096856   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.104713 10681 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.105949 10682 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.109005 10685 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.109184   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.110500   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.110809   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.111034   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496111013 us; error 0 us; skew 500 ppm
I20260608 12:41:36.111840   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.111917 10678 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40941
I20260608 12:41:36.112421 10678 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:36.113343 10678 heartbeater.cc:507] Master 127.0.107.254:40941 requested a full tablet report, sending...
I20260608 12:41:36.115085   431 webserver.cc:533] Webserver started at http://127.0.107.195:35717/ using document root <none> and password file <none>
I20260608 12:41:36.115778   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.115758 10476 ts_manager.cc:194] Registered new tserver with Master: 84d545c2ad72432089e18bb9fb461d0e (127.0.107.194:37343)
I20260608 12:41:36.116219   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.116544   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.117468 10476 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60506
I20260608 12:41:36.117650   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "836d82c335244e1093be4f9a958bb9de"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.122504   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:41:36.125985 10689 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.126976   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:36.127302   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "836d82c335244e1093be4f9a958bb9de"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.127692   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.163990   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.165273   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:36.167012   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:36.169586   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:36.169847   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.170125   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:36.170352   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.216734   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:42371
I20260608 12:41:36.216931 10751 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:42371 every 8 connection(s)
I20260608 12:41:36.235005 10752 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40941
I20260608 12:41:36.235440 10752 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:36.236284 10752 heartbeater.cc:507] Master 127.0.107.254:40941 requested a full tablet report, sending...
I20260608 12:41:36.238461 10476 ts_manager.cc:194] Registered new tserver with Master: 836d82c335244e1093be4f9a958bb9de (127.0.107.195:42371)
I20260608 12:41:36.238991   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018221869s
I20260608 12:41:36.240026 10476 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60520
I20260608 12:41:36.264591 10476 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:60536:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:36.266439 10476 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:36.306059 10568 tablet_service.cc:1511] Processing CreateTablet for tablet 2ff953087ca449cebe8c1ad173483405 (DEFAULT_TABLE table=test-workload [id=9fa36405880f40f6829fe5462612a0c7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:36.307668 10568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ff953087ca449cebe8c1ad173483405. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:36.314204 10717 tablet_service.cc:1511] Processing CreateTablet for tablet 2ff953087ca449cebe8c1ad173483405 (DEFAULT_TABLE table=test-workload [id=9fa36405880f40f6829fe5462612a0c7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:36.315634 10717 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ff953087ca449cebe8c1ad173483405. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:36.328807 10643 tablet_service.cc:1511] Processing CreateTablet for tablet 2ff953087ca449cebe8c1ad173483405 (DEFAULT_TABLE table=test-workload [id=9fa36405880f40f6829fe5462612a0c7]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:36.330387 10643 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ff953087ca449cebe8c1ad173483405. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:36.337117 10767 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Bootstrap starting.
I20260608 12:41:36.339474 10768 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: Bootstrap starting.
I20260608 12:41:36.344568 10767 tablet_bootstrap.cc:654] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.346323 10768 tablet_bootstrap.cc:654] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.349617 10770 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: Bootstrap starting.
I20260608 12:41:36.349992 10767 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: No bootstrap required, opened a new log
I20260608 12:41:36.350525 10767 ts_tablet_manager.cc:1403] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:41:36.352006 10768 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: No bootstrap required, opened a new log
I20260608 12:41:36.352507 10768 ts_tablet_manager.cc:1403] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 12:41:36.353631 10767 raft_consensus.cc:359] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.354468 10767 raft_consensus.cc:385] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.354835 10767 raft_consensus.cc:740] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c81f9b9a49a74370991529e77b7f973e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.355440 10768 raft_consensus.cc:359] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.355796 10767 consensus_queue.cc:260] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.356334 10768 raft_consensus.cc:385] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.356475 10770 tablet_bootstrap.cc:654] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:36.356772 10768 raft_consensus.cc:740] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 836d82c335244e1093be4f9a958bb9de, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.357884 10768 consensus_queue.cc:260] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.358582 10603 heartbeater.cc:499] Master 127.0.107.254:40941 was elected leader, sending a full tablet report...
I20260608 12:41:36.359014 10767 ts_tablet_manager.cc:1434] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:41:36.361267 10752 heartbeater.cc:499] Master 127.0.107.254:40941 was elected leader, sending a full tablet report...
I20260608 12:41:36.362777 10768 ts_tablet_manager.cc:1434] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:41:36.364408 10770 tablet_bootstrap.cc:492] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: No bootstrap required, opened a new log
I20260608 12:41:36.365041 10770 ts_tablet_manager.cc:1403] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:41:36.369890 10770 raft_consensus.cc:359] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.370633 10770 raft_consensus.cc:385] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:36.370894 10770 raft_consensus.cc:740] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 84d545c2ad72432089e18bb9fb461d0e, State: Initialized, Role: FOLLOWER
I20260608 12:41:36.371928 10770 consensus_queue.cc:260] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.374388 10678 heartbeater.cc:499] Master 127.0.107.254:40941 was elected leader, sending a full tablet report...
I20260608 12:41:36.374799 10770 ts_tablet_manager.cc:1434] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260608 12:41:36.496258 10772 raft_consensus.cc:493] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:36.496912 10772 raft_consensus.cc:515] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.499143 10772 leader_election.cc:290] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 836d82c335244e1093be4f9a958bb9de (127.0.107.195:42371), 84d545c2ad72432089e18bb9fb461d0e (127.0.107.194:37343)
I20260608 12:41:36.508517 10727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ff953087ca449cebe8c1ad173483405" candidate_uuid: "c81f9b9a49a74370991529e77b7f973e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836d82c335244e1093be4f9a958bb9de" is_pre_election: true
I20260608 12:41:36.509297 10727 raft_consensus.cc:2468] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c81f9b9a49a74370991529e77b7f973e in term 0.
I20260608 12:41:36.510080 10653 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ff953087ca449cebe8c1ad173483405" candidate_uuid: "c81f9b9a49a74370991529e77b7f973e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84d545c2ad72432089e18bb9fb461d0e" is_pre_election: true
I20260608 12:41:36.510665 10653 raft_consensus.cc:2468] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c81f9b9a49a74370991529e77b7f973e in term 0.
I20260608 12:41:36.510654 10543 leader_election.cc:304] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836d82c335244e1093be4f9a958bb9de, c81f9b9a49a74370991529e77b7f973e; no voters: 
I20260608 12:41:36.511714 10772 raft_consensus.cc:2804] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:36.512125 10772 raft_consensus.cc:493] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:36.512460 10772 raft_consensus.cc:3060] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.517943 10772 raft_consensus.cc:515] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.519728 10772 leader_election.cc:290] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [CANDIDATE]: Term 1 election: Requested vote from peers 836d82c335244e1093be4f9a958bb9de (127.0.107.195:42371), 84d545c2ad72432089e18bb9fb461d0e (127.0.107.194:37343)
I20260608 12:41:36.520623 10727 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ff953087ca449cebe8c1ad173483405" candidate_uuid: "c81f9b9a49a74370991529e77b7f973e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "836d82c335244e1093be4f9a958bb9de"
I20260608 12:41:36.520860 10653 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ff953087ca449cebe8c1ad173483405" candidate_uuid: "c81f9b9a49a74370991529e77b7f973e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "84d545c2ad72432089e18bb9fb461d0e"
I20260608 12:41:36.521293 10727 raft_consensus.cc:3060] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.521410 10653 raft_consensus.cc:3060] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:36.529614 10727 raft_consensus.cc:2468] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c81f9b9a49a74370991529e77b7f973e in term 1.
I20260608 12:41:36.530325 10653 raft_consensus.cc:2468] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c81f9b9a49a74370991529e77b7f973e in term 1.
I20260608 12:41:36.565375 10543 leader_election.cc:304] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 836d82c335244e1093be4f9a958bb9de, c81f9b9a49a74370991529e77b7f973e; no voters: 
I20260608 12:41:36.569350 10772 raft_consensus.cc:2804] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:36.575486 10772 raft_consensus.cc:697] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 LEADER]: Becoming Leader. State: Replica: c81f9b9a49a74370991529e77b7f973e, State: Running, Role: LEADER
I20260608 12:41:36.576954 10772 consensus_queue.cc:237] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } }
I20260608 12:41:36.587391 10474 catalog_manager.cc:5696] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e reported cstate change: term changed from 0 to 1, leader changed from <none> to c81f9b9a49a74370991529e77b7f973e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c81f9b9a49a74370991529e77b7f973e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c81f9b9a49a74370991529e77b7f973e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 44597 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "836d82c335244e1093be4f9a958bb9de" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 42371 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "84d545c2ad72432089e18bb9fb461d0e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37343 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:36.636812   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:36.661269   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:36.662441   431 tablet_replica.cc:333] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: stopping tablet replica
I20260608 12:41:36.663269   431 raft_consensus.cc:2243] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:36.664004   431 pending_rounds.cc:70] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Trying to abort 1 pending ops.
I20260608 12:41:36.664227   431 pending_rounds.cc:77] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658545989230592 op_type: NO_OP noop_request { }
I20260608 12:41:36.664542   431 raft_consensus.cc:2889] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:36.664875   431 raft_consensus.cc:2272] T 2ff953087ca449cebe8c1ad173483405 P c81f9b9a49a74370991529e77b7f973e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:36.688931   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:36.703485   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:36.725947   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:36.727169   431 tablet_replica.cc:333] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e: stopping tablet replica
I20260608 12:41:36.727936   431 raft_consensus.cc:2243] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:36.728633   431 raft_consensus.cc:2272] T 2ff953087ca449cebe8c1ad173483405 P 84d545c2ad72432089e18bb9fb461d0e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:36.750800   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:36.766999   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:36.790360   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:36.791962   431 tablet_replica.cc:333] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de: stopping tablet replica
I20260608 12:41:36.792618   431 raft_consensus.cc:2243] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:36.793180   431 raft_consensus.cc:2272] T 2ff953087ca449cebe8c1ad173483405 P 836d82c335244e1093be4f9a958bb9de [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:36.815199   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:36.832535   431 master.cc:562] Master@127.0.107.254:40941 shutting down...
I20260608 12:41:36.855232   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:36.855791   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:36.856195   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 305ca3627946466facb06a40a62a481d: stopping tablet replica
I20260608 12:41:36.876259   431 master.cc:584] Master@127.0.107.254:40941 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1266 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:41:36.926707   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34507
I20260608 12:41:36.928020   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:36.934646 10780 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.934729 10781 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:36.935771 10783 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:36.937359   431 server_base.cc:1061] running on GCE node
I20260608 12:41:36.938222   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:36.938444   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:36.938618   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922496938604 us; error 0 us; skew 500 ppm
I20260608 12:41:36.939311   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:36.942267   431 webserver.cc:533] Webserver started at http://127.0.107.254:40011/ using document root <none> and password file <none>
I20260608 12:41:36.943236   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:36.943439   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:36.943931   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:36.945201   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "a63c8fab30b943e79f7a4c1294df77b3"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.950382   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:36.954556 10788 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:36.955554   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:36.956064   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "a63c8fab30b943e79f7a4c1294df77b3"
format_stamp: "Formatted at 2026-06-08 12:41:36 on dist-test-slave-mnll"
I20260608 12:41:36.956543   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:36.979175   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:36.980521   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:37.022770   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34507
I20260608 12:41:37.022900 10839 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34507 every 8 connection(s)
I20260608 12:41:37.027926 10840 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.040429 10840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3: Bootstrap starting.
I20260608 12:41:37.045610 10840 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.050242 10840 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3: No bootstrap required, opened a new log
I20260608 12:41:37.052632 10840 raft_consensus.cc:359] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER }
I20260608 12:41:37.053020 10840 raft_consensus.cc:385] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.053290 10840 raft_consensus.cc:740] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a63c8fab30b943e79f7a4c1294df77b3, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.053987 10840 consensus_queue.cc:260] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER }
I20260608 12:41:37.054457 10840 raft_consensus.cc:399] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:37.054706 10840 raft_consensus.cc:493] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:37.055006 10840 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.060379 10840 raft_consensus.cc:515] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER }
I20260608 12:41:37.060935 10840 leader_election.cc:304] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: a63c8fab30b943e79f7a4c1294df77b3; no voters: 
I20260608 12:41:37.062121 10840 leader_election.cc:290] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:37.062541 10843 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:37.064061 10843 raft_consensus.cc:697] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 1 LEADER]: Becoming Leader. State: Replica: a63c8fab30b943e79f7a4c1294df77b3, State: Running, Role: LEADER
I20260608 12:41:37.064726 10843 consensus_queue.cc:237] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER }
I20260608 12:41:37.065410 10840 sys_catalog.cc:565] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:37.068030 10844 sys_catalog.cc:455] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a63c8fab30b943e79f7a4c1294df77b3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER } }
I20260608 12:41:37.068078 10845 sys_catalog.cc:455] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a63c8fab30b943e79f7a4c1294df77b3. Latest consensus state: current_term: 1 leader_uuid: "a63c8fab30b943e79f7a4c1294df77b3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a63c8fab30b943e79f7a4c1294df77b3" member_type: VOTER } }
I20260608 12:41:37.069001 10845 sys_catalog.cc:458] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:37.075040 10844 sys_catalog.cc:458] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:37.081432 10849 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:37.089278 10849 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:37.090381   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:37.099666 10849 catalog_manager.cc:1382] Generated new cluster ID: 17b2b6cf694e4fe181451d72fc0afd7a
I20260608 12:41:37.100044 10849 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:37.143229 10849 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:37.144778 10849 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:37.161525 10849 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3: Generated new TSK 0
I20260608 12:41:37.162187 10849 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:37.222033   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:37.229122 10861 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:37.230178 10862 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.233435   431 server_base.cc:1061] running on GCE node
W20260608 12:41:37.233295 10864 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.234769   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:37.235037   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:37.235242   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922497235228 us; error 0 us; skew 500 ppm
I20260608 12:41:37.235841   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:37.238341   431 webserver.cc:533] Webserver started at http://127.0.107.193:33081/ using document root <none> and password file <none>
I20260608 12:41:37.238826   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:37.238983   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:37.239208   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:37.240478   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "98e00ccffae7405595f0547e4f17d5d2"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.245139   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:37.248665 10869 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.249518   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:37.249853   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "98e00ccffae7405595f0547e4f17d5d2"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.250183   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:37.262001   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:37.263238   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:37.264825   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:37.267264   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:37.267493   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.267777   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:37.267993   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:37.309029   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42749
I20260608 12:41:37.309181 10931 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42749 every 8 connection(s)
I20260608 12:41:37.314746   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:37.322327 10936 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:37.322896 10937 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:37.327270 10939 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.327533   431 server_base.cc:1061] running on GCE node
I20260608 12:41:37.328822   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:37.329049   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:37.329250   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922497329232 us; error 0 us; skew 500 ppm
I20260608 12:41:37.329826   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:37.329926 10932 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34507
I20260608 12:41:37.330382 10932 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:37.331403 10932 heartbeater.cc:507] Master 127.0.107.254:34507 requested a full tablet report, sending...
I20260608 12:41:37.332911   431 webserver.cc:533] Webserver started at http://127.0.107.194:36813/ using document root <none> and password file <none>
I20260608 12:41:37.333675   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:37.333906   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:37.334012 10805 ts_manager.cc:194] Registered new tserver with Master: 98e00ccffae7405595f0547e4f17d5d2 (127.0.107.193:42749)
I20260608 12:41:37.334233   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:37.335652   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "31b9d5b257484204bc2e1c71a6d357ed"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.336181 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34470
I20260608 12:41:37.341042   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:37.345193 10944 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.346182   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:37.346491   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "31b9d5b257484204bc2e1c71a6d357ed"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.346779   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:37.374778   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:37.376005   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:37.377511   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:37.379720   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:37.379966   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:37.380213   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:37.380383   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.421217   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32905
I20260608 12:41:37.421370 11006 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32905 every 8 connection(s)
I20260608 12:41:37.426507   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:37.434468 11010 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:37.436102 11011 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.437868   431 server_base.cc:1061] running on GCE node
W20260608 12:41:37.439301 11013 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.440176 11007 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34507
I20260608 12:41:37.440553 11007 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:37.441009   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:37.441273   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:37.441358 11007 heartbeater.cc:507] Master 127.0.107.254:34507 requested a full tablet report, sending...
I20260608 12:41:37.441473   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922497441436 us; error 0 us; skew 500 ppm
I20260608 12:41:37.442605   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:37.444073 10805 ts_manager.cc:194] Registered new tserver with Master: 31b9d5b257484204bc2e1c71a6d357ed (127.0.107.194:32905)
I20260608 12:41:37.445659   431 webserver.cc:533] Webserver started at http://127.0.107.195:40759/ using document root <none> and password file <none>
I20260608 12:41:37.446254 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34480
I20260608 12:41:37.446424   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:37.446730   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:37.447055   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:37.448546   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "5b462a40aa43423d811d226cea87f546"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.454035   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:37.457559 11018 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.458663   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:41:37.458999   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "5b462a40aa43423d811d226cea87f546"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.459301   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:37.474054   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:37.475499   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:37.477012   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:37.479286   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:37.479521   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.479785   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:37.480000   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:41:37.525007   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39981
I20260608 12:41:37.525136 11080 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39981 every 8 connection(s)
I20260608 12:41:37.530854   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:37.539933 11085 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:37.540081 11084 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.543615   431 server_base.cc:1061] running on GCE node
I20260608 12:41:37.544147 11081 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34507
W20260608 12:41:37.544484 11088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:37.544643 11081 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:37.545688   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:37.545706 11081 heartbeater.cc:507] Master 127.0.107.254:34507 requested a full tablet report, sending...
W20260608 12:41:37.545977   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:37.546289   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922497546273 us; error 0 us; skew 500 ppm
I20260608 12:41:37.547065   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:37.548673 10805 ts_manager.cc:194] Registered new tserver with Master: 5b462a40aa43423d811d226cea87f546 (127.0.107.195:39981)
I20260608 12:41:37.550246   431 webserver.cc:533] Webserver started at http://127.0.107.196:36851/ using document root <none> and password file <none>
I20260608 12:41:37.550709 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34488
I20260608 12:41:37.550930   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:37.551304   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:37.551656   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:37.552960   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "6f55639ce742460887a276434aebb9de"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.557492   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:37.561642 11092 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.562578   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:37.563005   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "6f55639ce742460887a276434aebb9de"
format_stamp: "Formatted at 2026-06-08 12:41:37 on dist-test-slave-mnll"
I20260608 12:41:37.563259   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:37.574409   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:37.575806   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:37.577186   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:37.579487   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:37.579746   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.580031   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:37.580224   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:37.624461   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:36863
I20260608 12:41:37.624588 11154 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:36863 every 8 connection(s)
I20260608 12:41:37.639595 11155 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34507
I20260608 12:41:37.640146 11155 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:37.640978 11155 heartbeater.cc:507] Master 127.0.107.254:34507 requested a full tablet report, sending...
I20260608 12:41:37.643090 10805 ts_manager.cc:194] Registered new tserver with Master: 6f55639ce742460887a276434aebb9de (127.0.107.196:36863)
I20260608 12:41:37.643303   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.01501431s
I20260608 12:41:37.644728 10805 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34502
I20260608 12:41:37.672304 10805 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34508:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:41:37.716890 11120 tablet_service.cc:1511] Processing CreateTablet for tablet 485946b2dcae442d9b152e519d426b92 (DEFAULT_TABLE table=test-workload [id=13fd24549a4a47b89fc7d87dbbe19816]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.718377 11120 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 485946b2dcae442d9b152e519d426b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.726159 10897 tablet_service.cc:1511] Processing CreateTablet for tablet 485946b2dcae442d9b152e519d426b92 (DEFAULT_TABLE table=test-workload [id=13fd24549a4a47b89fc7d87dbbe19816]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.727043 10972 tablet_service.cc:1511] Processing CreateTablet for tablet 485946b2dcae442d9b152e519d426b92 (DEFAULT_TABLE table=test-workload [id=13fd24549a4a47b89fc7d87dbbe19816]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:37.727959 10897 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 485946b2dcae442d9b152e519d426b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.728638 10972 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 485946b2dcae442d9b152e519d426b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:37.735164 11173 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: Bootstrap starting.
I20260608 12:41:37.742538 11173 tablet_bootstrap.cc:654] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.748515 11173 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: No bootstrap required, opened a new log
I20260608 12:41:37.750221 11175 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: Bootstrap starting.
I20260608 12:41:37.750854 11176 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Bootstrap starting.
I20260608 12:41:37.751384 11173 ts_tablet_manager.cc:1403] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260608 12:41:37.754175 11173 raft_consensus.cc:359] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.754757 11173 raft_consensus.cc:385] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.755016 11173 raft_consensus.cc:740] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f55639ce742460887a276434aebb9de, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.755749 11173 consensus_queue.cc:260] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.757944 11155 heartbeater.cc:499] Master 127.0.107.254:34507 was elected leader, sending a full tablet report...
I20260608 12:41:37.758258 11173 ts_tablet_manager.cc:1434] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:41:37.758834 11175 tablet_bootstrap.cc:654] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.760335 11176 tablet_bootstrap.cc:654] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:37.766979 11176 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: No bootstrap required, opened a new log
I20260608 12:41:37.767017 11175 tablet_bootstrap.cc:492] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: No bootstrap required, opened a new log
I20260608 12:41:37.767637 11176 ts_tablet_manager.cc:1403] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Time spent bootstrapping tablet: real 0.017s	user 0.005s	sys 0.007s
I20260608 12:41:37.767678 11175 ts_tablet_manager.cc:1403] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.000s
I20260608 12:41:37.770929 11176 raft_consensus.cc:359] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.771593 11176 raft_consensus.cc:385] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.771474 11175 raft_consensus.cc:359] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.772161 11176 raft_consensus.cc:740] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 98e00ccffae7405595f0547e4f17d5d2, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.772558 11175 raft_consensus.cc:385] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:37.773016 11175 raft_consensus.cc:740] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31b9d5b257484204bc2e1c71a6d357ed, State: Initialized, Role: FOLLOWER
I20260608 12:41:37.773471 11176 consensus_queue.cc:260] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.773936 11175 consensus_queue.cc:260] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.776432 10932 heartbeater.cc:499] Master 127.0.107.254:34507 was elected leader, sending a full tablet report...
I20260608 12:41:37.777091 11176 ts_tablet_manager.cc:1434] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.002s
I20260608 12:41:37.777509 11175 ts_tablet_manager.cc:1434] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260608 12:41:37.778597 11007 heartbeater.cc:499] Master 127.0.107.254:34507 was elected leader, sending a full tablet report...
I20260608 12:41:37.898051 11180 raft_consensus.cc:493] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:37.898613 11180 raft_consensus.cc:515] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.900862 11180 leader_election.cc:290] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6f55639ce742460887a276434aebb9de (127.0.107.196:36863), 31b9d5b257484204bc2e1c71a6d357ed (127.0.107.194:32905)
I20260608 12:41:37.912685 11130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "485946b2dcae442d9b152e519d426b92" candidate_uuid: "98e00ccffae7405595f0547e4f17d5d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f55639ce742460887a276434aebb9de" is_pre_election: true
I20260608 12:41:37.912874 10982 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "485946b2dcae442d9b152e519d426b92" candidate_uuid: "98e00ccffae7405595f0547e4f17d5d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31b9d5b257484204bc2e1c71a6d357ed" is_pre_election: true
I20260608 12:41:37.913558 11130 raft_consensus.cc:2468] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 98e00ccffae7405595f0547e4f17d5d2 in term 0.
I20260608 12:41:37.913621 10982 raft_consensus.cc:2468] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 98e00ccffae7405595f0547e4f17d5d2 in term 0.
I20260608 12:41:37.914956 10873 leader_election.cc:304] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f55639ce742460887a276434aebb9de, 98e00ccffae7405595f0547e4f17d5d2; no voters: 
I20260608 12:41:37.916029 11180 raft_consensus.cc:2804] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:37.916409 11180 raft_consensus.cc:493] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:37.916689 11180 raft_consensus.cc:3060] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.922391 11180 raft_consensus.cc:515] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.924212 11180 leader_election.cc:290] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [CANDIDATE]: Term 1 election: Requested vote from peers 6f55639ce742460887a276434aebb9de (127.0.107.196:36863), 31b9d5b257484204bc2e1c71a6d357ed (127.0.107.194:32905)
I20260608 12:41:37.925194 11130 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "485946b2dcae442d9b152e519d426b92" candidate_uuid: "98e00ccffae7405595f0547e4f17d5d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f55639ce742460887a276434aebb9de"
I20260608 12:41:37.925339 10982 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "485946b2dcae442d9b152e519d426b92" candidate_uuid: "98e00ccffae7405595f0547e4f17d5d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31b9d5b257484204bc2e1c71a6d357ed"
I20260608 12:41:37.925769 11130 raft_consensus.cc:3060] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.926036 10982 raft_consensus.cc:3060] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:37.931360 11130 raft_consensus.cc:2468] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 98e00ccffae7405595f0547e4f17d5d2 in term 1.
I20260608 12:41:37.931385 10982 raft_consensus.cc:2468] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 98e00ccffae7405595f0547e4f17d5d2 in term 1.
I20260608 12:41:37.932849 10872 leader_election.cc:304] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 31b9d5b257484204bc2e1c71a6d357ed, 98e00ccffae7405595f0547e4f17d5d2; no voters: 
I20260608 12:41:37.933775 11180 raft_consensus.cc:2804] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:37.934978 11180 raft_consensus.cc:697] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 LEADER]: Becoming Leader. State: Replica: 98e00ccffae7405595f0547e4f17d5d2, State: Running, Role: LEADER
I20260608 12:41:37.935808 11180 consensus_queue.cc:237] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } }
I20260608 12:41:37.943403 10805 catalog_manager.cc:5696] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 98e00ccffae7405595f0547e4f17d5d2 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "98e00ccffae7405595f0547e4f17d5d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6f55639ce742460887a276434aebb9de" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 36863 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "98e00ccffae7405595f0547e4f17d5d2" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42749 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31b9d5b257484204bc2e1c71a6d357ed" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32905 } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:37.992393   431 auto_rebalancer.cc:591] Failed to schedule move for tablet 485946b2dcae442d9b152e519d426b92: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:41:37.993801   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:38.014264   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:38.015187   431 tablet_replica.cc:333] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: stopping tablet replica
I20260608 12:41:38.016008   431 raft_consensus.cc:2243] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:38.016669   431 pending_rounds.cc:70] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Trying to abort 1 pending ops.
I20260608 12:41:38.016901   431 pending_rounds.cc:77] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658551552933888 op_type: NO_OP noop_request { }
I20260608 12:41:38.017191   431 raft_consensus.cc:2889] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:38.017480   431 raft_consensus.cc:2272] T 485946b2dcae442d9b152e519d426b92 P 98e00ccffae7405595f0547e4f17d5d2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:38.028976   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:38.038301   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:38.055792   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:38.057056   431 tablet_replica.cc:333] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed: stopping tablet replica
I20260608 12:41:38.057664   431 raft_consensus.cc:2243] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:38.058130   431 raft_consensus.cc:2272] T 485946b2dcae442d9b152e519d426b92 P 31b9d5b257484204bc2e1c71a6d357ed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:38.078181   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:38.089287   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:38.108529   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:38.124480   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:38.132908   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:38.151293   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:38.152311   431 tablet_replica.cc:333] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de: stopping tablet replica
I20260608 12:41:38.152973   431 raft_consensus.cc:2243] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:38.153424   431 raft_consensus.cc:2272] T 485946b2dcae442d9b152e519d426b92 P 6f55639ce742460887a276434aebb9de [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:38.172595   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:38.182699   431 master.cc:562] Master@127.0.107.254:34507 shutting down...
I20260608 12:41:38.199156   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:38.199748   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:38.200140   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a63c8fab30b943e79f7a4c1294df77b3: stopping tablet replica
I20260608 12:41:38.220388   431 master.cc:584] Master@127.0.107.254:34507 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1330 ms)
[----------] 22 tests from AutoRebalancerTest (233363 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:41:38.257143   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45781
I20260608 12:41:38.258255   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.263644 11188 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.264819 11189 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.265688 11191 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.266340   431 server_base.cc:1061] running on GCE node
I20260608 12:41:38.267251   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:38.267426   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:38.267628   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498267596 us; error 0 us; skew 500 ppm
I20260608 12:41:38.268337   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.270689   431 webserver.cc:533] Webserver started at http://127.0.107.254:36627/ using document root <none> and password file <none>
I20260608 12:41:38.271230   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.271421   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:38.271706   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:38.272882   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "fe0b55efcecb446e8b7aeecc4ddd9268"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.277601   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:38.281486 11196 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.282330   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:41:38.282636   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "fe0b55efcecb446e8b7aeecc4ddd9268"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.282936   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:38.304163   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.305238   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.342840   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45781
I20260608 12:41:38.342968 11247 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45781 every 8 connection(s)
I20260608 12:41:38.347033 11248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:38.357997 11248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: Bootstrap starting.
I20260608 12:41:38.362596 11248 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:38.366613 11248 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: No bootstrap required, opened a new log
I20260608 12:41:38.368703 11248 raft_consensus.cc:359] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER }
I20260608 12:41:38.369073 11248 raft_consensus.cc:385] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:38.369256 11248 raft_consensus.cc:740] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe0b55efcecb446e8b7aeecc4ddd9268, State: Initialized, Role: FOLLOWER
I20260608 12:41:38.369786 11248 consensus_queue.cc:260] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER }
I20260608 12:41:38.370195 11248 raft_consensus.cc:399] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:38.370464 11248 raft_consensus.cc:493] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:38.370697 11248 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:38.375303 11248 raft_consensus.cc:515] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER }
I20260608 12:41:38.375774 11248 leader_election.cc:304] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: fe0b55efcecb446e8b7aeecc4ddd9268; no voters: 
I20260608 12:41:38.376857 11248 leader_election.cc:290] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:38.377270 11251 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:38.378779 11251 raft_consensus.cc:697] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 1 LEADER]: Becoming Leader. State: Replica: fe0b55efcecb446e8b7aeecc4ddd9268, State: Running, Role: LEADER
I20260608 12:41:38.379521 11251 consensus_queue.cc:237] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER }
I20260608 12:41:38.380036 11248 sys_catalog.cc:565] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:38.382979 11253 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fe0b55efcecb446e8b7aeecc4ddd9268. Latest consensus state: current_term: 1 leader_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER } }
I20260608 12:41:38.382968 11252 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe0b55efcecb446e8b7aeecc4ddd9268" member_type: VOTER } }
I20260608 12:41:38.383833 11253 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:38.384296 11252 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:38.396595   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
W20260608 12:41:38.399376 11267 catalog_manager.cc:1593] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:41:38.399683 11267 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:41:38.400008 11257 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:38.404662 11257 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:38.413482 11257 catalog_manager.cc:1382] Generated new cluster ID: 74d44cba5e2b4a2baf672cf5bae27427
I20260608 12:41:38.413790 11257 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:38.445827 11257 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:38.447269 11257 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:38.467675 11257 catalog_manager.cc:6069] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: Generated new TSK 0
I20260608 12:41:38.468385 11257 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:38.527607   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.534174 11269 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.536082 11270 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.536955 11272 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.537302   431 server_base.cc:1061] running on GCE node
I20260608 12:41:38.538229   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:38.538434   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:38.538641   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498538626 us; error 0 us; skew 500 ppm
I20260608 12:41:38.539222   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.541718   431 webserver.cc:533] Webserver started at http://127.0.107.193:46195/ using document root <none> and password file <none>
I20260608 12:41:38.542201   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.542367   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:38.542583   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:38.543684   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.548532   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:41:38.551954 11277 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.552855   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:38.553124   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.553375   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:38.565460   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.566476   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.568018   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:38.570343   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:38.570528   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.570827   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:38.570995   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.613365   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40531
I20260608 12:41:38.613488 11339 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40531 every 8 connection(s)
I20260608 12:41:38.618777   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.626811 11344 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.628592 11345 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.629729   431 server_base.cc:1061] running on GCE node
W20260608 12:41:38.630589 11348 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.631691   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:38.632032   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:38.632225   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498632190 us; error 0 us; skew 500 ppm
I20260608 12:41:38.632920   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.634524 11340 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45781
I20260608 12:41:38.634938 11340 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:38.635875   431 webserver.cc:533] Webserver started at http://127.0.107.194:41393/ using document root <none> and password file <none>
I20260608 12:41:38.635900 11340 heartbeater.cc:507] Master 127.0.107.254:45781 requested a full tablet report, sending...
I20260608 12:41:38.636819   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.637112   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:38.637454   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:38.638557 11213 ts_manager.cc:194] Registered new tserver with Master: 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531)
I20260608 12:41:38.638660   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "332be98113984a7c8a526887e0994a81"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.640527 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48516
I20260608 12:41:38.644011   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:38.647567 11352 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.648367   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:38.648660   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "332be98113984a7c8a526887e0994a81"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.648934   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:38.682689   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.683813   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.685381   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:38.687665   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:38.687932   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.001s
I20260608 12:41:38.688191   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:38.688371   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.728377   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44493
I20260608 12:41:38.728513 11414 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44493 every 8 connection(s)
I20260608 12:41:38.733773   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:38.741436 11418 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:38.742024 11419 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.745757   431 server_base.cc:1061] running on GCE node
W20260608 12:41:38.746307 11422 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:38.746744 11415 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45781
I20260608 12:41:38.747097 11415 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:38.748001   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:38.748051 11415 heartbeater.cc:507] Master 127.0.107.254:45781 requested a full tablet report, sending...
W20260608 12:41:38.748394   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:38.748667   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922498748648 us; error 0 us; skew 500 ppm
I20260608 12:41:38.749562   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:38.750638 11213 ts_manager.cc:194] Registered new tserver with Master: 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:38.752413   431 webserver.cc:533] Webserver started at http://127.0.107.195:35111/ using document root <none> and password file <none>
I20260608 12:41:38.752422 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48530
I20260608 12:41:38.753357   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:38.753655   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:38.753959   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:38.755527   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "43683cd0496147d9a4d26173104a584d"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.760082   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260608 12:41:38.763422 11426 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.764351   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:38.764617   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "43683cd0496147d9a4d26173104a584d"
format_stamp: "Formatted at 2026-06-08 12:41:38 on dist-test-slave-mnll"
I20260608 12:41:38.764878   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:38.784721   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:38.785869   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:38.787104   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:38.789506   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:38.789745   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.790038   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:38.790238   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:38.830982   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46827
I20260608 12:41:38.831106 11488 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46827 every 8 connection(s)
I20260608 12:41:38.845875 11489 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45781
I20260608 12:41:38.846359 11489 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:38.847112 11489 heartbeater.cc:507] Master 127.0.107.254:45781 requested a full tablet report, sending...
I20260608 12:41:38.849319 11213 ts_manager.cc:194] Registered new tserver with Master: 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:38.849521   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014875306s
I20260608 12:41:38.851263 11213 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48536
I20260608 12:41:39.643508 11340 heartbeater.cc:499] Master 127.0.107.254:45781 was elected leader, sending a full tablet report...
I20260608 12:41:39.755761 11415 heartbeater.cc:499] Master 127.0.107.254:45781 was elected leader, sending a full tablet report...
I20260608 12:41:39.854422 11489 heartbeater.cc:499] Master 127.0.107.254:45781 was elected leader, sending a full tablet report...
I20260608 12:41:39.909144 11213 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48538:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:39.911649 11213 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:39.975919 11454 tablet_service.cc:1511] Processing CreateTablet for tablet 1e586546898d48569eeb37728cca8bd7 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:39.976245 11453 tablet_service.cc:1511] Processing CreateTablet for tablet 3e7d363c35304f9c8abcde6105b35c77 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:39.977600 11454 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e586546898d48569eeb37728cca8bd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:39.981807 11453 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e7d363c35304f9c8abcde6105b35c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:39.982468 11452 tablet_service.cc:1511] Processing CreateTablet for tablet 07f857dae5204f26a053aa2e5626bcab (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:39.984089 11452 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f857dae5204f26a053aa2e5626bcab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:39.986994 11380 tablet_service.cc:1511] Processing CreateTablet for tablet 1e586546898d48569eeb37728cca8bd7 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:39.988480 11380 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e586546898d48569eeb37728cca8bd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:39.988198 11451 tablet_service.cc:1511] Processing CreateTablet for tablet fcc6ba3ccd624178b8d9bb0f3641b96d (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:39.991096 11379 tablet_service.cc:1511] Processing CreateTablet for tablet 3e7d363c35304f9c8abcde6105b35c77 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:39.992319 11451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fcc6ba3ccd624178b8d9bb0f3641b96d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:39.993825 11378 tablet_service.cc:1511] Processing CreateTablet for tablet 07f857dae5204f26a053aa2e5626bcab (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:39.996177 11377 tablet_service.cc:1511] Processing CreateTablet for tablet fcc6ba3ccd624178b8d9bb0f3641b96d (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:40.000218 11377 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fcc6ba3ccd624178b8d9bb0f3641b96d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.001791 11379 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e7d363c35304f9c8abcde6105b35c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.003372 11378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f857dae5204f26a053aa2e5626bcab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.030381 11305 tablet_service.cc:1511] Processing CreateTablet for tablet 1e586546898d48569eeb37728cca8bd7 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:40.033190 11304 tablet_service.cc:1511] Processing CreateTablet for tablet 3e7d363c35304f9c8abcde6105b35c77 (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:40.035674 11303 tablet_service.cc:1511] Processing CreateTablet for tablet 07f857dae5204f26a053aa2e5626bcab (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:40.037846 11509 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.038546 11302 tablet_service.cc:1511] Processing CreateTablet for tablet fcc6ba3ccd624178b8d9bb0f3641b96d (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:40.040513 11301 tablet_service.cc:1511] Processing CreateTablet for tablet 8751c4764cdb42e1b0f7e451ee37a43e (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:40.041960 11510 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.042642 11305 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1e586546898d48569eeb37728cca8bd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.043454 11302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fcc6ba3ccd624178b8d9bb0f3641b96d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.044122 11304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e7d363c35304f9c8abcde6105b35c77. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.044926 11301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8751c4764cdb42e1b0f7e451ee37a43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.048224 11303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07f857dae5204f26a053aa2e5626bcab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.051436 11510 tablet_bootstrap.cc:654] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.069252 11509 tablet_bootstrap.cc:654] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.072085 11378 tablet_service.cc:1511] Processing CreateTablet for tablet 8751c4764cdb42e1b0f7e451ee37a43e (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:40.073587 11378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8751c4764cdb42e1b0f7e451ee37a43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.086575 11451 tablet_service.cc:1511] Processing CreateTablet for tablet 8751c4764cdb42e1b0f7e451ee37a43e (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:40.088083 11451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8751c4764cdb42e1b0f7e451ee37a43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.092900 11301 tablet_service.cc:1511] Processing CreateTablet for tablet f2e9da24eaae4cb4b087ec0b68c402ee (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:40.094478 11301 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e9da24eaae4cb4b087ec0b68c402ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.102257 11379 tablet_service.cc:1511] Processing CreateTablet for tablet f2e9da24eaae4cb4b087ec0b68c402ee (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:40.103761 11379 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e9da24eaae4cb4b087ec0b68c402ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.104293 11512 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.109666 11510 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.110250 11510 ts_tablet_manager.cc:1403] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.069s	user 0.021s	sys 0.007s
I20260608 12:41:40.103763 11452 tablet_service.cc:1511] Processing CreateTablet for tablet f2e9da24eaae4cb4b087ec0b68c402ee (DEFAULT_TABLE table=test-workload [id=435725d9bd074219985e2d9c605ec161]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:40.113306 11452 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2e9da24eaae4cb4b087ec0b68c402ee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:40.114486 11512 tablet_bootstrap.cc:654] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.117821 11510 raft_consensus.cc:359] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.119969 11510 raft_consensus.cc:385] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.121296 11510 raft_consensus.cc:740] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.124596 11509 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.125180 11509 ts_tablet_manager.cc:1403] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.088s	user 0.014s	sys 0.000s
I20260608 12:41:40.124632 11510 consensus_queue.cc:260] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.128420 11509 raft_consensus.cc:359] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.129170 11509 raft_consensus.cc:385] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.129467 11509 raft_consensus.cc:740] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.130440 11509 consensus_queue.cc:260] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.138414 11512 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.139508 11512 ts_tablet_manager.cc:1403] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.036s	user 0.013s	sys 0.012s
I20260608 12:41:40.140235 11509 ts_tablet_manager.cc:1434] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.008s
I20260608 12:41:40.141021 11510 ts_tablet_manager.cc:1434] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.030s	user 0.012s	sys 0.000s
I20260608 12:41:40.142185 11510 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.143013 11512 raft_consensus.cc:359] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.143880 11512 raft_consensus.cc:385] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.144201 11512 raft_consensus.cc:740] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.145190 11512 consensus_queue.cc:260] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.149787 11509 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.149971 11512 ts_tablet_manager.cc:1434] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260608 12:41:40.156737 11509 tablet_bootstrap.cc:654] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.157804 11510 tablet_bootstrap.cc:654] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.159088 11512 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.163686 11509 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.164361 11509 ts_tablet_manager.cc:1403] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 12:41:40.167881 11509 raft_consensus.cc:359] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.169045 11509 raft_consensus.cc:385] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.169548 11509 raft_consensus.cc:740] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.170826 11509 consensus_queue.cc:260] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.175045 11509 ts_tablet_manager.cc:1434] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260608 12:41:40.176185 11509 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.176424 11510 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.176502 11516 raft_consensus.cc:493] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.177258 11510 ts_tablet_manager.cc:1403] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.003s
I20260608 12:41:40.177271 11516 raft_consensus.cc:515] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.180387 11512 tablet_bootstrap.cc:654] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.181191 11510 raft_consensus.cc:359] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.182075 11510 raft_consensus.cc:385] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.182435 11510 raft_consensus.cc:740] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.183796 11509 tablet_bootstrap.cc:654] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.183399 11510 consensus_queue.cc:260] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.186777 11510 ts_tablet_manager.cc:1434] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260608 12:41:40.187966 11510 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.192623 11517 raft_consensus.cc:493] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.193512 11517 raft_consensus.cc:515] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.195755 11510 tablet_bootstrap.cc:654] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.201026 11516 leader_election.cc:290] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.209894 11512 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.210493 11512 ts_tablet_manager.cc:1403] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.052s	user 0.012s	sys 0.004s
I20260608 12:41:40.213857 11512 raft_consensus.cc:359] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.214702 11512 raft_consensus.cc:385] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.202299 11517 leader_election.cc:290] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.215059 11512 raft_consensus.cc:740] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.225713 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e7d363c35304f9c8abcde6105b35c77" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.218974 11512 consensus_queue.cc:260] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
W20260608 12:41:40.231247 11429 leader_election.cc:343] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:40.233125 11512 ts_tablet_manager.cc:1434] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.022s	user 0.006s	sys 0.003s
I20260608 12:41:40.236518 11510 tablet_bootstrap.cc:492] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.237133 11510 ts_tablet_manager.cc:1403] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.049s	user 0.013s	sys 0.019s
I20260608 12:41:40.239590 11512 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.240185 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d" is_pre_election: true
W20260608 12:41:40.242056 11279 leader_election.cc:343] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:40.243893 11509 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.244493 11509 ts_tablet_manager.cc:1403] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.069s	user 0.025s	sys 0.020s
I20260608 12:41:40.245570 11510 raft_consensus.cc:359] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.246371 11510 raft_consensus.cc:385] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.246663 11510 raft_consensus.cc:740] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.247901 11512 tablet_bootstrap.cc:654] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.248966 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.250175 11509 raft_consensus.cc:359] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.251222 11509 raft_consensus.cc:385] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.251528 11509 raft_consensus.cc:740] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
W20260608 12:41:40.252828 11278 leader_election.cc:343] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:40.252344 11510 consensus_queue.cc:260] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.253335 11278 leader_election.cc:304] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f; no voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d
I20260608 12:41:40.253708 11515 raft_consensus.cc:493] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.254221 11517 raft_consensus.cc:2749] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:40.254254 11515 raft_consensus.cc:515] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.257002 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e7d363c35304f9c8abcde6105b35c77" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.257583 11390 raft_consensus.cc:2468] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 0.
I20260608 12:41:40.257860 11512 tablet_bootstrap.cc:492] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.252436 11509 consensus_queue.cc:260] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.258466 11512 ts_tablet_manager.cc:1403] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.005s
I20260608 12:41:40.259027 11427 leader_election.cc:304] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d; no voters: 1a23fc8b10574e8fbf1ed01053b4269f
I20260608 12:41:40.261972 11512 raft_consensus.cc:359] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.262755 11512 raft_consensus.cc:385] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.263156 11512 raft_consensus.cc:740] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.264223 11512 consensus_queue.cc:260] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.265059 11515 leader_election.cc:290] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827), 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531)
I20260608 12:41:40.265667 11516 raft_consensus.cc:2804] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.266106 11516 raft_consensus.cc:493] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.266462 11516 raft_consensus.cc:3060] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.266863 11512 ts_tablet_manager.cc:1434] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.005s
I20260608 12:41:40.268004 11512 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.268501 11509 ts_tablet_manager.cc:1434] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.024s	user 0.001s	sys 0.007s
I20260608 12:41:40.274850 11512 tablet_bootstrap.cc:654] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.277595 11509 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.274701 11516 raft_consensus.cc:515] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.285753 11510 ts_tablet_manager.cc:1434] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.048s	user 0.006s	sys 0.003s
I20260608 12:41:40.285964 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e7d363c35304f9c8abcde6105b35c77" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
I20260608 12:41:40.287688 11315 raft_consensus.cc:3060] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.290164 11530 raft_consensus.cc:493] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.290714 11530 raft_consensus.cc:515] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.293231 11530 leader_election.cc:290] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.297940 11315 raft_consensus.cc:2468] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 1.
I20260608 12:41:40.299299 11509 tablet_bootstrap.cc:654] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.299393 11429 leader_election.cc:304] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.301584 11516 leader_election.cc:290] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Requested vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.302518 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.304396 11516 raft_consensus.cc:2804] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:41:40.305068 11429 leader_election.cc:343] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:40.289041 11510 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.305964 11516 raft_consensus.cc:697] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 1 LEADER]: Becoming Leader. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Running, Role: LEADER
I20260608 12:41:40.310161 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.312633 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e7d363c35304f9c8abcde6105b35c77" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81"
I20260608 12:41:40.313393 11390 raft_consensus.cc:3060] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:40.324496 11427 leader_election.cc:343] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:40.325277 11427 leader_election.cc:304] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 43683cd0496147d9a4d26173104a584d; no voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81
I20260608 12:41:40.327019 11530 raft_consensus.cc:2749] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:40.328518 11516 consensus_queue.cc:237] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.337989 11390 raft_consensus.cc:2468] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 1.
I20260608 12:41:40.339494 11512 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.340509 11512 ts_tablet_manager.cc:1403] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.073s	user 0.018s	sys 0.050s
I20260608 12:41:40.340952 11510 tablet_bootstrap.cc:654] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.345654 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e586546898d48569eeb37728cca8bd7" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d" is_pre_election: true
I20260608 12:41:40.346679 11464 raft_consensus.cc:2468] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 0.
I20260608 12:41:40.348047 11509 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.344713 11512 raft_consensus.cc:359] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.348402 11354 leader_election.cc:304] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.348651 11509 ts_tablet_manager.cc:1403] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.071s	user 0.019s	sys 0.027s
I20260608 12:41:40.348935 11512 raft_consensus.cc:385] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.349467 11515 raft_consensus.cc:2804] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.349920 11515 raft_consensus.cc:493] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.350291 11515 raft_consensus.cc:3060] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.349478 11512 raft_consensus.cc:740] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.352396 11509 raft_consensus.cc:359] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.353271 11509 raft_consensus.cc:385] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.353561 11509 raft_consensus.cc:740] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.354708 11509 consensus_queue.cc:260] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.357335 11509 ts_tablet_manager.cc:1434] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:40.356832 11211 catalog_manager.cc:5696] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d reported cstate change: term changed from 0 to 1, leader changed from <none> to 43683cd0496147d9a4d26173104a584d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "43683cd0496147d9a4d26173104a584d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:40.358517 11509 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.358533 11515 raft_consensus.cc:515] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.353492 11512 consensus_queue.cc:260] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.361797 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e586546898d48569eeb37728cca8bd7" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d"
I20260608 12:41:40.362051 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e586546898d48569eeb37728cca8bd7" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.362432 11464 raft_consensus.cc:3060] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.362882 11315 raft_consensus.cc:2468] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 0.
I20260608 12:41:40.366223 11509 tablet_bootstrap.cc:654] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.367097 11512 ts_tablet_manager.cc:1434] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.026s	user 0.005s	sys 0.005s
I20260608 12:41:40.368436 11512 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.376183 11512 tablet_bootstrap.cc:654] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.382372 11464 raft_consensus.cc:2468] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 1.
I20260608 12:41:40.384194 11354 leader_election.cc:304] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.386955 11537 raft_consensus.cc:2804] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.386554 11515 leader_election.cc:290] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 election: Requested vote from peers 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827), 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531)
I20260608 12:41:40.392374 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1e586546898d48569eeb37728cca8bd7" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
W20260608 12:41:40.393203 11261 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:40.393393 11315 raft_consensus.cc:3060] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.402746 11510 tablet_bootstrap.cc:492] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.404034 11510 ts_tablet_manager.cc:1403] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.115s	user 0.011s	sys 0.012s
I20260608 12:41:40.407712 11315 raft_consensus.cc:2468] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 1.
I20260608 12:41:40.408195 11510 raft_consensus.cc:359] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.409211 11510 raft_consensus.cc:385] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.409354 11537 raft_consensus.cc:697] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Becoming Leader. State: Replica: 332be98113984a7c8a526887e0994a81, State: Running, Role: LEADER
I20260608 12:41:40.409572 11510 raft_consensus.cc:740] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.410372 11537 consensus_queue.cc:237] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } }
I20260608 12:41:40.410418 11510 consensus_queue.cc:260] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.414484 11509 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.414921 11510 ts_tablet_manager.cc:1434] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:40.415050 11509 ts_tablet_manager.cc:1403] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.057s	user 0.008s	sys 0.028s
I20260608 12:41:40.415136 11512 tablet_bootstrap.cc:492] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.415833 11512 ts_tablet_manager.cc:1403] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.048s	user 0.019s	sys 0.017s
I20260608 12:41:40.416142 11510 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.418514 11509 raft_consensus.cc:359] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.419250 11509 raft_consensus.cc:385] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.419570 11509 raft_consensus.cc:740] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.420517 11509 consensus_queue.cc:260] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.421072 11512 raft_consensus.cc:359] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.421844 11512 raft_consensus.cc:385] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.422123 11512 raft_consensus.cc:740] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.423499 11509 ts_tablet_manager.cc:1434] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.005s
I20260608 12:41:40.425033 11509 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: Bootstrap starting.
I20260608 12:41:40.425100 11510 tablet_bootstrap.cc:654] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.423084 11512 consensus_queue.cc:260] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.430346 11512 ts_tablet_manager.cc:1434] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 12:41:40.431777 11512 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: Bootstrap starting.
I20260608 12:41:40.438536 11510 tablet_bootstrap.cc:492] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.439213 11510 ts_tablet_manager.cc:1403] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.023s	user 0.015s	sys 0.004s
I20260608 12:41:40.442199 11509 tablet_bootstrap.cc:654] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.442761 11510 raft_consensus.cc:359] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.443830 11510 raft_consensus.cc:385] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.442826 11213 catalog_manager.cc:5696] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 332be98113984a7c8a526887e0994a81 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "332be98113984a7c8a526887e0994a81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.444205 11510 raft_consensus.cc:740] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.445370 11510 consensus_queue.cc:260] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.447348 11512 tablet_bootstrap.cc:654] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.448348 11510 ts_tablet_manager.cc:1434] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.008s
I20260608 12:41:40.449573 11510 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: Bootstrap starting.
I20260608 12:41:40.454602 11537 raft_consensus.cc:493] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.455265 11537 raft_consensus.cc:515] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.458578 11516 raft_consensus.cc:493] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.458761 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.459570 11315 raft_consensus.cc:2468] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 0.
I20260608 12:41:40.459342 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d" is_pre_election: true
I20260608 12:41:40.459307 11516 raft_consensus.cc:515] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.459761 11537 leader_election.cc:290] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.461159 11355 leader_election.cc:304] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81; no voters: 
I20260608 12:41:40.462246 11537 raft_consensus.cc:2804] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.462597 11537 raft_consensus.cc:493] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.462916 11537 raft_consensus.cc:3060] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.463621 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.464062 11464 raft_consensus.cc:2468] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 0.
I20260608 12:41:40.464331 11315 raft_consensus.cc:2468] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 0.
I20260608 12:41:40.465939 11429 leader_election.cc:304] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.467024 11530 raft_consensus.cc:2804] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.467465 11530 raft_consensus.cc:493] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.467813 11530 raft_consensus.cc:3060] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.467960 11516 leader_election.cc:290] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.472633 11537 raft_consensus.cc:515] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.473009 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.473966 11390 raft_consensus.cc:2393] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 43683cd0496147d9a4d26173104a584d in current term 1: Already voted for candidate 332be98113984a7c8a526887e0994a81 in this term.
I20260608 12:41:40.476176 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d"
I20260608 12:41:40.476397 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "332be98113984a7c8a526887e0994a81" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
I20260608 12:41:40.477052 11315 raft_consensus.cc:3060] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.478823 11510 tablet_bootstrap.cc:654] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.479528 11512 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: No bootstrap required, opened a new log
I20260608 12:41:40.480563 11537 leader_election.cc:290] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 election: Requested vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.481148 11530 raft_consensus.cc:515] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.482420 11464 raft_consensus.cc:2393] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 332be98113984a7c8a526887e0994a81 in current term 1: Already voted for candidate 43683cd0496147d9a4d26173104a584d in this term.
I20260608 12:41:40.484668 11314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
I20260608 12:41:40.486156 11315 raft_consensus.cc:2468] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 332be98113984a7c8a526887e0994a81 in term 1.
I20260608 12:41:40.484565 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07f857dae5204f26a053aa2e5626bcab" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81"
I20260608 12:41:40.487164 11390 raft_consensus.cc:2393] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 43683cd0496147d9a4d26173104a584d in current term 1: Already voted for candidate 332be98113984a7c8a526887e0994a81 in this term.
I20260608 12:41:40.488181 11427 leader_election.cc:304] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 43683cd0496147d9a4d26173104a584d; no voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81
I20260608 12:41:40.489097 11516 raft_consensus.cc:2749] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:40.489615 11355 leader_election.cc:304] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81; no voters: 43683cd0496147d9a4d26173104a584d
I20260608 12:41:40.490600 11512 ts_tablet_manager.cc:1403] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent bootstrapping tablet: real 0.059s	user 0.011s	sys 0.008s
I20260608 12:41:40.491707 11537 raft_consensus.cc:2804] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.493052 11537 raft_consensus.cc:697] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Becoming Leader. State: Replica: 332be98113984a7c8a526887e0994a81, State: Running, Role: LEADER
I20260608 12:41:40.493683 11510 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: No bootstrap required, opened a new log
I20260608 12:41:40.493731 11509 tablet_bootstrap.cc:492] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: No bootstrap required, opened a new log
I20260608 12:41:40.494451 11510 ts_tablet_manager.cc:1403] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.005s
I20260608 12:41:40.494637 11509 ts_tablet_manager.cc:1403] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: Time spent bootstrapping tablet: real 0.070s	user 0.009s	sys 0.012s
I20260608 12:41:40.493949 11537 consensus_queue.cc:237] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.495031 11512 raft_consensus.cc:359] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.495962 11512 raft_consensus.cc:385] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.496331 11512 raft_consensus.cc:740] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.497257 11512 consensus_queue.cc:260] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.497747 11510 raft_consensus.cc:359] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.498724 11510 raft_consensus.cc:385] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.498447 11509 raft_consensus.cc:359] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.499203 11510 raft_consensus.cc:740] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332be98113984a7c8a526887e0994a81, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.499480 11509 raft_consensus.cc:385] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.499904 11509 raft_consensus.cc:740] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.500329 11510 consensus_queue.cc:260] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.500946 11509 consensus_queue.cc:260] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.504065 11509 ts_tablet_manager.cc:1434] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:41:40.489933 11530 leader_election.cc:290] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Requested vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.507000 11510 ts_tablet_manager.cc:1434] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.001s
I20260608 12:41:40.507905 11512 ts_tablet_manager.cc:1434] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 12:41:40.515517 11213 catalog_manager.cc:5696] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 reported cstate change: term changed from 0 to 1, leader changed from <none> to 332be98113984a7c8a526887e0994a81 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "332be98113984a7c8a526887e0994a81" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.536252 11530 raft_consensus.cc:493] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.536824 11530 raft_consensus.cc:515] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.538609 11530 leader_election.cc:290] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.539781 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.539780 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" is_pre_election: true
I20260608 12:41:40.540514 11390 raft_consensus.cc:2468] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 0.
I20260608 12:41:40.540584 11315 raft_consensus.cc:2468] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 0.
I20260608 12:41:40.541603 11427 leader_election.cc:304] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.542325 11530 raft_consensus.cc:2804] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.542706 11530 raft_consensus.cc:493] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.542990 11530 raft_consensus.cc:3060] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.547792 11530 raft_consensus.cc:515] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.549587 11530 leader_election.cc:290] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Requested vote from peers 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193:40531), 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493)
I20260608 12:41:40.550345 11315 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1a23fc8b10574e8fbf1ed01053b4269f"
I20260608 12:41:40.550666 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8751c4764cdb42e1b0f7e451ee37a43e" candidate_uuid: "43683cd0496147d9a4d26173104a584d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81"
I20260608 12:41:40.551023 11315 raft_consensus.cc:3060] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.551318 11390 raft_consensus.cc:3060] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.558228 11315 raft_consensus.cc:2468] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 1.
I20260608 12:41:40.558230 11390 raft_consensus.cc:2468] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 43683cd0496147d9a4d26173104a584d in term 1.
I20260608 12:41:40.559684 11427 leader_election.cc:304] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 332be98113984a7c8a526887e0994a81, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.560707 11530 raft_consensus.cc:2804] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.561337 11530 raft_consensus.cc:697] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 LEADER]: Becoming Leader. State: Replica: 43683cd0496147d9a4d26173104a584d, State: Running, Role: LEADER
I20260608 12:41:40.562095 11530 consensus_queue.cc:237] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.569875 11213 catalog_manager.cc:5696] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d reported cstate change: term changed from 0 to 1, leader changed from <none> to 43683cd0496147d9a4d26173104a584d (127.0.107.195). New cstate: current_term: 1 leader_uuid: "43683cd0496147d9a4d26173104a584d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:40.721923 11517 raft_consensus.cc:493] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.722514 11517 raft_consensus.cc:515] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.724277 11517 leader_election.cc:290] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.725277 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.725375 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d" is_pre_election: true
I20260608 12:41:40.726148 11390 raft_consensus.cc:2468] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 0.
I20260608 12:41:40.726169 11464 raft_consensus.cc:2468] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 0.
I20260608 12:41:40.727588 11278 leader_election.cc:304] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81; no voters: 
I20260608 12:41:40.728392 11517 raft_consensus.cc:2804] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.728734 11517 raft_consensus.cc:493] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.729020 11517 raft_consensus.cc:3060] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.735311 11517 raft_consensus.cc:515] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.737041 11517 leader_election.cc:290] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 election: Requested vote from peers 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.737897 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81"
I20260608 12:41:40.738081 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fcc6ba3ccd624178b8d9bb0f3641b96d" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d"
I20260608 12:41:40.738449 11390 raft_consensus.cc:3060] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.738662 11464 raft_consensus.cc:3060] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.744318 11390 raft_consensus.cc:2468] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 1.
I20260608 12:41:40.744372 11464 raft_consensus.cc:2468] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 1.
I20260608 12:41:40.745606 11278 leader_election.cc:304] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81; no voters: 
I20260608 12:41:40.746364 11517 raft_consensus.cc:2804] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.747294 11517 raft_consensus.cc:697] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 LEADER]: Becoming Leader. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Running, Role: LEADER
I20260608 12:41:40.748173 11517 consensus_queue.cc:237] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.755693 11213 catalog_manager.cc:5696] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.773032 11517 raft_consensus.cc:493] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:40.773597 11517 raft_consensus.cc:515] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.775637 11517 leader_election.cc:290] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.776471 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e9da24eaae4cb4b087ec0b68c402ee" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81" is_pre_election: true
I20260608 12:41:40.776794 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e9da24eaae4cb4b087ec0b68c402ee" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d" is_pre_election: true
I20260608 12:41:40.777087 11390 raft_consensus.cc:2468] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 0.
I20260608 12:41:40.777477 11464 raft_consensus.cc:2468] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 0.
I20260608 12:41:40.778199 11278 leader_election.cc:304] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 332be98113984a7c8a526887e0994a81; no voters: 
I20260608 12:41:40.779016 11517 raft_consensus.cc:2804] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:40.779361 11517 raft_consensus.cc:493] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:40.779651 11517 raft_consensus.cc:3060] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.784987 11517 raft_consensus.cc:515] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.786696 11517 leader_election.cc:290] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 election: Requested vote from peers 332be98113984a7c8a526887e0994a81 (127.0.107.194:44493), 43683cd0496147d9a4d26173104a584d (127.0.107.195:46827)
I20260608 12:41:40.787627 11390 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e9da24eaae4cb4b087ec0b68c402ee" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332be98113984a7c8a526887e0994a81"
I20260608 12:41:40.787840 11464 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2e9da24eaae4cb4b087ec0b68c402ee" candidate_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "43683cd0496147d9a4d26173104a584d"
I20260608 12:41:40.788275 11390 raft_consensus.cc:3060] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.788518 11464 raft_consensus.cc:3060] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.793628 11464 raft_consensus.cc:2468] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 1.
I20260608 12:41:40.793988 11390 raft_consensus.cc:2468] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1a23fc8b10574e8fbf1ed01053b4269f in term 1.
I20260608 12:41:40.794822 11279 leader_election.cc:304] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1a23fc8b10574e8fbf1ed01053b4269f, 43683cd0496147d9a4d26173104a584d; no voters: 
I20260608 12:41:40.795605 11517 raft_consensus.cc:2804] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.796149 11517 raft_consensus.cc:697] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 LEADER]: Becoming Leader. State: Replica: 1a23fc8b10574e8fbf1ed01053b4269f, State: Running, Role: LEADER
I20260608 12:41:40.796941 11517 consensus_queue.cc:237] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } }
I20260608 12:41:40.805019 11213 catalog_manager.cc:5696] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f reported cstate change: term changed from 0 to 1, leader changed from <none> to 1a23fc8b10574e8fbf1ed01053b4269f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:40.818918 11530 consensus_queue.cc:1048] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:40.833601 11551 consensus_queue.cc:1048] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:40.899580 11537 consensus_queue.cc:1048] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:40.919723 11537 consensus_queue.cc:1048] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:40.979022 11560 consensus_queue.cc:1048] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.004827 11537 consensus_queue.cc:1048] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:41.074028 11390 raft_consensus.cc:1275] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Refusing update from remote peer 43683cd0496147d9a4d26173104a584d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:41.076907 11551 consensus_queue.cc:1048] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.102500 11315 raft_consensus.cc:1275] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Refusing update from remote peer 43683cd0496147d9a4d26173104a584d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:41.106042 11551 consensus_queue.cc:1048] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:41.213126 11464 raft_consensus.cc:1275] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Refusing update from remote peer 1a23fc8b10574e8fbf1ed01053b4269f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:41:41.215711 11546 consensus_queue.cc:1048] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:41.200414 11517 consensus_queue.cc:1048] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260608 12:41:41.289537 11517 consensus_queue.cc:1048] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:41.315800 11585 consensus_queue.cc:1048] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.012s
W20260608 12:41:41.581250 11427 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:44493, user_credentials={real_user=slave}} blocked reactor thread for 65930us
W20260608 12:41:41.579990 11429 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:40531, user_credentials={real_user=slave}} blocked reactor thread for 60780.9us
I20260608 12:41:41.601944 11552 mvcc.cc:204] Tried to move back new op lower bound from 7294658565097480192 to 7294658563072126976. Current Snapshot: MvccSnapshot[applied={T|T < 7294658565097480192}]
W20260608 12:41:41.860347 11558 meta_cache.cc:1261] Time spent looking up entry by key: real 0.133s	user 0.009s	sys 0.000s
W20260608 12:41:41.955193 11278 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:44493, user_credentials={real_user=slave}} blocked reactor thread for 54453us
I20260608 12:41:42.688187   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:42.698843 11619 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:42.699827 11620 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:42.703341   431 server_base.cc:1061] running on GCE node
W20260608 12:41:42.703565 11622 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:42.704717   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:42.704972   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:42.705175   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922502705159 us; error 0 us; skew 500 ppm
I20260608 12:41:42.705776   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:42.708453   431 webserver.cc:533] Webserver started at http://127.0.107.196:38359/ using document root <none> and password file <none>
I20260608 12:41:42.709009   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:42.709236   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:42.709517   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:42.710652   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "498695ef71ca49f7887c10414e420cd6"
format_stamp: "Formatted at 2026-06-08 12:41:42 on dist-test-slave-mnll"
I20260608 12:41:42.715797   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:41:42.720798 11627 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:42.721661   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 12:41:42.721957   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "498695ef71ca49f7887c10414e420cd6"
format_stamp: "Formatted at 2026-06-08 12:41:42 on dist-test-slave-mnll"
I20260608 12:41:42.722349   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:42.740041   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:42.741303   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:42.742974   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:42.745361   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:42.745546   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:42.745847   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:42.746004   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:42.789366   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46817
I20260608 12:41:42.789481 11689 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46817 every 8 connection(s)
I20260608 12:41:42.804183 11690 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45781
I20260608 12:41:42.804594 11690 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:42.805362 11690 heartbeater.cc:507] Master 127.0.107.254:45781 requested a full tablet report, sending...
I20260608 12:41:42.807385 11211 ts_manager.cc:194] Registered new tserver with Master: 498695ef71ca49f7887c10414e420cd6 (127.0.107.196:46817)
I20260608 12:41:42.808928 11211 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48544
I20260608 12:41:43.568222 11315 consensus_queue.cc:237] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } }
I20260608 12:41:43.575376 11464 raft_consensus.cc:1275] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Refusing update from remote peer 1a23fc8b10574e8fbf1ed01053b4269f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.577513 11696 consensus_queue.cc:1048] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.577734 11389 raft_consensus.cc:1275] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Refusing update from remote peer 1a23fc8b10574e8fbf1ed01053b4269f: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.579550 11617 consensus_queue.cc:1048] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.586200 11696 raft_consensus.cc:2955] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.588864 11464 raft_consensus.cc:2955] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
W20260608 12:41:43.590157 11278 consensus_peers.cc:597] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f -> Peer 498695ef71ca49f7887c10414e420cd6 (127.0.107.196:46817): Couldn't send request to peer 498695ef71ca49f7887c10414e420cd6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fcc6ba3ccd624178b8d9bb0f3641b96d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:43.592470 11389 raft_consensus.cc:2955] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.607389 11211 catalog_manager.cc:5696] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f reported cstate change: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:43.617722 11389 consensus_queue.cc:237] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } }
I20260608 12:41:43.629537 11315 raft_consensus.cc:1275] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Refusing update from remote peer 332be98113984a7c8a526887e0994a81: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.630088 11464 raft_consensus.cc:1275] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Refusing update from remote peer 332be98113984a7c8a526887e0994a81: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.631376 11706 consensus_queue.cc:1048] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.633592 11706 consensus_queue.cc:1048] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 12:41:43.650640 11353 consensus_peers.cc:597] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 -> Peer 498695ef71ca49f7887c10414e420cd6 (127.0.107.196:46817): Couldn't send request to peer 498695ef71ca49f7887c10414e420cd6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1e586546898d48569eeb37728cca8bd7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:43.649729 11537 raft_consensus.cc:2955] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.651609 11464 raft_consensus.cc:2955] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.654085 11315 raft_consensus.cc:2955] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.664645 11212 catalog_manager.cc:5696] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d reported cstate change: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "332be98113984a7c8a526887e0994a81" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.698103 11464 consensus_queue.cc:237] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } }
I20260608 12:41:43.707980 11315 raft_consensus.cc:1275] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Refusing update from remote peer 43683cd0496147d9a4d26173104a584d: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.708431 11389 raft_consensus.cc:1275] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Refusing update from remote peer 43683cd0496147d9a4d26173104a584d: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.709553 11516 consensus_queue.cc:1048] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.710641 11713 consensus_queue.cc:1048] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [LEADER]: Connected to new peer: Peer: permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
W20260608 12:41:43.717844 11427 consensus_peers.cc:597] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d -> Peer 498695ef71ca49f7887c10414e420cd6 (127.0.107.196:46817): Couldn't send request to peer 498695ef71ca49f7887c10414e420cd6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8751c4764cdb42e1b0f7e451ee37a43e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:43.721467 11717 raft_consensus.cc:2955] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.722247 11315 raft_consensus.cc:2955] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.723042 11389 raft_consensus.cc:2955] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.733194 11211 catalog_manager.cc:5696] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f reported cstate change: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "43683cd0496147d9a4d26173104a584d" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } attrs { replace: true } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.747126 11389 consensus_queue.cc:237] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } }
I20260608 12:41:43.759719 11464 raft_consensus.cc:1275] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Refusing update from remote peer 332be98113984a7c8a526887e0994a81: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:41:43.759824 11315 raft_consensus.cc:1275] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Refusing update from remote peer 332be98113984a7c8a526887e0994a81: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
W20260608 12:41:43.759955 11353 consensus_peers.cc:597] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 -> Peer 498695ef71ca49f7887c10414e420cd6 (127.0.107.196:46817): Couldn't send request to peer 498695ef71ca49f7887c10414e420cd6. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 07f857dae5204f26a053aa2e5626bcab. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:43.761606 11707 consensus_queue.cc:1048] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.762462 11537 consensus_queue.cc:1048] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 12:41:43.771449 11707 raft_consensus.cc:2955] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.773615 11464 raft_consensus.cc:2955] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.775347 11315 raft_consensus.cc:2955] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.789728 11212 catalog_manager.cc:5696] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f reported cstate change: config changed from index -1 to 17, NON_VOTER 498695ef71ca49f7887c10414e420cd6 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "332be98113984a7c8a526887e0994a81" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "1a23fc8b10574e8fbf1ed01053b4269f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 40531 } attrs { replace: true } } peers { permanent_uuid: "332be98113984a7c8a526887e0994a81" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44493 } } peers { permanent_uuid: "43683cd0496147d9a4d26173104a584d" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46827 } } peers { permanent_uuid: "498695ef71ca49f7887c10414e420cd6" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46817 } attrs { promote: true } } }
I20260608 12:41:43.811329 11690 heartbeater.cc:499] Master 127.0.107.254:45781 was elected leader, sending a full tablet report...
I20260608 12:41:43.822782   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:43.860860   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:43.861615   431 tablet_replica.cc:333] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.862435   431 raft_consensus.cc:2243] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:43.863267   431 raft_consensus.cc:2272] T f2e9da24eaae4cb4b087ec0b68c402ee P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.865667   431 tablet_replica.cc:333] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.866257   431 raft_consensus.cc:2243] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.866813   431 raft_consensus.cc:2272] T 07f857dae5204f26a053aa2e5626bcab P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.869488   431 tablet_replica.cc:333] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.870060   431 raft_consensus.cc:2243] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:43.871039   431 raft_consensus.cc:2272] T fcc6ba3ccd624178b8d9bb0f3641b96d P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.873435   431 tablet_replica.cc:333] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.874004   431 raft_consensus.cc:2243] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.874565   431 raft_consensus.cc:2272] T 1e586546898d48569eeb37728cca8bd7 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.877590   431 tablet_replica.cc:333] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.878154   431 raft_consensus.cc:2243] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.878682   431 raft_consensus.cc:2272] T 3e7d363c35304f9c8abcde6105b35c77 P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.880827   431 tablet_replica.cc:333] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f: stopping tablet replica
I20260608 12:41:43.881433   431 raft_consensus.cc:2243] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.882053   431 raft_consensus.cc:2272] T 8751c4764cdb42e1b0f7e451ee37a43e P 1a23fc8b10574e8fbf1ed01053b4269f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.900986   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:43.923455   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:43.955004   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:43.955690   431 tablet_replica.cc:333] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.956350   431 raft_consensus.cc:2243] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.956920   431 raft_consensus.cc:2272] T f2e9da24eaae4cb4b087ec0b68c402ee P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.959088   431 tablet_replica.cc:333] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.959787   431 raft_consensus.cc:2243] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:43.960839   431 raft_consensus.cc:2272] T 1e586546898d48569eeb37728cca8bd7 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.963444   431 tablet_replica.cc:333] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.964114   431 raft_consensus.cc:2243] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.964608   431 raft_consensus.cc:2272] T 8751c4764cdb42e1b0f7e451ee37a43e P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.967835   431 tablet_replica.cc:333] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.968484   431 raft_consensus.cc:2243] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.969031   431 raft_consensus.cc:2272] T 3e7d363c35304f9c8abcde6105b35c77 P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.971125   431 tablet_replica.cc:333] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.971673   431 raft_consensus.cc:2243] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:43.972172   431 raft_consensus.cc:2272] T fcc6ba3ccd624178b8d9bb0f3641b96d P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.974856   431 tablet_replica.cc:333] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81: stopping tablet replica
I20260608 12:41:43.975382   431 raft_consensus.cc:2243] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:43.976444   431 raft_consensus.cc:2272] T 07f857dae5204f26a053aa2e5626bcab P 332be98113984a7c8a526887e0994a81 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:43.994413   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:44.010134   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:44.038995   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:44.039794   431 tablet_replica.cc:333] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.040848   431 raft_consensus.cc:2243] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.041448   431 raft_consensus.cc:2272] T f2e9da24eaae4cb4b087ec0b68c402ee P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.043804   431 tablet_replica.cc:333] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.044481   431 raft_consensus.cc:2243] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.045151   431 raft_consensus.cc:2272] T 07f857dae5204f26a053aa2e5626bcab P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.047959   431 tablet_replica.cc:333] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.048578   431 raft_consensus.cc:2243] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.049163   431 raft_consensus.cc:2272] T fcc6ba3ccd624178b8d9bb0f3641b96d P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.052662   431 tablet_replica.cc:333] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.053423   431 raft_consensus.cc:2243] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:44.054042   431 raft_consensus.cc:2272] T 1e586546898d48569eeb37728cca8bd7 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.056663   431 tablet_replica.cc:333] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.057227   431 raft_consensus.cc:2243] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.058218   431 raft_consensus.cc:2272] T 8751c4764cdb42e1b0f7e451ee37a43e P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.060921   431 tablet_replica.cc:333] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d: stopping tablet replica
I20260608 12:41:44.061430   431 raft_consensus.cc:2243] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.062189   431 raft_consensus.cc:2272] T 3e7d363c35304f9c8abcde6105b35c77 P 43683cd0496147d9a4d26173104a584d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.082957   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:44.098917   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:44.121114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:44.138063   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:44.147148   431 master.cc:562] Master@127.0.107.254:45781 shutting down...
W20260608 12:41:44.174036 11261 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:44.174310 11261 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:44.174510 11261 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:44.175685   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:44.176297   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:44.176635   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P fe0b55efcecb446e8b7aeecc4ddd9268: stopping tablet replica
I20260608 12:41:44.189385   431 master.cc:584] Master@127.0.107.254:45781 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (5970 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:41:44.227797   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42423
I20260608 12:41:44.229069   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.234555 11721 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.236223 11722 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.236826 11724 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:44.237687   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.238639   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.238830   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:44.239012   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504238998 us; error 0 us; skew 500 ppm
I20260608 12:41:44.239627   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.241986   431 webserver.cc:533] Webserver started at http://127.0.107.254:40337/ using document root <none> and password file <none>
I20260608 12:41:44.242522   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.242707   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.242997   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.244606   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/master-0-root/instance:
uuid: "87cde6e777ba4eb5a2ad2796f58eacd1"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.249070   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:44.252846 11729 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.253822   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:44.254070   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/master-0-root
uuid: "87cde6e777ba4eb5a2ad2796f58eacd1"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.254305   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:44.274130   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.275162   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.314790   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42423
I20260608 12:41:44.314999 11780 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42423 every 8 connection(s)
I20260608 12:41:44.319089 11781 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:44.329345 11781 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1: Bootstrap starting.
I20260608 12:41:44.333817 11781 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:44.337742 11781 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1: No bootstrap required, opened a new log
I20260608 12:41:44.339774 11781 raft_consensus.cc:359] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER }
I20260608 12:41:44.340179 11781 raft_consensus.cc:385] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:44.340363 11781 raft_consensus.cc:740] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 87cde6e777ba4eb5a2ad2796f58eacd1, State: Initialized, Role: FOLLOWER
I20260608 12:41:44.340895 11781 consensus_queue.cc:260] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER }
I20260608 12:41:44.341312 11781 raft_consensus.cc:399] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:44.341506 11781 raft_consensus.cc:493] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:44.341715 11781 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:44.346230 11781 raft_consensus.cc:515] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER }
I20260608 12:41:44.346695 11781 leader_election.cc:304] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 87cde6e777ba4eb5a2ad2796f58eacd1; no voters: 
I20260608 12:41:44.348184 11781 leader_election.cc:290] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:44.348836 11784 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:44.352563 11784 raft_consensus.cc:697] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 1 LEADER]: Becoming Leader. State: Replica: 87cde6e777ba4eb5a2ad2796f58eacd1, State: Running, Role: LEADER
I20260608 12:41:44.353341 11784 consensus_queue.cc:237] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER }
I20260608 12:41:44.354238 11781 sys_catalog.cc:565] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:44.357991 11785 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER } }
I20260608 12:41:44.358596 11785 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:44.358332 11786 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 87cde6e777ba4eb5a2ad2796f58eacd1. Latest consensus state: current_term: 1 leader_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87cde6e777ba4eb5a2ad2796f58eacd1" member_type: VOTER } }
I20260608 12:41:44.359105 11786 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:44.366130 11790 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:44.371043 11790 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:44.375658   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:44.380416 11790 catalog_manager.cc:1382] Generated new cluster ID: b2bc46f56072452bb8e94ac6552a958a
I20260608 12:41:44.380724 11790 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:44.397802 11790 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:44.399087 11790 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:44.415377 11790 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1: Generated new TSK 0
I20260608 12:41:44.416059 11790 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:44.442047   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.448572 11802 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.449788 11803 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:44.451822   431 server_base.cc:1061] running on GCE node
W20260608 12:41:44.451982 11805 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:44.452908   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.453096   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:44.453322   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504453297 us; error 0 us; skew 500 ppm
I20260608 12:41:44.453976   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.456724   431 webserver.cc:533] Webserver started at http://127.0.107.193:41781/ using document root <none> and password file <none>
I20260608 12:41:44.457242   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.457433   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.457723   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.458810   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-0-root/instance:
uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.463438   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:41:44.466941 11810 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.467988   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:44.468307   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-0-root
uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.468644   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:44.505262   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.506342   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.507778   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.510000   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.510231   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.510475   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.510655   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.549589   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33669
I20260608 12:41:44.549712 11872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33669 every 8 connection(s)
I20260608 12:41:44.554826   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.561964 11877 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.563900 11878 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.565905 11880 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:44.566323   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.568187 11873 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42423
I20260608 12:41:44.568415   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:44.568583 11873 heartbeater.cc:461] Registering TS with master...
W20260608 12:41:44.568707   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:44.569095   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504569081 us; error 0 us; skew 500 ppm
I20260608 12:41:44.569691 11873 heartbeater.cc:507] Master 127.0.107.254:42423 requested a full tablet report, sending...
I20260608 12:41:44.569886   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.572234 11746 ts_manager.cc:194] Registered new tserver with Master: 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669)
I20260608 12:41:44.572901   431 webserver.cc:533] Webserver started at http://127.0.107.194:42447/ using document root <none> and password file <none>
I20260608 12:41:44.573496   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.573710   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.573977   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.574297 11746 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57236
I20260608 12:41:44.575098   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-1-root/instance:
uuid: "0f2d905c041f416ea2fa5a3cf57bd9af"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.580013   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:41:44.583420 11885 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.584254   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:44.584597   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-1-root
uuid: "0f2d905c041f416ea2fa5a3cf57bd9af"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.584846   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:44.600209   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.601265   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.602748   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.605144   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.605386   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.605634   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.605818   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.643301   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40901
I20260608 12:41:44.643435 11947 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40901 every 8 connection(s)
I20260608 12:41:44.648653   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:44.655499 11951 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.656229 11952 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:44.659792 11954 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:44.660300 11948 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42423
I20260608 12:41:44.660780 11948 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:44.660841   431 server_base.cc:1061] running on GCE node
I20260608 12:41:44.661772 11948 heartbeater.cc:507] Master 127.0.107.254:42423 requested a full tablet report, sending...
I20260608 12:41:44.661888   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:44.662230   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:44.662424   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922504662408 us; error 0 us; skew 500 ppm
I20260608 12:41:44.663174   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:44.664162 11746 ts_manager.cc:194] Registered new tserver with Master: 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:44.665846 11746 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57248
I20260608 12:41:44.666136   431 webserver.cc:533] Webserver started at http://127.0.107.195:36355/ using document root <none> and password file <none>
I20260608 12:41:44.666960   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:44.667261   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:44.667567   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:44.668794   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-2-root/instance:
uuid: "513d95318c5d4a48ab38b666623c31e3"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.673862   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:44.677580 11959 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.678536   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:41:44.678803   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-2-root
uuid: "513d95318c5d4a48ab38b666623c31e3"
format_stamp: "Formatted at 2026-06-08 12:41:44 on dist-test-slave-mnll"
I20260608 12:41:44.679033   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:44.727419   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:44.728488   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:44.729878   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:44.732180   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:44.732388   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.732646   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:44.732803   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:44.772255   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36659
I20260608 12:41:44.772437 12021 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36659 every 8 connection(s)
I20260608 12:41:44.787772 12022 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42423
I20260608 12:41:44.788470 12022 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:44.789232 12022 heartbeater.cc:507] Master 127.0.107.254:42423 requested a full tablet report, sending...
I20260608 12:41:44.791543 11746 ts_manager.cc:194] Registered new tserver with Master: 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:44.792063   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016298171s
I20260608 12:41:44.793635 11746 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57258
I20260608 12:41:45.577029 11873 heartbeater.cc:499] Master 127.0.107.254:42423 was elected leader, sending a full tablet report...
I20260608 12:41:45.668725 11948 heartbeater.cc:499] Master 127.0.107.254:42423 was elected leader, sending a full tablet report...
I20260608 12:41:45.796859 12022 heartbeater.cc:499] Master 127.0.107.254:42423 was elected leader, sending a full tablet report...
I20260608 12:41:45.851078 11746 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57274:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:41:45.853695 11746 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:41:45.931187 11838 tablet_service.cc:1511] Processing CreateTablet for tablet 8364351d8780407b8630fd446e30194a (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:45.931607 11837 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9e07e1c9c04e538881d10174a0a345 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:45.932811 11838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8364351d8780407b8630fd446e30194a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.934038 11836 tablet_service.cc:1511] Processing CreateTablet for tablet 700fe92c38064578b2e90b26cbaafdf2 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:45.935468 11836 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 700fe92c38064578b2e90b26cbaafdf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.940245 11837 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9e07e1c9c04e538881d10174a0a345. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.945566 11835 tablet_service.cc:1511] Processing CreateTablet for tablet 43257366e74f4fa895a1a8e015ef605f (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:45.947180 11835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43257366e74f4fa895a1a8e015ef605f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.949230 11834 tablet_service.cc:1511] Processing CreateTablet for tablet 707538fec55f4646969d693ebc11ff12 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:45.950793 11834 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 707538fec55f4646969d693ebc11ff12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.953740 11833 tablet_service.cc:1511] Processing CreateTablet for tablet c289f0c4cdcb49268e23f9048bed0673 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:45.957587 11912 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9e07e1c9c04e538881d10174a0a345 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:45.957747 11911 tablet_service.cc:1511] Processing CreateTablet for tablet 700fe92c38064578b2e90b26cbaafdf2 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:45.959306 11912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9e07e1c9c04e538881d10174a0a345. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.960562 11833 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c289f0c4cdcb49268e23f9048bed0673. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.961077 11910 tablet_service.cc:1511] Processing CreateTablet for tablet 43257366e74f4fa895a1a8e015ef605f (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:45.963308 11910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43257366e74f4fa895a1a8e015ef605f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.964907 11913 tablet_service.cc:1511] Processing CreateTablet for tablet 8364351d8780407b8630fd446e30194a (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:45.966394 11913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8364351d8780407b8630fd446e30194a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.968240 11911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 700fe92c38064578b2e90b26cbaafdf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.969336 11909 tablet_service.cc:1511] Processing CreateTablet for tablet 707538fec55f4646969d693ebc11ff12 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:45.970949 11909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 707538fec55f4646969d693ebc11ff12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:45.983174 11908 tablet_service.cc:1511] Processing CreateTablet for tablet c289f0c4cdcb49268e23f9048bed0673 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:45.984844 11908 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c289f0c4cdcb49268e23f9048bed0673. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.002928 11987 tablet_service.cc:1511] Processing CreateTablet for tablet 8364351d8780407b8630fd446e30194a (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:41:46.004647 11987 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8364351d8780407b8630fd446e30194a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.015693 12043 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.018857 11986 tablet_service.cc:1511] Processing CreateTablet for tablet 3e9e07e1c9c04e538881d10174a0a345 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:41:46.019081 11983 tablet_service.cc:1511] Processing CreateTablet for tablet 707538fec55f4646969d693ebc11ff12 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:41:46.020771 11985 tablet_service.cc:1511] Processing CreateTablet for tablet 700fe92c38064578b2e90b26cbaafdf2 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:41:46.026088 11985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 700fe92c38064578b2e90b26cbaafdf2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.022418 11982 tablet_service.cc:1511] Processing CreateTablet for tablet c289f0c4cdcb49268e23f9048bed0673 (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:41:46.022656 11984 tablet_service.cc:1511] Processing CreateTablet for tablet 43257366e74f4fa895a1a8e015ef605f (DEFAULT_TABLE table=test-workload [id=622436fca59941d0b74fd7a0ca0db25a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:41:46.033512 11986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3e9e07e1c9c04e538881d10174a0a345. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.034348 11982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c289f0c4cdcb49268e23f9048bed0673. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.034976 11983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 707538fec55f4646969d693ebc11ff12. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.037403 11984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43257366e74f4fa895a1a8e015ef605f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:46.052928 12042 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.062572 12043 tablet_bootstrap.cc:654] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.065001 12042 tablet_bootstrap.cc:654] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.065193 12044 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.070931 12044 tablet_bootstrap.cc:654] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.071074 12042 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.078102 12043 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.080251 12043 ts_tablet_manager.cc:1403] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.065s	user 0.009s	sys 0.005s
I20260608 12:41:46.079660 12042 ts_tablet_manager.cc:1403] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.047s	user 0.009s	sys 0.003s
I20260608 12:41:46.078951 12044 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.082178 12044 ts_tablet_manager.cc:1403] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.000s
I20260608 12:41:46.083703 12043 raft_consensus.cc:359] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.084585 12043 raft_consensus.cc:385] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.084764 12044 raft_consensus.cc:359] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.084959 12043 raft_consensus.cc:740] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.085386 12044 raft_consensus.cc:385] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.085719 12044 raft_consensus.cc:740] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.085911 12043 consensus_queue.cc:260] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.089058 12043 ts_tablet_manager.cc:1434] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.006s
I20260608 12:41:46.089010 12044 consensus_queue.cc:260] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.089432 12042 raft_consensus.cc:359] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.091665 12042 raft_consensus.cc:385] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.092010 12042 raft_consensus.cc:740] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.092072 12043 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.092857 12042 consensus_queue.cc:260] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.101878 12043 tablet_bootstrap.cc:654] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.107805 12044 ts_tablet_manager.cc:1434] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.025s	user 0.008s	sys 0.012s
I20260608 12:41:46.109656 12044 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.111994 12043 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.112547 12043 ts_tablet_manager.cc:1403] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.004s
I20260608 12:41:46.115619 12043 raft_consensus.cc:359] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.116420 12043 raft_consensus.cc:385] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.116681 12044 tablet_bootstrap.cc:654] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.116712 12043 raft_consensus.cc:740] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.117952 12043 consensus_queue.cc:260] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.125043 12049 raft_consensus.cc:493] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.125417 12043 ts_tablet_manager.cc:1434] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.003s
I20260608 12:41:46.125824 12044 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.125679 12049 raft_consensus.cc:515] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.126526 12044 ts_tablet_manager.cc:1403] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.002s
I20260608 12:41:46.126611 12043 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.128258 12042 ts_tablet_manager.cc:1434] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.042s	user 0.011s	sys 0.011s
I20260608 12:41:46.131234 12044 raft_consensus.cc:359] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.134909 12044 raft_consensus.cc:385] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.135242 12044 raft_consensus.cc:740] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.136132 12044 consensus_queue.cc:260] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.137171 12043 tablet_bootstrap.cc:654] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.134513 12042 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.140547 12049 leader_election.cc:290] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.146652 12042 tablet_bootstrap.cc:654] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.152767 12044 ts_tablet_manager.cc:1434] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.026s	user 0.009s	sys 0.000s
I20260608 12:41:46.154357 12044 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.161629 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8364351d8780407b8630fd446e30194a" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" is_pre_election: true
W20260608 12:41:46.163343 11961 leader_election.cc:343] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:46.166404 12044 tablet_bootstrap.cc:654] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.166930 12043 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.167565 12043 ts_tablet_manager.cc:1403] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.025s
I20260608 12:41:46.168278 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8364351d8780407b8630fd446e30194a" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.169018 11848 raft_consensus.cc:2468] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 0.
I20260608 12:41:46.171471 11960 leader_election.cc:304] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 513d95318c5d4a48ab38b666623c31e3, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 0f2d905c041f416ea2fa5a3cf57bd9af
I20260608 12:41:46.171542 12043 raft_consensus.cc:359] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.172319 12054 raft_consensus.cc:2804] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.172751 12043 raft_consensus.cc:385] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.172870 12054 raft_consensus.cc:493] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.173250 12043 raft_consensus.cc:740] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.173499 12054 raft_consensus.cc:3060] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.174160 12043 consensus_queue.cc:260] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.174854 12042 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.175426 12042 ts_tablet_manager.cc:1403] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.041s	user 0.014s	sys 0.001s
I20260608 12:41:46.176577 12043 ts_tablet_manager.cc:1434] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:41:46.177660 12043 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.178606 12042 raft_consensus.cc:359] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.179390 12042 raft_consensus.cc:385] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.179690 12042 raft_consensus.cc:740] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.180670 12042 consensus_queue.cc:260] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.180826 12054 raft_consensus.cc:515] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.183082 12042 ts_tablet_manager.cc:1434] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:46.184160 12042 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.184443 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8364351d8780407b8630fd446e30194a" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af"
I20260608 12:41:46.185081 11923 raft_consensus.cc:3060] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.188302 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8364351d8780407b8630fd446e30194a" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.188851 11848 raft_consensus.cc:3060] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.190455 12042 tablet_bootstrap.cc:654] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.194042 12044 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.194262 12043 tablet_bootstrap.cc:654] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.194653 12044 ts_tablet_manager.cc:1403] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.041s	user 0.009s	sys 0.006s
I20260608 12:41:46.198222 12044 raft_consensus.cc:359] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.199174 12044 raft_consensus.cc:385] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.199572 12044 raft_consensus.cc:740] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.200335 11848 raft_consensus.cc:2468] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 1.
I20260608 12:41:46.200407 11923 raft_consensus.cc:2468] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 1.
I20260608 12:41:46.200805 12044 consensus_queue.cc:260] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.201889 11960 leader_election.cc:304] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 513d95318c5d4a48ab38b666623c31e3, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 
I20260608 12:41:46.202754 12054 leader_election.cc:290] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.203287 12054 raft_consensus.cc:2804] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.203722 12054 raft_consensus.cc:697] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Becoming Leader. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Running, Role: LEADER
I20260608 12:41:46.204092 12044 ts_tablet_manager.cc:1434] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
I20260608 12:41:46.204571 12054 consensus_queue.cc:237] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.205621 12044 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.220623 12043 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.221565 12044 tablet_bootstrap.cc:654] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.221015 11746 catalog_manager.cc:5696] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "513d95318c5d4a48ab38b666623c31e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:46.221244 12043 ts_tablet_manager.cc:1403] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.044s	user 0.022s	sys 0.006s
I20260608 12:41:46.224188 12042 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.224795 12042 ts_tablet_manager.cc:1403] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.041s	user 0.015s	sys 0.005s
I20260608 12:41:46.227959 12042 raft_consensus.cc:359] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.228757 12042 raft_consensus.cc:385] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.229053 12042 raft_consensus.cc:740] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.229774 12042 consensus_queue.cc:260] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.232062 12042 ts_tablet_manager.cc:1434] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 12:41:46.233093 12042 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.233242 12044 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.233779 12044 ts_tablet_manager.cc:1403] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.003s
I20260608 12:41:46.226137 12043 raft_consensus.cc:359] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.235963 12043 raft_consensus.cc:385] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.236292 12043 raft_consensus.cc:740] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.236923 12044 raft_consensus.cc:359] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.237212 12043 consensus_queue.cc:260] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.237816 12044 raft_consensus.cc:385] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.238149 12044 raft_consensus.cc:740] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.239542 12043 ts_tablet_manager.cc:1434] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.003s
I20260608 12:41:46.239151 12044 consensus_queue.cc:260] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.240644 12043 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.240698 12042 tablet_bootstrap.cc:654] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.241462 12044 ts_tablet_manager.cc:1434] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:46.247363 12043 tablet_bootstrap.cc:654] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.248212 12044 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.253698 12042 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.254268 12042 ts_tablet_manager.cc:1403] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.001s
I20260608 12:41:46.257216 12042 raft_consensus.cc:359] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.257957 12042 raft_consensus.cc:385] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.258239 12042 raft_consensus.cc:740] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.258997 12042 consensus_queue.cc:260] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.261013 12044 tablet_bootstrap.cc:654] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.261368 12042 ts_tablet_manager.cc:1434] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:46.262468 12042 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.268792 12042 tablet_bootstrap.cc:654] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.269496 12044 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.270126 12044 ts_tablet_manager.cc:1403] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.002s
I20260608 12:41:46.270267 12043 tablet_bootstrap.cc:492] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.271025 12043 ts_tablet_manager.cc:1403] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.031s	user 0.006s	sys 0.013s
I20260608 12:41:46.273021 12044 raft_consensus.cc:359] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.273633 12044 raft_consensus.cc:385] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.273890 12044 raft_consensus.cc:740] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.274416 12042 tablet_bootstrap.cc:492] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.274147 12043 raft_consensus.cc:359] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.274608 12044 consensus_queue.cc:260] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.274942 12042 ts_tablet_manager.cc:1403] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:41:46.274952 12043 raft_consensus.cc:385] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.275663 12043 raft_consensus.cc:740] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.276633 12043 consensus_queue.cc:260] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.277223 12044 ts_tablet_manager.cc:1434] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260608 12:41:46.278342 12044 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: Bootstrap starting.
I20260608 12:41:46.278378 12042 raft_consensus.cc:359] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.279287 12042 raft_consensus.cc:385] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.279567 12042 raft_consensus.cc:740] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.280494 12042 consensus_queue.cc:260] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.281774 12043 ts_tablet_manager.cc:1434] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:41:46.282938 12043 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: Bootstrap starting.
I20260608 12:41:46.285359 12042 ts_tablet_manager.cc:1434] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 12:41:46.285943 12044 tablet_bootstrap.cc:654] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.286448 12042 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Bootstrap starting.
I20260608 12:41:46.290158 12043 tablet_bootstrap.cc:654] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.293962 12042 tablet_bootstrap.cc:654] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:46.302786 12042 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: No bootstrap required, opened a new log
I20260608 12:41:46.302937 12043 tablet_bootstrap.cc:492] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: No bootstrap required, opened a new log
I20260608 12:41:46.303346 12042 ts_tablet_manager.cc:1403] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.004s
I20260608 12:41:46.303535 12043 ts_tablet_manager.cc:1403] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.003s
I20260608 12:41:46.306672 12042 raft_consensus.cc:359] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.307531 12042 raft_consensus.cc:385] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.307871 12042 raft_consensus.cc:740] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77d6ad6964a04a54a4d30fc3bc1cae8d, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.308669 12042 consensus_queue.cc:260] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.309593 12044 tablet_bootstrap.cc:492] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: No bootstrap required, opened a new log
I20260608 12:41:46.309291 12043 raft_consensus.cc:359] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.310118 12044 ts_tablet_manager.cc:1403] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.007s
I20260608 12:41:46.310132 12043 raft_consensus.cc:385] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.310760 12043 raft_consensus.cc:740] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.311547 12042 ts_tablet_manager.cc:1434] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:41:46.311582 12043 consensus_queue.cc:260] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.313426 12044 raft_consensus.cc:359] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.314154 12044 raft_consensus.cc:385] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:46.314385 12043 ts_tablet_manager.cc:1434] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260608 12:41:46.314508 12044 raft_consensus.cc:740] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Initialized, Role: FOLLOWER
I20260608 12:41:46.315460 12044 consensus_queue.cc:260] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.320354 12044 ts_tablet_manager.cc:1434] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:41:46.349079 12048 raft_consensus.cc:493] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.349678 12048 raft_consensus.cc:515] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.352922 12048 leader_election.cc:290] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.366771 11997 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9e07e1c9c04e538881d10174a0a345" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3" is_pre_election: true
I20260608 12:41:46.367223 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9e07e1c9c04e538881d10174a0a345" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.367540 11997 raft_consensus.cc:2468] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.367940 11848 raft_consensus.cc:2468] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.368889 11889 leader_election.cc:304] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 513d95318c5d4a48ab38b666623c31e3; no voters: 
I20260608 12:41:46.369791 12048 raft_consensus.cc:2804] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.370191 12048 raft_consensus.cc:493] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.370441 12048 raft_consensus.cc:3060] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:46.373168 11794 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:46.375576 12048 raft_consensus.cc:515] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.377527 12048 leader_election.cc:290] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.378326 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9e07e1c9c04e538881d10174a0a345" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.378865 11848 raft_consensus.cc:3060] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.378747 11997 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3e9e07e1c9c04e538881d10174a0a345" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3"
I20260608 12:41:46.379629 11997 raft_consensus.cc:3060] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.384457 11848 raft_consensus.cc:2468] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.385370 12050 raft_consensus.cc:493] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.385687 11886 leader_election.cc:304] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 
I20260608 12:41:46.385895 12050 raft_consensus.cc:515] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.386487 12048 raft_consensus.cc:2804] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.386831 11997 raft_consensus.cc:2468] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.387521 12054 raft_consensus.cc:493] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.388154 12054 raft_consensus.cc:515] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.392175 12050 leader_election.cc:290] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.392652 12054 leader_election.cc:290] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.395488 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" is_pre_election: true
I20260608 12:41:46.396564 11923 raft_consensus.cc:2468] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 0.
I20260608 12:41:46.397985 11961 leader_election.cc:304] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 513d95318c5d4a48ab38b666623c31e3; no voters: 
I20260608 12:41:46.395615 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.399091 11848 raft_consensus.cc:2468] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 0.
I20260608 12:41:46.399972 12054 raft_consensus.cc:2804] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.400521 12054 raft_consensus.cc:493] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.400606 12048 raft_consensus.cc:697] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Becoming Leader. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Running, Role: LEADER
I20260608 12:41:46.400983 12054 raft_consensus.cc:3060] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.401793 12048 consensus_queue.cc:237] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.407998 11997 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3" is_pre_election: true
I20260608 12:41:46.410100 12072 raft_consensus.cc:493] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.410655 12072 raft_consensus.cc:515] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.412983 12054 raft_consensus.cc:515] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.413025 12072 leader_election.cc:290] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.414263 11745 catalog_manager.cc:5696] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af reported cstate change: term changed from 0 to 1, leader changed from <none> to 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:46.415469 12054 leader_election.cc:290] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.416007 11997 raft_consensus.cc:2393] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 77d6ad6964a04a54a4d30fc3bc1cae8d in current term 1: Already voted for candidate 513d95318c5d4a48ab38b666623c31e3 in this term.
I20260608 12:41:46.416183 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.416839 11848 raft_consensus.cc:3060] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.416790 11996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "707538fec55f4646969d693ebc11ff12" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3" is_pre_election: true
I20260608 12:41:46.417702 11996 raft_consensus.cc:2468] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.419580 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" is_pre_election: true
I20260608 12:41:46.420219 11889 leader_election.cc:304] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 513d95318c5d4a48ab38b666623c31e3; no voters: 
I20260608 12:41:46.420642 11922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43257366e74f4fa895a1a8e015ef605f" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af"
I20260608 12:41:46.420789 11847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "707538fec55f4646969d693ebc11ff12" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.420226 11923 raft_consensus.cc:2468] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 77d6ad6964a04a54a4d30fc3bc1cae8d in term 0.
I20260608 12:41:46.421500 11847 raft_consensus.cc:2468] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.422564 11812 leader_election.cc:304] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 513d95318c5d4a48ab38b666623c31e3
I20260608 12:41:46.423825 12072 raft_consensus.cc:2804] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.424221 12072 raft_consensus.cc:493] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.424513 12072 raft_consensus.cc:3060] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.427642 11848 raft_consensus.cc:2468] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 1.
I20260608 12:41:46.428138 12050 raft_consensus.cc:2764] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 12:41:46.429715 12072 raft_consensus.cc:515] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.430418 11960 leader_election.cc:304] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: 513d95318c5d4a48ab38b666623c31e3, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 0f2d905c041f416ea2fa5a3cf57bd9af
I20260608 12:41:46.431198 12054 raft_consensus.cc:2804] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.431559 12072 leader_election.cc:290] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.432044 12054 raft_consensus.cc:697] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Becoming Leader. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Running, Role: LEADER
I20260608 12:41:46.432435 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "707538fec55f4646969d693ebc11ff12" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.433032 11848 raft_consensus.cc:3060] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.432988 12054 consensus_queue.cc:237] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.433212 11996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "707538fec55f4646969d693ebc11ff12" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3"
I20260608 12:41:46.434005 11996 raft_consensus.cc:3060] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.440303 11848 raft_consensus.cc:2468] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.441123 12072 raft_consensus.cc:493] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.441156 11996 raft_consensus.cc:2468] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.441825 12072 raft_consensus.cc:515] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.441741 11745 catalog_manager.cc:5696] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "513d95318c5d4a48ab38b666623c31e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:46.441797 11886 leader_election.cc:304] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 
I20260608 12:41:46.443830 12048 raft_consensus.cc:2804] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.444485 12072 leader_election.cc:290] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.445760 11996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c289f0c4cdcb49268e23f9048bed0673" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3" is_pre_election: true
I20260608 12:41:46.446682 11996 raft_consensus.cc:2468] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.447726 12048 raft_consensus.cc:697] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Becoming Leader. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Running, Role: LEADER
I20260608 12:41:46.448132 11889 leader_election.cc:304] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 513d95318c5d4a48ab38b666623c31e3; no voters: 
I20260608 12:41:46.448489 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c289f0c4cdcb49268e23f9048bed0673" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.448736 12048 consensus_queue.cc:237] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.449231 12077 raft_consensus.cc:2804] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.449308 11848 raft_consensus.cc:2468] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 0.
I20260608 12:41:46.449788 12077 raft_consensus.cc:493] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.450280 12077 raft_consensus.cc:3060] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.457640 12077 raft_consensus.cc:515] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.458115 11745 catalog_manager.cc:5696] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af reported cstate change: term changed from 0 to 1, leader changed from <none> to 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:46.459852 12077 leader_election.cc:290] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:46.460273 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c289f0c4cdcb49268e23f9048bed0673" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.460485 11996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c289f0c4cdcb49268e23f9048bed0673" candidate_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "513d95318c5d4a48ab38b666623c31e3"
I20260608 12:41:46.460865 11848 raft_consensus.cc:3060] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.461072 11996 raft_consensus.cc:3060] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.467165 11996 raft_consensus.cc:2468] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.467165 11848 raft_consensus.cc:2468] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0f2d905c041f416ea2fa5a3cf57bd9af in term 1.
I20260608 12:41:46.468562 11889 leader_election.cc:304] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0f2d905c041f416ea2fa5a3cf57bd9af, 513d95318c5d4a48ab38b666623c31e3; no voters: 
I20260608 12:41:46.469316 12077 raft_consensus.cc:2804] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.469859 12077 raft_consensus.cc:697] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Becoming Leader. State: Replica: 0f2d905c041f416ea2fa5a3cf57bd9af, State: Running, Role: LEADER
I20260608 12:41:46.470692 12077 consensus_queue.cc:237] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.477808 11745 catalog_manager.cc:5696] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af reported cstate change: term changed from 0 to 1, leader changed from <none> to 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:46.482883 12054 raft_consensus.cc:493] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:46.483409 12054 raft_consensus.cc:515] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.485626 12054 leader_election.cc:290] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.486389 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "700fe92c38064578b2e90b26cbaafdf2" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" is_pre_election: true
I20260608 12:41:46.487082 11848 raft_consensus.cc:2468] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 0.
I20260608 12:41:46.487108 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "700fe92c38064578b2e90b26cbaafdf2" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" is_pre_election: true
I20260608 12:41:46.487838 11923 raft_consensus.cc:2468] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 0.
I20260608 12:41:46.488217 11960 leader_election.cc:304] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 513d95318c5d4a48ab38b666623c31e3, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 
I20260608 12:41:46.489037 12054 raft_consensus.cc:2804] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:46.489413 12054 raft_consensus.cc:493] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:46.489712 12054 raft_consensus.cc:3060] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.494657 12054 raft_consensus.cc:515] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.496472 12054 leader_election.cc:290] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Requested vote from peers 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669), 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901)
I20260608 12:41:46.497215 11848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "700fe92c38064578b2e90b26cbaafdf2" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d"
I20260608 12:41:46.497589 11923 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "700fe92c38064578b2e90b26cbaafdf2" candidate_uuid: "513d95318c5d4a48ab38b666623c31e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af"
I20260608 12:41:46.497992 11848 raft_consensus.cc:3060] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.498198 11923 raft_consensus.cc:3060] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.502912 11848 raft_consensus.cc:2468] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 1.
I20260608 12:41:46.503441 11923 raft_consensus.cc:2468] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 513d95318c5d4a48ab38b666623c31e3 in term 1.
I20260608 12:41:46.504150 11960 leader_election.cc:304] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 513d95318c5d4a48ab38b666623c31e3, 77d6ad6964a04a54a4d30fc3bc1cae8d; no voters: 
I20260608 12:41:46.504925 12054 raft_consensus.cc:2804] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:46.505362 12054 raft_consensus.cc:697] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Becoming Leader. State: Replica: 513d95318c5d4a48ab38b666623c31e3, State: Running, Role: LEADER
I20260608 12:41:46.506192 12054 consensus_queue.cc:237] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } }
I20260608 12:41:46.514225 11745 catalog_manager.cc:5696] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "513d95318c5d4a48ab38b666623c31e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:46.764673 12054 consensus_queue.cc:1048] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.799093 12077 consensus_queue.cc:1048] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.834266 12054 consensus_queue.cc:1048] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.857797 11922 raft_consensus.cc:3060] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:46.881454 12072 consensus_queue.cc:1048] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.888053 12049 consensus_queue.cc:1048] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.890166 12049 consensus_queue.cc:1048] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:46.960983 12098 consensus_queue.cc:1048] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:46.980526 12098 consensus_queue.cc:1048] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:47.000532 12077 consensus_queue.cc:1048] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:47.009279 12077 consensus_queue.cc:1048] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:47.029332 12077 consensus_queue.cc:1048] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:47.043376 12077 consensus_queue.cc:1048] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:47.177239 11961 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:40901, user_credentials={real_user=slave}} blocked reactor thread for 53966.9us
W20260608 12:41:47.973932 12083 meta_cache.cc:1261] Time spent looking up entry by key: real 0.056s	user 0.002s	sys 0.000s
I20260608 12:41:48.685403   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:48.693818 12140 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:48.700526 12141 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:48.702437 12143 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:48.703028   431 server_base.cc:1061] running on GCE node
I20260608 12:41:48.704280   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:48.704555   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:48.704742   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922508704725 us; error 0 us; skew 500 ppm
I20260608 12:41:48.705363   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:48.708906   431 webserver.cc:533] Webserver started at http://127.0.107.196:36547/ using document root <none> and password file <none>
I20260608 12:41:48.709468   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:48.709743   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:48.710109   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:48.711431   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-3-root/instance:
uuid: "29e9f31b2af8498f89d7e75b1630ca54"
format_stamp: "Formatted at 2026-06-08 12:41:48 on dist-test-slave-mnll"
I20260608 12:41:48.716604   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 12:41:48.720110 12148 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:48.720968   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:41:48.721283   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-3-root
uuid: "29e9f31b2af8498f89d7e75b1630ca54"
format_stamp: "Formatted at 2026-06-08 12:41:48 on dist-test-slave-mnll"
I20260608 12:41:48.721553   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-task_3gqE8/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922264717849-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:48.753440   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:48.754804   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:48.756433   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:48.758846   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:48.759086   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:48.759346   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:48.759546   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:48.801613   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44121
I20260608 12:41:48.801743 12210 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44121 every 8 connection(s)
I20260608 12:41:48.822088 12211 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42423
I20260608 12:41:48.822525 12211 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:48.823433 12211 heartbeater.cc:507] Master 127.0.107.254:42423 requested a full tablet report, sending...
I20260608 12:41:48.825826 11742 ts_manager.cc:194] Registered new tserver with Master: 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196:44121)
I20260608 12:41:48.827322 11742 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57286
I20260608 12:41:49.537719 11997 consensus_queue.cc:237] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:49.544728 11845 raft_consensus.cc:1275] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Refusing update from remote peer 513d95318c5d4a48ab38b666623c31e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.544838 11923 raft_consensus.cc:1275] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Refusing update from remote peer 513d95318c5d4a48ab38b666623c31e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.546916 12217 consensus_queue.cc:1048] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 12:41:49.548312 12130 consensus_queue.cc:1048] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 12:41:49.555552 12217 raft_consensus.cc:2955] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
W20260608 12:41:49.558002 11962 consensus_peers.cc:597] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 -> Peer 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196:44121): Couldn't send request to peer 29e9f31b2af8498f89d7e75b1630ca54. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8364351d8780407b8630fd446e30194a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.558336 11923 raft_consensus.cc:2955] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.560295 11845 raft_consensus.cc:2955] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.574723 11997 consensus_queue.cc:237] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:49.582180 11742 catalog_manager.cc:5696] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af reported cstate change: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "513d95318c5d4a48ab38b666623c31e3" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
W20260608 12:41:49.588790 11962 consensus_peers.cc:597] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 -> Peer 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196:44121): Couldn't send request to peer 29e9f31b2af8498f89d7e75b1630ca54. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 43257366e74f4fa895a1a8e015ef605f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.592927 11923 raft_consensus.cc:1275] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Refusing update from remote peer 513d95318c5d4a48ab38b666623c31e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.595376 11848 raft_consensus.cc:1275] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Refusing update from remote peer 513d95318c5d4a48ab38b666623c31e3: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.598099 12130 consensus_queue.cc:1048] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 12:41:49.606951 12130 consensus_queue.cc:1048] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 12:41:49.613297 12130 raft_consensus.cc:2955] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.621953 11848 raft_consensus.cc:2955] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.632091 11922 raft_consensus.cc:2955] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.658803 11923 consensus_queue.cc:237] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:49.663698 11740 catalog_manager.cc:5696] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "513d95318c5d4a48ab38b666623c31e3" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:49.667615 11997 raft_consensus.cc:1275] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Refusing update from remote peer 0f2d905c041f416ea2fa5a3cf57bd9af: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.670246 12126 consensus_queue.cc:1048] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 12:41:49.676062 11848 raft_consensus.cc:1275] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Refusing update from remote peer 0f2d905c041f416ea2fa5a3cf57bd9af: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.677363 12126 consensus_queue.cc:1048] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 12:41:49.683470 11997 raft_consensus.cc:2955] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
W20260608 12:41:49.685959 11888 consensus_peers.cc:597] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af -> Peer 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196:44121): Couldn't send request to peer 29e9f31b2af8498f89d7e75b1630ca54. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3e9e07e1c9c04e538881d10174a0a345. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.685595 12231 raft_consensus.cc:2955] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.697417 11848 raft_consensus.cc:2955] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.705592 11922 consensus_queue.cc:237] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:49.705458 11740 catalog_manager.cc:5696] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
W20260608 12:41:49.715391 11888 consensus_peers.cc:597] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af -> Peer 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196:44121): Couldn't send request to peer 29e9f31b2af8498f89d7e75b1630ca54. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 707538fec55f4646969d693ebc11ff12. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:49.715633 11848 raft_consensus.cc:1275] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Refusing update from remote peer 0f2d905c041f416ea2fa5a3cf57bd9af: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.717839 11997 raft_consensus.cc:1275] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Refusing update from remote peer 0f2d905c041f416ea2fa5a3cf57bd9af: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 12:41:49.717861 12126 consensus_queue.cc:1048] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 12:41:49.719512 12231 consensus_queue.cc:1048] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [LEADER]: Connected to new peer: Peer: permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 12:41:49.728477 12231 raft_consensus.cc:2955] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.730597 11997 raft_consensus.cc:2955] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.734017 11848 raft_consensus.cc:2955] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.745682 11737 catalog_manager.cc:5696] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 reported cstate change: config changed from index -1 to 19, NON_VOTER 29e9f31b2af8498f89d7e75b1630ca54 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } attrs { replace: true } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } } }
I20260608 12:41:49.830008 12211 heartbeater.cc:499] Master 127.0.107.254:42423 was elected leader, sending a full tablet report...
I20260608 12:41:49.835959   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:49.881968   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:49.882918   431 tablet_replica.cc:333] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.884114   431 raft_consensus.cc:2243] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.884672   431 raft_consensus.cc:2272] T 3e9e07e1c9c04e538881d10174a0a345 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.889060   431 tablet_replica.cc:333] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.889693   431 raft_consensus.cc:2243] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.890301   431 raft_consensus.cc:2272] T 707538fec55f4646969d693ebc11ff12 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.894451   431 tablet_replica.cc:333] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.895124   431 raft_consensus.cc:2243] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.895635   431 raft_consensus.cc:2272] T 700fe92c38064578b2e90b26cbaafdf2 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.898018   431 tablet_replica.cc:333] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.898577   431 raft_consensus.cc:2243] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.899151   431 raft_consensus.cc:2272] T c289f0c4cdcb49268e23f9048bed0673 P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.901521   431 tablet_replica.cc:333] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.902093   431 raft_consensus.cc:2243] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.902750   431 raft_consensus.cc:2272] T 43257366e74f4fa895a1a8e015ef605f P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.905881   431 tablet_replica.cc:333] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d: stopping tablet replica
I20260608 12:41:49.906493   431 raft_consensus.cc:2243] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:49.906997   431 raft_consensus.cc:2272] T 8364351d8780407b8630fd446e30194a P 77d6ad6964a04a54a4d30fc3bc1cae8d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:49.934221 12237 ts_tablet_manager.cc:933] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Initiating tablet copy from peer 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:49.936515 12237 tablet_copy_client.cc:323] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36659
I20260608 12:41:49.937445   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:49.950300 12007 tablet_copy_service.cc:140] P 513d95318c5d4a48ab38b666623c31e3: Received BeginTabletCopySession request for tablet 8364351d8780407b8630fd446e30194a from peer 29e9f31b2af8498f89d7e75b1630ca54 ({username='slave'} at 127.0.0.1:42910)
I20260608 12:41:49.951118 12007 tablet_copy_service.cc:161] P 513d95318c5d4a48ab38b666623c31e3: Beginning new tablet copy session on tablet 8364351d8780407b8630fd446e30194a from peer 29e9f31b2af8498f89d7e75b1630ca54 at {username='slave'} at 127.0.0.1:42910: session id = 29e9f31b2af8498f89d7e75b1630ca54-8364351d8780407b8630fd446e30194a
I20260608 12:41:49.960546 12007 tablet_copy_source_session.cc:215] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:49.964399   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:49.964699 12237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8364351d8780407b8630fd446e30194a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:49.989167 12237 tablet_copy_client.cc:806] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:49.989974 12237 tablet_copy_client.cc:670] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:49.998070 12237 tablet_copy_client.cc:538] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:50.013510 12237 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap starting.
I20260608 12:41:50.015988   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:50.017326   431 tablet_replica.cc:333] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
I20260608 12:41:50.018784   431 raft_consensus.cc:2243] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.019683   431 raft_consensus.cc:2272] T 700fe92c38064578b2e90b26cbaafdf2 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.024534   431 tablet_replica.cc:333] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
I20260608 12:41:50.025655   431 raft_consensus.cc:2243] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.027071   431 raft_consensus.cc:2272] T c289f0c4cdcb49268e23f9048bed0673 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:50.027410 11960 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33669: connect: Connection refused (error 111)
I20260608 12:41:50.030962   431 tablet_replica.cc:333] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
I20260608 12:41:50.032070   431 raft_consensus.cc:2243] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.032904   431 raft_consensus.cc:2272] T 43257366e74f4fa895a1a8e015ef605f P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.037251   431 tablet_replica.cc:333] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
I20260608 12:41:50.038331   431 raft_consensus.cc:2243] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.039080   431 raft_consensus.cc:2272] T 8364351d8780407b8630fd446e30194a P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.044755   431 tablet_replica.cc:333] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
I20260608 12:41:50.045589   431 raft_consensus.cc:2243] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.047087   431 raft_consensus.cc:2272] T 707538fec55f4646969d693ebc11ff12 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:50.054116 11961 consensus_peers.cc:597] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 -> Peer 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901): Couldn't send request to peer 0f2d905c041f416ea2fa5a3cf57bd9af. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.054791   431 tablet_replica.cc:333] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af: stopping tablet replica
W20260608 12:41:50.055631 11960 consensus_peers.cc:597] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 -> Peer 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669): Couldn't send request to peer 77d6ad6964a04a54a4d30fc3bc1cae8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.056142   431 raft_consensus.cc:2243] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.058835 12242 ts_tablet_manager.cc:933] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Initiating tablet copy from peer 513d95318c5d4a48ab38b666623c31e3 (127.0.107.195:36659)
I20260608 12:41:50.059453   431 raft_consensus.cc:2272] T 3e9e07e1c9c04e538881d10174a0a345 P 0f2d905c041f416ea2fa5a3cf57bd9af [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.067749 12242 tablet_copy_client.cc:323] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36659
I20260608 12:41:50.069859 12007 tablet_copy_service.cc:140] P 513d95318c5d4a48ab38b666623c31e3: Received BeginTabletCopySession request for tablet 43257366e74f4fa895a1a8e015ef605f from peer 29e9f31b2af8498f89d7e75b1630ca54 ({username='slave'} at 127.0.0.1:42910)
I20260608 12:41:50.070463 12007 tablet_copy_service.cc:161] P 513d95318c5d4a48ab38b666623c31e3: Beginning new tablet copy session on tablet 43257366e74f4fa895a1a8e015ef605f from peer 29e9f31b2af8498f89d7e75b1630ca54 at {username='slave'} at 127.0.0.1:42910: session id = 29e9f31b2af8498f89d7e75b1630ca54-43257366e74f4fa895a1a8e015ef605f
I20260608 12:41:50.081811 12007 tablet_copy_source_session.cc:215] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:50.085752 12242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43257366e74f4fa895a1a8e015ef605f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:50.104619   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:50.106894 12242 tablet_copy_client.cc:806] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:50.107522 12242 tablet_copy_client.cc:670] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:50.112488 12242 tablet_copy_client.cc:538] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 12:41:50.122759 11961 consensus_peers.cc:597] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 -> Peer 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901): Couldn't send request to peer 0f2d905c041f416ea2fa5a3cf57bd9af. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:40901: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.124549 12242 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap starting.
I20260608 12:41:50.144392   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:41:50.177879 11960 consensus_peers.cc:597] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 -> Peer 77d6ad6964a04a54a4d30fc3bc1cae8d (127.0.107.193:33669): Couldn't send request to peer 77d6ad6964a04a54a4d30fc3bc1cae8d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:33669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.182538   431 tablet_copy_service.cc:362] P 513d95318c5d4a48ab38b666623c31e3: Destroying tablet copy session 29e9f31b2af8498f89d7e75b1630ca54-43257366e74f4fa895a1a8e015ef605f due to service shutdown
I20260608 12:41:50.183255   431 tablet_copy_service.cc:434] P 513d95318c5d4a48ab38b666623c31e3: ending tablet copy session 29e9f31b2af8498f89d7e75b1630ca54-43257366e74f4fa895a1a8e015ef605f on tablet 43257366e74f4fa895a1a8e015ef605f with peer 29e9f31b2af8498f89d7e75b1630ca54
I20260608 12:41:50.184088   431 tablet_copy_service.cc:362] P 513d95318c5d4a48ab38b666623c31e3: Destroying tablet copy session 29e9f31b2af8498f89d7e75b1630ca54-8364351d8780407b8630fd446e30194a due to service shutdown
I20260608 12:41:50.184571   431 tablet_copy_service.cc:434] P 513d95318c5d4a48ab38b666623c31e3: ending tablet copy session 29e9f31b2af8498f89d7e75b1630ca54-8364351d8780407b8630fd446e30194a on tablet 8364351d8780407b8630fd446e30194a with peer 29e9f31b2af8498f89d7e75b1630ca54
I20260608 12:41:50.193862 12237 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=144 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.195020 12237 tablet_bootstrap.cc:492] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap complete.
I20260608 12:41:50.195801 12237 ts_tablet_manager.cc:1403] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Time spent bootstrapping tablet: real 0.183s	user 0.150s	sys 0.020s
I20260608 12:41:50.202935 12237 raft_consensus.cc:359] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:50.203964 12237 raft_consensus.cc:740] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 29e9f31b2af8498f89d7e75b1630ca54, State: Initialized, Role: LEARNER
I20260608 12:41:50.204792 12237 consensus_queue.cc:260] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } attrs { replace: true } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:50.217705 12237 ts_tablet_manager.cc:1434] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: Time spent starting tablet: real 0.021s	user 0.013s	sys 0.004s
W20260608 12:41:50.227602 11961 consensus_peers.cc:597] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 -> Peer 0f2d905c041f416ea2fa5a3cf57bd9af (127.0.107.194:40901): Couldn't send request to peer 0f2d905c041f416ea2fa5a3cf57bd9af. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:40901: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:50.240621   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:50.242681   431 tablet_replica.cc:333] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.243546   431 raft_consensus.cc:2243] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.244372   431 raft_consensus.cc:2272] T 3e9e07e1c9c04e538881d10174a0a345 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.248611   431 tablet_replica.cc:333] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.249450   431 raft_consensus.cc:2243] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.250495   431 raft_consensus.cc:2272] T 700fe92c38064578b2e90b26cbaafdf2 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.256395   431 tablet_replica.cc:333] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.257158   431 raft_consensus.cc:2243] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.257865   431 raft_consensus.cc:2272] T 707538fec55f4646969d693ebc11ff12 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.262553   431 tablet_replica.cc:333] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.263590   431 raft_consensus.cc:2243] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:50.264510   431 raft_consensus.cc:2272] T c289f0c4cdcb49268e23f9048bed0673 P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.268492   431 tablet_replica.cc:333] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.269630   431 raft_consensus.cc:2243] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.271162   431 raft_consensus.cc:2272] T 43257366e74f4fa895a1a8e015ef605f P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.275421   431 tablet_replica.cc:333] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3: stopping tablet replica
I20260608 12:41:50.276233   431 raft_consensus.cc:2243] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.277640   431 raft_consensus.cc:2272] T 8364351d8780407b8630fd446e30194a P 513d95318c5d4a48ab38b666623c31e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.309804 12242 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=133 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:50.310925 12242 tablet_bootstrap.cc:492] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Bootstrap complete.
I20260608 12:41:50.312062 12242 ts_tablet_manager.cc:1403] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Time spent bootstrapping tablet: real 0.188s	user 0.135s	sys 0.034s
I20260608 12:41:50.314188   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:50.315618 12242 raft_consensus.cc:359] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:50.316562 12242 raft_consensus.cc:740] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 29e9f31b2af8498f89d7e75b1630ca54, State: Initialized, Role: LEARNER
I20260608 12:41:50.317231 12242 consensus_queue.cc:260] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "77d6ad6964a04a54a4d30fc3bc1cae8d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33669 } } peers { permanent_uuid: "0f2d905c041f416ea2fa5a3cf57bd9af" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40901 } attrs { replace: true } } peers { permanent_uuid: "513d95318c5d4a48ab38b666623c31e3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36659 } } peers { permanent_uuid: "29e9f31b2af8498f89d7e75b1630ca54" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44121 } attrs { promote: true } }
I20260608 12:41:50.319330 12242 ts_tablet_manager.cc:1434] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
W20260608 12:41:50.324154 12237 tablet_copy_client.cc:1131] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:36659: connect: Connection refused (error 111)
W20260608 12:41:50.324667 12242 tablet_copy_client.cc:1131] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.107.195:36659: connect: Connection refused (error 111)
I20260608 12:41:50.341722   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:50.367640   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:50.368836   431 tablet_replica.cc:333] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54: stopping tablet replica
I20260608 12:41:50.369591   431 raft_consensus.cc:2243] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:50.370265   431 raft_consensus.cc:2272] T 43257366e74f4fa895a1a8e015ef605f P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:50.374681   431 tablet_replica.cc:333] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54: stopping tablet replica
I20260608 12:41:50.375468   431 raft_consensus.cc:2243] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:50.376008   431 raft_consensus.cc:2272] T 8364351d8780407b8630fd446e30194a P 29e9f31b2af8498f89d7e75b1630ca54 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:50.397181   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:50.412424   431 master.cc:562] Master@127.0.107.254:42423 shutting down...
W20260608 12:41:50.450891 11794 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:50.451182 11794 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:50.451390 11794 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:50.452549   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:50.453008   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:50.453303   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 87cde6e777ba4eb5a2ad2796f58eacd1: stopping tablet replica
I20260608 12:41:50.476509   431 master.cc:584] Master@127.0.107.254:42423 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (6301 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (12273 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (245636 ms total)
[  PASSED  ] 24 tests.
I20260608 12:41:50.539825   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 7 messages since previous log ~39 seconds ago
I20260608 12:41:50.540400   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 7 messages since previous log ~39 seconds ago
I20260608 12:41:50.540858   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 19 messages since previous log ~39 seconds ago
I20260608 12:41:50.541105   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 20 messages since previous log ~71 seconds ago
I20260608 12:41:50.541316   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 8 messages since previous log ~224 seconds ago
I20260608 12:41:50.541678   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 81 messages since previous log ~28 seconds ago
I20260608 12:41:50.541848   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 4 messages since previous log ~0 seconds ago
